-
-
Notifications
You must be signed in to change notification settings - Fork 28
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
expand sub workflows in place #201
Comments
@mr-c I would like to work on this issue. Can you please direct me on how to start, and what all files to look at? I've done the installation. |
Copying my response from gitter: I would start with understanding what a subworkflow is, and how it is expressed in CWL. I suggest going through this training https://www.commonwl.org/rnaseq-training/ . Subworkflows are introduced in lesson 5. |
The orange box named "adapter for sequence_align_and_tag" is a sub workflow. Today, if you double click that box then it opens separately. The goal would be that the orange box expands to include the contents on this page. |
A packed.cwl example: which retrieves this workflow: https://gitlab.com/m-unlock/cwl/-/tree/dev/cwl/workflows/packed This is a compact representation of a workflow with multiple subworkflows from https://gitlab.com/m-unlock/cwl/-/blob/dev/cwl/workflows/workflow_metagenomics_assembly.cwl in case you needed additional examples. |
Requested by many users, including just now by NCBI
The text was updated successfully, but these errors were encountered: