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

expand sub workflows in place #201

Open
mr-c opened this issue Jun 21, 2018 · 4 comments
Open

expand sub workflows in place #201

mr-c opened this issue Jun 21, 2018 · 4 comments

Comments

@mr-c
Copy link
Member

mr-c commented Jun 21, 2018

Requested by many users, including just now by NCBI

@Anushka-shukla
Copy link
Contributor

@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.

@tetron
Copy link
Member

tetron commented Apr 5, 2021

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.

@mr-c
Copy link
Member Author

mr-c commented Apr 9, 2021

Example: https://view.commonwl.org/workflows/github.com/genome/analysis-workflows/blob/0b6e8fd8ead7644cf5398395b76af5cf4011686f/definitions/subworkflows/sequence_to_bqsr_nonhuman.cwl

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.

@jjkoehorst
Copy link

A packed.cwl example:

https://view.commonwl.org/workflows/gitlab.com/m-unlock/cwl/blob/dev/cwl/workflows/packed/workflow_metagenomics_assembly.cwl

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants