Add WorkflowHub importer with per-tool workflow ID outputs#52
Open
paulzierep wants to merge 3 commits into
Open
Add WorkflowHub importer with per-tool workflow ID outputs#52paulzierep wants to merge 3 commits into
paulzierep wants to merge 3 commits into
Conversation
Contributor
Author
|
linter fails due to other scripts alread merged ! |
Contributor
|
@rioualen @supernord just want to make sure you are aware of this, it would be great if you could consider reviewing |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Add WorkflowHub importer with per-tool workflow ID outputs
Creates a new
workflowhub-import/importer that fetches all workflows from the WorkflowHub API and produces per-tool workflow ID files for the RSEc content repo.What it does:
bio.toolsannotations and Galaxyinternals.stepsdescriptionsdata/{biotool_id}/directories usinggalaxy_codexSuite ID → bio.tool ID mapping, falling back to raw tool namedata/{biotool_id}/{biotool_id}.workflowhub.jsoncontaining only a list of workflow IDsimports/workflowhub/{id}.workflowhub.json--test [N]flag to limit workflows for testingUsage:
Format of per-tool files (e.g.
data/fastp/fastp.workflowhub.json):Instead of the workflow IDs we could also use links directly, it depends what is easier to add for the Atlas.
Unfortunatly most nextflow / snakemake workflows do not have tools available via workflowHUB api, I made some tests to get it via ro-crate or the associated github, but this is messy. I would opt to fix this rather on the workflow hub side.