Explore Workflows
View already parsed workflows here or click here to add your own
Graph | Name | Retrieved From | View |
---|---|---|---|
Trim Galore RNA-Seq pipeline paired-end strand specific
Modified original [BioWardrobe's](https://biowardrobe.com) [PubMed ID:26248465](https://www.ncbi.nlm.nih.gov/pubmed/26248465) **RNA-Seq** basic analysis for a **pair-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 single-end RNA-Seq data. It performs the following steps: 1. Trim adapters from input FASTQ files 2. Use STAR to align reads from input FASTQ files according to the predefined reference indices; generate unsorted BAM file and alignment statistics file 3. Use fastx_quality_stats to analyze input FASTQ files and generate quality statistics files 4. Use 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 files 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 |
https://github.com/datirium/workflows.git
Path: workflows/trim-rnaseq-pe-dutp.cwl Branch/Commit ID: 935a78f1aff757f977de4e3672aefead3b23606b |
||
Quality assessment, amplicon classification
Workflow for quality assessment of paired reads and classification using NGTax 2.0. In addition files are exported to their respective subfolders for easier data management in a later stage. Steps: - FastQC (read quality control) - NGTax 2.0 - Export module |
https://git.wur.nl/unlock/cwl.git
Path: cwl/workflows/workflow_ngtax.cwl Branch/Commit ID: cd0c19d51068c5407cd70b718a561d4662819d87 |
||
04-quantification-pe-unstranded.cwl
RNA-seq 04 quantification |
https://github.com/Duke-GCB/GGR-cwl.git
Path: v1.0/RNA-seq_pipeline/04-quantification-pe-unstranded.cwl Branch/Commit ID: 8aabde14169421a7115c5cd48c4740b3a7bd818f |
||
AltAnalyze CellHarmony
AltAnalyze CellHarmony ====================== |
https://github.com/datirium/workflows.git
Path: workflows/altanalyze-cellharmony.cwl Branch/Commit ID: 935a78f1aff757f977de4e3672aefead3b23606b |
||
format_rrnas_from_seq_entry
|
https://github.com/ncbi/pgap.git
Path: task_types/tt_format_rrnas_from_seq_entry.cwl Branch/Commit ID: 664e99a23a3ed4ba36c08323ac597c4fbcd88df1 |
||
DESeq - differential gene expression analysis
Differential gene expression analysis ===================================== Differential gene expression analysis based on the negative binomial distribution Estimate variance-mean dependence in count data from high-throughput sequencing assays and test for differential expression based on a model using the negative binomial distribution. DESeq1 ------ High-throughput sequencing assays such as RNA-Seq, ChIP-Seq or barcode counting provide quantitative readouts in the form of count data. To infer differential signal in such data correctly and with good statistical power, estimation of data variability throughout the dynamic range and a suitable error model are required. Simon Anders and Wolfgang Huber propose a method based on the negative binomial distribution, with variance and mean linked by local regression and present an implementation, [DESeq](http://bioconductor.org/packages/release/bioc/html/DESeq.html), as an R/Bioconductor package DESeq2 ------ In comparative high-throughput sequencing assays, a fundamental task is the analysis of count data, such as read counts per gene in RNA-seq, for evidence of systematic changes across experimental conditions. Small replicate numbers, discreteness, large dynamic range and the presence of outliers require a suitable statistical approach. [DESeq2](http://www.bioconductor.org/packages/release/bioc/html/DESeq2.html), a method for differential analysis of count data, using shrinkage estimation for dispersions and fold changes to improve stability and interpretability of estimates. This enables a more quantitative analysis focused on the strength rather than the mere presence of differential expression. |
https://github.com/datirium/workflows.git
Path: workflows/deseq.cwl Branch/Commit ID: e45ab1b9ac5c9b99fdf7b3b1be396dc42c2c9620 |
||
kmer_cache_store
|
https://github.com/ncbi/pgap.git
Path: task_types/tt_kmer_cache_store.cwl Branch/Commit ID: 664e99a23a3ed4ba36c08323ac597c4fbcd88df1 |
||
format_rrnas_from_seq_entry
|
https://github.com/ncbi/pgap.git
Path: task_types/tt_format_rrnas_from_seq_entry.cwl Branch/Commit ID: 4b73bfeb967ee9f57a0410276f7c39e784f0846f |
||
Generate genome indices for STAR & bowtie
Creates indices for: * [STAR](https://github.com/alexdobin/STAR) v2.5.3a (03/17/2017) PMID: [23104886](https://www.ncbi.nlm.nih.gov/pubmed/23104886) * [bowtie](http://bowtie-bio.sourceforge.net/tutorial.shtml) v1.2.0 (12/30/2016) It performs the following steps: 1. `STAR --runMode genomeGenerate` to generate indices, based on [FASTA](http://zhanglab.ccmb.med.umich.edu/FASTA/) and [GTF](http://mblab.wustl.edu/GTF2.html) input files, returns results as an array of files 2. Outputs indices as [Direcotry](http://www.commonwl.org/v1.0/CommandLineTool.html#Directory) data type 3. Separates *chrNameLength.txt* file from Directory output 4. `bowtie-build` to generate indices requires genome [FASTA](http://zhanglab.ccmb.med.umich.edu/FASTA/) file as input, returns results as a group of main and secondary files |
https://github.com/datirium/workflows.git
Path: workflows/genome-indices.cwl Branch/Commit ID: 6bf56698c6fe6e781723dea32bc922b91ef49cf3 |
||
blastp_wnode_struct
|
https://github.com/ncbi/pgap.git
Path: task_types/tt_blastp_wnode_struct.cwl Branch/Commit ID: d218e081d8f6a4fdab56a38ce0fc2fae6216cecc |