Explore Workflows
View already parsed workflows here or click here to add your own
Graph | Name | Retrieved From | View |
---|---|---|---|
|
RNA-Seq pipeline single-read stranded mitochondrial
Slightly changed original [BioWardrobe's](https://biowardrobe.com) [PubMed ID:26248465](https://www.ncbi.nlm.nih.gov/pubmed/26248465) **RNA-Seq** basic analysis for **strand specific single-read** experiment. An additional steps were added to map data to mitochondrial chromosome only and then merge the output. Experiment files in [FASTQ](http://maq.sourceforge.net/fastq.shtml) format either compressed or not can be used. Current workflow should be used only with single-read strand specific RNA-Seq data. It performs the following steps: 1. `STAR` to align reads from input FASTQ file according to the predefined reference indices; generate unsorted BAM file and alignment statistics file 2. `fastx_quality_stats` to analyze input FASTQ file and generate quality statistics file 3. `samtools sort` to generate coordinate sorted BAM(+BAI) file pair from the unsorted BAM file obtained on the step 1 (after running STAR) 5. Generate BigWig file on the base of sorted BAM file 6. Map input FASTQ file to predefined rRNA reference indices using Bowtie to define the level of rRNA contamination; export resulted statistics to file 7. Calculate isoform expression level for the sorted BAM file and GTF/TAB annotation file using `GEEP` reads-counting utility; export results to file |
![]() Path: workflows/rnaseq-se-dutp-mitochondrial.cwl Branch/Commit ID: 581156366f91861bd4dbb5bcb59f67d468b32af3 |
|
|
Cut-n-Run pipeline paired-end
Experimental pipeline for Cut-n-Run analysis. Uses mapping results from the following experiment types: - `chipseq-pe.cwl` - `trim-chipseq-pe.cwl` - `trim-atacseq-pe.cwl` Note, the upstream analyses should not have duplicates removed |
![]() Path: workflows/trim-chipseq-pe-cut-n-run.cwl Branch/Commit ID: a839eb6390974089e1a558c49fc07b4c66c50767 |
|
|
group-isoforms-batch.cwl
Workflow runs group-isoforms.cwl tool using scatter for isoforms_file input. genes_filename and common_tss_filename inputs are ignored. |
![]() Path: tools/group-isoforms-batch.cwl Branch/Commit ID: 4ab9399a4777610a579ea2c259b9356f27641dcc |
|
|
group-isoforms-batch.cwl
Workflow runs group-isoforms.cwl tool using scatter for isoforms_file input. genes_filename and common_tss_filename inputs are ignored. |
![]() Path: tools/group-isoforms-batch.cwl Branch/Commit ID: 9850a859de1f42d3d252c50e15701928856fe774 |
|
|
scatter-wf4.cwl#main
|
![]() Path: cwltool/schemas/v1.0/v1.0/scatter-wf4.cwl Branch/Commit ID: 4700fbee9a5a3271eef8bc9ee595619d0720431b Packed ID: main |
|
|
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. |
![]() Path: workflows/pca.cwl Branch/Commit ID: c9e7f3de7f6ba38ee663bd3f9649e8d7dbac0c86 |
|
|
group-isoforms-batch.cwl
Workflow runs group-isoforms.cwl tool using scatter for isoforms_file input. genes_filename and common_tss_filename inputs are ignored. |
![]() Path: tools/group-isoforms-batch.cwl Branch/Commit ID: b1a5dabeeeb9079b30b2871edd9c9034a1e00c1c |
|
|
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 |
![]() Path: workflows/fastqc.cwl Branch/Commit ID: b1a5dabeeeb9079b30b2871edd9c9034a1e00c1c |
|
|
rRNA_selection.cwl
|
![]() Path: tools/rRNA_selection.cwl Branch/Commit ID: 7bb76f33bf40b5cd2604001cac46f967a209c47f |
|
|
RNA-Seq pipeline paired-end strand specific
The original [BioWardrobe's](https://biowardrobe.com) [PubMed ID:26248465](https://www.ncbi.nlm.nih.gov/pubmed/26248465) **RNA-Seq** basic analysis for a **paired-end** experiment. A corresponded input [FASTQ](http://maq.sourceforge.net/fastq.shtml) file has to be provided. Current workflow should be used only with the paired-end RNA-Seq data. It performs the following steps: 1. Use STAR to align reads from input FASTQ files according to the predefined reference indices; generate unsorted BAM file and alignment statistics file 2. Use fastx_quality_stats to analyze input FASTQ files and generate quality statistics files 3. Use samtools sort to generate coordinate sorted BAM(+BAI) file pair from the unsorted BAM file obtained on the step 1 (after running STAR) 4. Generate BigWig file on the base of sorted BAM file 5. Map input FASTQ files to predefined rRNA reference indices using Bowtie to define the level of rRNA contamination; export resulted statistics to file 6. Calculate isoform expression level for the sorted BAM file and GTF/TAB annotation file using GEEP reads-counting utility; export results to file |
![]() Path: workflows/rnaseq-pe-dutp.cwl Branch/Commit ID: 1f03ff02ef829bdb9d582825bcd4ca239e84ca2e |