Skip to content

Function to convert pipeline name and has to GitHub URL #650

@shirey

Description

@shirey

Create a function that, given a pipeline url and hash, will output the associated GitHub URL pointing to the specific pipeline repository and tagged version. If a GitHub repo/tag isn't available throw an exception.
For example:

   input: { 
                 "git_origin": "https://github.com/hubmapconsortium/salmon-rnaseq",
                  "hash": "d18fd49"
              }
 output: https://github.com/hubmapconsortium/salmon-rnaseq/releases/tag/v2.1.11

This is currently being done in SenNet, so this functionality should be able to be ported from there.

Metadata

Metadata

Assignees

No one assigned

    Labels

    PPitt dev team

    Type

    No type

    Projects

    Status

    Ready

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions