Explore Workflows

View already parsed workflows here or click here to add your own

Graph Name Retrieved From View
workflow graph Varscan Workflow

https://github.com/litd/analysis-workflows.git

Path: definitions/subworkflows/varscan_pre_and_post_processing.cwl

Branch/Commit ID: master

workflow graph Whole Genome Sequence processing workflow scattered over samples

<p>This is a “real-world” workflow example for processing Next Generation Sequencing (NGS) Whole Genome Sequence (WGS) data.</p> <p>You can learn more and run this workflow yourself by going through the <a href=\"https://doc.arvados.org/main/user/tutorials/wgs-tutorial.html\">Processing Whole Genome Sequences</a> walkthrough in the Arvados user guide.</p> <p>The steps of this workflow include:</p> <ol> <li>Check of fastq quality using FastQC</li> <li>Local alignment using BWA-MEM</li> <li>Variant calling in parallel using GATK Haplotype Caller</li> <li>Generation of an HTML report comparing variants against ClinVar archive</li> </ol> <p>The primary input parameter is the <b>Directory of paired FASTQ files</b>, which should contain paired FASTQ files (suffixed with _1 and _2) to be processed. The workflow scatters over the samples to process them in parallel.</p> <p>The remaining parameters are reference data used by various tools in the pipeline.</p>

https://github.com/arvados/arvados-tutorial.git

Path: WGS-processing/cwl/wgs-processing-wf.cwl

Branch/Commit ID: main

workflow graph count-lines11-null-step-wf.cwl

https://github.com/common-workflow-language/cwl-v1.2.git

Path: tests/count-lines11-null-step-wf.cwl

Branch/Commit ID: main

workflow graph bacterial_screening.cwl

https://github.com/ncbi/pgap.git

Path: vecscreen/bacterial_screening.cwl

Branch/Commit ID: master

workflow graph FragPipe: ProteinProphet

This workflow step takes the PeptideProphet output files from the first step containing the peptide validation and calculates the protein inference using ProteinProphet.

https://github.com/cwl-apps/fragpipe-proteomics-pipeline-tutorial.git

Path: FragPipe-ProteinProphet/fragpipe-proteinprophet.cwl

Branch/Commit ID: main

workflow graph 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/Barski-lab/workflows.git

Path: tools/heatmap-prepare.cwl

Branch/Commit ID: master

workflow graph collate_unique_SSU_headers.cwl

https://github.com/proteinswebteam/ebi-metagenomics-cwl.git

Path: tools/collate_unique_SSU_headers.cwl

Branch/Commit ID: 3168316

workflow graph inpdir_update_wf.cwl

https://github.com/common-workflow-language/cwl-v1.1.git

Path: tests/inpdir_update_wf.cwl

Branch/Commit ID: main

workflow graph somatic_exome: exome alignment and somatic variant detection

somatic_exome is designed to perform processing of mutant/wildtype H.sapiens exome sequencing data. It features BQSR corrected alignments, 4 caller variant detection, and vep style annotations. Structural variants are detected via manta and cnvkit. In addition QC metrics are run, including somalier concordance metrics. example input file = analysis_workflows/example_data/somatic_exome.yaml

https://github.com/litd/analysis-workflows.git

Path: definitions/pipelines/somatic_exome.cwl

Branch/Commit ID: master

workflow graph workflow_inputs.cwl

https://github.com/common-workflow-lab/wdl-cwl-translator.git

Path: wdl2cwl/tests/cwl_files/workflow_inputs.cwl

Branch/Commit ID: main