Explore Workflows
View already parsed workflows here or click here to add your own
Graph | Name | Retrieved From | View |
---|---|---|---|
|
bam-bedgraph-bigwig.cwl
Workflow converts input BAM file into bigWig and bedGraph files. Input BAM file should be sorted by coordinates (required by `bam_to_bedgraph` step). If `split` input is not provided use true by default. Default logic is implemented in `valueFrom` field of `split` input inside `bam_to_bedgraph` step to avoid possible bug in cwltool with setting default values for workflow inputs. `scale` has higher priority over the `mapped_reads_number`. The last one is used to calculate `-scale` parameter for `bedtools genomecov` (step `bam_to_bedgraph`) only in a case when input `scale` is not provided. All logic is implemented inside `bedtools-genomecov.cwl`. `bigwig_filename` defines the output name only for generated bigWig file. `bedgraph_filename` defines the output name for generated bedGraph file and can influence on generated bigWig filename in case when `bigwig_filename` is not provided. All workflow inputs and outputs don't have `format` field to avoid format incompatibility errors when workflow is used as subworkflow. |
![]() Path: tools/bam-bedgraph-bigwig.cwl Branch/Commit ID: 9e3c3e65c19873cd1ed3cf7cc3b94ebc75ae0cc5 |
|
|
Subworkflow to allow calling different SV callers which require bam files as inputs
|
![]() Path: definitions/subworkflows/single_sample_sv_callers.cwl Branch/Commit ID: 2979b565f88ceebca934611adbf3fb8cefd65a19 |
|
|
count-lines9-wf.cwl
|
![]() Path: tests/count-lines9-wf.cwl Branch/Commit ID: 0e37d46e793e72b7c16b5ec03e22cb3ce1f55ba3 |
|
|
genomics-workspace-protein.cwl
|
![]() Path: flow_genomicsWorkspace/genomics-workspace-protein.cwl Branch/Commit ID: 0b58c250e8ab7c5efae29443f08ea74316127041 |
|
|
final-workflow.cwl
|
![]() Path: final-workflow.cwl Branch/Commit ID: 0b58c250e8ab7c5efae29443f08ea74316127041 |
|
|
genomics-workspace-cds.cwl
|
![]() Path: flow_genomicsWorkspace/genomics-workspace-cds.cwl Branch/Commit ID: 0b58c250e8ab7c5efae29443f08ea74316127041 |
|
|
wgs alignment with qc
|
![]() Path: definitions/pipelines/alignment_wgs.cwl Branch/Commit ID: a08de598edc04f340fdbff76c9a92336a7702022 |
|
|
heatmap-prepare.cwl
Workflow runs homer-make-tag-directory.cwl tool using scatter for the following inputs - bam_file - fragment_size - total_reads `dotproduct` is used as a `scatterMethod`, so one element will be taken from each array to construct each job: 1) bam_file[0] fragment_size[0] total_reads[0] 2) bam_file[1] fragment_size[1] total_reads[1] ... N) bam_file[N] fragment_size[N] total_reads[N] `bam_file`, `fragment_size` and `total_reads` arrays should have the identical order. |
![]() Path: tools/heatmap-prepare.cwl Branch/Commit ID: f1cd8aed4cc4233aa39b3b1769d81a4761d6ee1e |
|
|
1st-workflow.cwl
|
![]() Path: tests/wf/1st-workflow.cwl Branch/Commit ID: d5d86428e41f7e754a49e8d27e5abaee0762645e |
|
|
format_rrnas_from_seq_entry
|
![]() Path: task_types/tt_format_rrnas_from_seq_entry.cwl Branch/Commit ID: 33dcc054a8718edad26440f085d73b7c5d7b7871 |