Explore Workflows

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

Graph Name Retrieved From View
workflow graph workflow_mock_ngtax.cwl

https://git.wur.nl/unlock/cwl.git

Path: cwl/workflows/workflow_mock_ngtax.cwl

Branch/Commit ID: d944d61ddc34a5b24ebac6e1701efd6f8fdf54ae

workflow graph revsort.cwl

Reverse the lines in a document, then sort those lines.

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

Path: tests/wf/revsort.cwl

Branch/Commit ID: 12993a6eb60f5ccb4edbe77cb6de661cfc496090

workflow graph align_sort_sa

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

Path: task_types/tt_align_sort_sa.cwl

Branch/Commit ID: 733ab7198a66a0153d0f03c3022ab53c17325ff8

workflow graph PCA - Principal Component Analysis

Principal Component Analysis --------------- Principal component analysis (PCA) is a statistical procedure that uses an orthogonal transformation to convert a set of observations of possibly correlated variables (entities each of which takes on various numerical values) into a set of values of linearly uncorrelated variables called principal components. The calculation is done by a singular value decomposition of the (centered and possibly scaled) data matrix, not by using eigen on the covariance matrix. This is generally the preferred method for numerical accuracy.

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

Path: workflows/pca.cwl

Branch/Commit ID: ed15394da780edc9bfea2cde9e9cee8b7f267bf4

workflow graph sec-wf.cwl

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

Path: tests/wf/sec-wf.cwl

Branch/Commit ID: 12993a6eb60f5ccb4edbe77cb6de661cfc496090

workflow graph wffail.cwl

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

Path: tests/wf/wffail.cwl

Branch/Commit ID: 12993a6eb60f5ccb4edbe77cb6de661cfc496090

workflow graph tt_hmmsearch_wnode.cwl

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

Path: task_types/tt_hmmsearch_wnode.cwl

Branch/Commit ID: 369afa7090a7480e6a0b144eff967a4a52b6fde2

workflow graph samtools_sort

https://gitlab.bsc.es/lrodrig1/structuralvariants_poc.git

Path: structuralvariants/cwl/subworkflows/samtools_sort.cwl

Branch/Commit ID: b62c7bfcf5eb7ac3c1ed06879200fdf5db947e4b

workflow graph kmer_cache_store

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

Path: task_types/tt_kmer_cache_store.cwl

Branch/Commit ID: 656113dcac0de7cef6cff6c688f61441ee05872a

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: 10ce6e113f749c7bd725e426445220c3bdc5ddf1