Explore Workflows
View already parsed workflows here or click here to add your own
Graph | Name | Retrieved From | View |
---|---|---|---|
process VCF workflow
|
https://github.com/genome/analysis-workflows.git
Path: definitions/subworkflows/strelka_process_vcf.cwl Branch/Commit ID: 77ec4f26eb14ed82481828bd9f6ef659cfd8b40f |
||
Cellranger reanalyze - reruns secondary analysis performed on the feature-barcode matrix
Devel version of Single-Cell Cell Ranger Reanalyze ================================================== Workflow calls \"cellranger aggr\" command to rerun secondary analysis performed on the feature-barcode matrix (dimensionality reduction, clustering and visualization) using different parameter settings. As an input we use filtered feature-barcode matrices in HDF5 format from cellranger count or aggr experiments. Note, we don't pass aggregation_metadata from the upstream cellranger aggr step. Need to address this issue when needed. |
https://github.com/datirium/workflows.git
Path: workflows/cellranger-reanalyze.cwl Branch/Commit ID: 564156a9e1cc7c3679a926c479ba3ae133b1bfd4 |
||
GSEApy - Gene Set Enrichment Analysis in Python
GSEAPY: Gene Set Enrichment Analysis in Python ============================================== Gene Set Enrichment Analysis is a computational method that determines whether an a priori defined set of genes shows statistically significant, concordant differences between two biological states (e.g. phenotypes). GSEA requires as input an expression dataset, which contains expression profiles for multiple samples. While the software supports multiple input file formats for these datasets, the tab-delimited GCT format is the most common. The first column of the GCT file contains feature identifiers (gene ids or symbols in the case of data derived from RNA-Seq experiments). The second column contains a description of the feature; this column is ignored by GSEA and may be filled with “NA”s. Subsequent columns contain the expression values for each feature, with one sample's expression value per column. It is important to note that there are no hard and fast rules regarding how a GCT file's expression values are derived. The important point is that they are comparable to one another across features within a sample and comparable to one another across samples. Tools such as DESeq2 can be made to produce properly normalized data (normalized counts) which are compatible with GSEA. |
https://github.com/datirium/workflows.git
Path: workflows/gseapy.cwl Branch/Commit ID: 564156a9e1cc7c3679a926c479ba3ae133b1bfd4 |
||
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: 8a92669a566589d80fde9d151054ffc220ed4ddd |
||
Motif Finding with HOMER with custom background regions
Motif Finding with HOMER with custom background regions --------------------------------------------------- HOMER contains a novel motif discovery algorithm that was designed for regulatory element analysis in genomics applications (DNA only, no protein). It is a differential motif discovery algorithm, which means that it takes two sets of sequences and tries to identify the regulatory elements that are specifically enriched in on set relative to the other. It uses ZOOPS scoring (zero or one occurrence per sequence) coupled with the hypergeometric enrichment calculations (or binomial) to determine motif enrichment. HOMER also tries its best to account for sequenced bias in the dataset. It was designed with ChIP-Seq and promoter analysis in mind, but can be applied to pretty much any nucleic acids motif finding problem. For more information please refer to: ------------------------------------- [Official documentation](http://homer.ucsd.edu/homer/motif/) |
https://github.com/datirium/workflows.git
Path: workflows/homer-motif-analysis-bg.cwl Branch/Commit ID: 8a92669a566589d80fde9d151054ffc220ed4ddd |
||
fp_filter workflow
|
https://github.com/genome/analysis-workflows.git
Path: definitions/subworkflows/fp_filter.cwl Branch/Commit ID: 77ec4f26eb14ed82481828bd9f6ef659cfd8b40f |
||
Build Bismark indices
Copy fasta_file file to the folder and run run bismark_genome_preparation script to prepare indices for Bismark Methylation Analysis. Bowtie2 aligner is used by default. The name of the output indices folder is equal to the genome input. |
https://github.com/datirium/workflows.git
Path: workflows/bismark-index.cwl Branch/Commit ID: a409db2289b86779897ff19003bd351701a81c50 |
||
FastQC - a quality control tool for high throughput sequence data
FastQC - a quality control tool for high throughput sequence data ===================================== FastQC aims to provide a simple way to do some quality control checks on raw sequence data coming from high throughput sequencing pipelines. It provides a modular set of analyses which you can use to give a quick impression of whether your data has any problems of which you should be aware before doing any further analysis. The main functions of FastQC are: - Import of data from FastQ files (any variant) - Providing a quick overview to tell you in which areas there may be problems - Summary graphs and tables to quickly assess your data - Export of results to an HTML based permanent report - Offline operation to allow automated generation of reports without running the interactive application |
https://github.com/datirium/workflows.git
Path: workflows/fastqc.cwl Branch/Commit ID: e99e80a2c19682d59947bde04a892d7b6d90091c |
||
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: tools/heatmap-prepare.cwl Branch/Commit ID: 5b1d3af2b36d64c15095e62ed0ba7543369f216c |
||
Chipseq alignment with qc and creating homer tag directory
|
https://github.com/genome/analysis-workflows.git
Path: definitions/pipelines/chipseq.cwl Branch/Commit ID: 87faba2fff8007ecc95160729b1c7cd0376e46f2 |