Explore Workflows

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

Graph Name Retrieved From View
workflow graph Transcripts annotation workflow

https://github.com/mr-c/workflow-is-cwl.git

Path: workflows/TranscriptsAnnotation-wf.cwl

Branch/Commit ID: fix_sbg_namespace

workflow graph rRNA_selection.cwl

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

Path: tools/rRNA_selection.cwl

Branch/Commit ID: ca6ca613

workflow graph STAR-RNA-Seq alignment and transcript/gene abundance workflow

https://github.com/apaul7/cancer-genomics-workflow.git

Path: definitions/pipelines/rnaseq_star_fusion.cwl

Branch/Commit ID: low-vaf

workflow graph 5S-from-tablehits.cwl

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

Path: tools/5S-from-tablehits.cwl

Branch/Commit ID: 43d2fb8

workflow graph ChIP-seq peak caller workflow MACS2 based

This workflow execute peak caller and QC for ChIP-seq using MACS2

https://github.com/ncbi/cwl-ngs-workflows-cbb.git

Path: workflows/ChIP-Seq/peak-calling-MACS3-genome-size.cwl

Branch/Commit ID: master

workflow graph 04-quantification.cwl

STARR-seq 04 quantification

https://github.com/alexbarrera/GGR-cwl.git

Path: v1.0/STARR-seq_pipeline/04-quantification.cwl

Branch/Commit ID: master

workflow graph Vcf concordance evaluation workflow

https://github.com/apaul7/cancer-genomics-workflow.git

Path: definitions/subworkflows/vcf_eval_concordance.cwl

Branch/Commit ID: low-vaf

workflow graph Detect Docm variants

https://github.com/apaul7/cancer-genomics-workflow.git

Path: definitions/subworkflows/docm_cle.cwl

Branch/Commit ID: low-vaf

workflow graph extract_gencoll_ids

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

Path: task_types/tt_extract_gencoll_ids.cwl

Branch/Commit ID: test

workflow graph facets-workflow.cwl

Workflow for running Facets-suite on a set of tumor normal pairs This workflow scatters over all the pairs in the input JSON to run all samples in parallel Input JSON format ----------------- { \"pairs\": [ { \"tumor_bam\": { \"class\": \"File\", \"path\": \"/test_data/bam/Tumor1.rg.md.abra.printreads.bam\" }, \"normal_bam\": { \"class\": \"File\", \"path\": \"/test_data/bam/Normal1.rg.md.abra.printreads.bam\" }, \"pair_maf\": { \"class\": \"File\", \"path\": \"/test_data/bam/Tumor1.Normal1.maf\" }, \"pair_id\": \"Tumor1.Normal1\" }, { \"tumor_bam\": { \"class\": \"File\", \"path\": \"/test_data/bam/Tumor2.rg.md.abra.printreads.bam\" }, \"normal_bam\": { \"class\": \"File\", \"path\": \"/test_data/bam/Normal2.rg.md.abra.printreads.bam\" }, \"pair_maf\": { \"class\": \"File\", \"path\": \"/test_data/bam/Tumor2.Normal2.maf\" }, \"pair_id\": \"Tumor2.Normal2\" } ] } Output format ------------- output └── facets-suite ├── Tumor1.Normal1.arm_level.txt ├── Tumor1.Normal1.gene_level.txt ├── Tumor1.Normal1_hisens.ccf.maf ├── Tumor1.Normal1_hisens.rds ├── Tumor1.Normal1_hisens.seg ├── Tumor1.Normal1_purity.rds ├── Tumor1.Normal1_purity.seg ├── Tumor1.Normal1.qc.txt ├── Tumor1.Normal1.snp_pileup.gz ├── Tumor1.Normal1.txt ├── Tumor2.Normal2.arm_level.txt ├── Tumor2.Normal2.gene_level.txt ├── Tumor2.Normal2_hisens.ccf.maf ├── Tumor2.Normal2_hisens.rds ├── Tumor2.Normal2_hisens.seg ├── Tumor2.Normal2_purity.rds ├── Tumor2.Normal2_purity.seg ├── Tumor2.Normal2.qc.txt ├── Tumor2.Normal2.snp_pileup.gz ├── Tumor2.Normal2.txt └── logs ├── success └── failed

https://github.com/mskcc/pluto-cwl.git

Path: cwl/facets-workflow.cwl

Branch/Commit ID: master