Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
shirey opened this issue Apr 2, 2024 · 0 comments
Open

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

shirey opened this issue Apr 2, 2024 · 0 comments
Labels
P Pitt dev team

Comments

@shirey
Copy link
Member

shirey commented Apr 2, 2024

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.

@shirey shirey added the P Pitt dev team label Apr 2, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
P Pitt dev team
Projects
Status: Ready
Development

No branches or pull requests

2 participants