Explore Workflows
View already parsed workflows here or click here to add your own
Graph | Name | Retrieved From | View |
---|---|---|---|
group-isoforms-batch.cwl
Workflow runs group-isoforms.cwl tool using scatter for isoforms_file input. genes_filename and common_tss_filename inputs are ignored. |
https://github.com/datirium/workflows.git
Path: subworkflows/group-isoforms-batch.cwl Branch/Commit ID: 7518b100d8cbc80c8be32e9e939dfbb27d6b4361 |
||
xenbase-fastq-bowtie-bigwig-se-pe.cwl
|
https://github.com/Barski-lab/workflows.git
Path: subworkflows/xenbase-fastq-bowtie-bigwig-se-pe.cwl Branch/Commit ID: 877546bb89b793cc8830f8d803858706937a654b |
||
Illumina read quality control, trimming and contamination filter.
**Workflow for Illumina paired read quality control, trimming and filtering.**<br /> Multiple paired datasets will be merged into single paired dataset.<br /> Summary: - FastQC on raw data files<br /> - fastp for read quality trimming<br /> - BBduk for phiX and (optional) rRNA filtering<br /> - Kraken2 for taxonomic classification of reads (optional)<br /> - BBmap for (contamination) filtering using given references (optional)<br /> - FastQC on filtered (merged) data<br /> Other UNLOCK workflows on WorkflowHub: https://workflowhub.eu/projects/16/workflows?view=default<br><br> **All tool CWL files and other workflows can be found here:**<br> Tools: https://gitlab.com/m-unlock/cwl<br> Workflows: https://gitlab.com/m-unlock/cwl/workflows<br> **How to setup and use an UNLOCK workflow:**<br> https://m-unlock.gitlab.io/docs/setup/setup.html<br> |
https://gitlab.com/m-unlock/cwl.git
Path: cwl/workflows/workflow_illumina_quality.cwl Branch/Commit ID: 50aaa5a89d0cd01c80d55fb68dd72708d3796503 |
||
Nanopore Quality Control and Filtering
**Workflow for nanopore read quality control and contamination filtering.** - FastQC before filtering (read quality control) - Kraken2 taxonomic read classification - Minimap2 read filtering based on given references - FastQC after filtering (read quality control)<br><br> Other UNLOCK workflows on WorkflowHub: https://workflowhub.eu/projects/16/workflows?view=default<br><br> **All tool CWL files and other workflows can be found here:**<br> Tools: https://gitlab.com/m-unlock/cwl<br> Workflows: https://gitlab.com/m-unlock/cwl/workflows<br> **How to setup and use an UNLOCK workflow:**<br> https://m-unlock.gitlab.io/docs/setup/setup.html<br> |
https://gitlab.com/m-unlock/cwl.git
Path: cwl/workflows/workflow_nanopore_quality.cwl Branch/Commit ID: 50aaa5a89d0cd01c80d55fb68dd72708d3796503 |
||
xenbase-sra-to-fastq-pe.cwl
|
https://github.com/Barski-lab/workflows.git
Path: subworkflows/xenbase-sra-to-fastq-pe.cwl Branch/Commit ID: fb355eda4555a7e7182a91ce045212b0a087d73f |
||
format_rrnas_from_seq_entry
|
https://github.com/ncbi/pgap.git
Path: task_types/tt_format_rrnas_from_seq_entry.cwl Branch/Commit ID: b0ee40d34d233f1611c2e2c66b6d22a3b7deec05 |
||
rnaseq-se-dutp.cwl
RNA-Seq basic analysis workflow for strand specific single-read experiment. |
https://github.com/datirium/workflows.git
Path: workflows/rnaseq-se-dutp.cwl Branch/Commit ID: cf107bc24a37883ef01b959fd89c19456aaecc02 |
||
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. |
https://github.com/datirium/workflows.git
Path: tools/bam-bedgraph-bigwig.cwl Branch/Commit ID: 2cad55523d1b4ee7fd9e64df0f6263c6545e4b0e |
||
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. |
https://github.com/datirium/workflows.git
Path: subworkflows/heatmap-prepare.cwl Branch/Commit ID: 00ced0fc44ceeb3495e891232e1000235e56ee6b |
||
allele-vcf-alignreads-se-pe.cwl
Workflow maps FASTQ files from `fastq_files` input into reference genome `reference_star_indices_folder` and insilico generated `insilico_star_indices_folder` genome (concatenated genome for both `strain1` and `strain2` strains). For both genomes STAR is run with `outFilterMultimapNmax` parameter set to 1 to discard all of the multimapped reads. For insilico genome SAM file is generated. Then it's splitted into two SAM files based on strain names and then sorted by coordinates into the BAM format. For reference genome output BAM file from STAR slignment is also coordinate sorted. |
https://github.com/datirium/workflows.git
Path: subworkflows/allele-vcf-alignreads-se-pe.cwl Branch/Commit ID: 3ceeb2e90f49579369b2e10485908516348381a9 |