Explore Workflows

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

Graph Name Retrieved From View
workflow graph preprocess_vcf.cwl

This workflow will perform preprocessing steps on VCFs for the OxoG/Variantbam/Annotation workflow.

https://github.com/ICGC-TCGA-PanCancer/OxoG-Dockstore-Tools.git

Path: preprocess_vcf.cwl

Branch/Commit ID: 1.0.0

workflow graph samtools_mpileup_subpipeline.cwl

https://github.com/PMCC-BioinformaticsCore/janis-pipelines.git

Path: janis_pipelines/wgs_somatic/cwl/tools/samtools_mpileup_subpipeline.cwl

Branch/Commit ID: master

workflow graph count-lines2-wf.cwl

https://github.com/common-workflow-language/common-workflow-language.git

Path: v1.0/v1.0/count-lines2-wf.cwl

Branch/Commit ID: master

workflow graph tt_hmmsearch_wnode.cwl

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

Path: task_types/tt_hmmsearch_wnode.cwl

Branch/Commit ID: dev

workflow graph 5S-from-tablehits.cwl

https://github.com/EBI-Metagenomics/ebi-metagenomics-cwl.git

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

Branch/Commit ID: 43d2fb8

workflow graph paramref_arguments_self.cwl

https://github.com/common-workflow-language/cwltool.git

Path: tests/wf/paramref_arguments_self.cwl

Branch/Commit ID: main

workflow graph Varscan Workflow

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

Path: varscan/workflow.cwl

Branch/Commit ID: master

workflow graph js-expr-req-wf.cwl#wf

https://github.com/common-workflow-language/common-workflow-language.git

Path: v1.0/v1.0/js-expr-req-wf.cwl

Branch/Commit ID: master

Packed ID: wf

workflow graph call_variants.cwl

https://github.com/andurill/ACCESS-Pipeline.git

Path: workflows/subworkflows/call_variants.cwl

Branch/Commit ID: master

workflow graph GAT - Genomic Association Tester

GAT: Genomic Association Tester ============================================== A common question in genomic analysis is whether two sets of genomic intervals overlap significantly. This question arises, for example, in the interpretation of ChIP-Seq or RNA-Seq data. The Genomic Association Tester (GAT) is a tool for computing the significance of overlap between multiple sets of genomic intervals. GAT estimates significance based on simulation. Gat implemements a sampling algorithm. Given a chromosome (workspace) and segments of interest, for example from a ChIP-Seq experiment, gat creates randomized version of the segments of interest falling into the workspace. These sampled segments are then compared to existing genomic annotations. The sampling method is conceptually simple. Randomized samples of the segments of interest are created in a two-step procedure. Firstly, a segment size is selected from to same size distribution as the original segments of interest. Secondly, a random position is assigned to the segment. The sampling stops when exactly the same number of nucleotides have been sampled. To improve the speed of sampling, segment overlap is not resolved until the very end of the sampling procedure. Conflicts are then resolved by randomly removing and re-sampling segments until a covering set has been achieved. Because the size of randomized segments is derived from the observed segment size distribution of the segments of interest, the actual segment sizes in the sampled segments are usually not exactly identical to the ones in the segments of interest. This is in contrast to a sampling method that permutes segment positions within the workspace.

https://github.com/datirium/workflows.git

Path: workflows/gat-run.cwl

Branch/Commit ID: master