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: dda9e6e06a656b7b3fa7504156474b962fe3953c |
|
|
|
Running cellranger count and lineage inference
|
Path: definitions/subworkflows/single_cell_rnaseq.cwl Branch/Commit ID: 31a179d7a2f2ac86bfd7fcc4dc79832c3739ae76 |
|
|
|
Detect Variants workflow
|
Path: definitions/pipelines/detect_variants_nonhuman.cwl Branch/Commit ID: b9e7392e72506cadd898a6ac4db330baf6535ab6 |
|
|
|
Whole genome alignment and somatic variant detection
|
Path: definitions/pipelines/somatic_wgs.cwl Branch/Commit ID: f615832615c3b41728df8e47b72ef11e37e6a9e5 |
|
|
|
Detect Variants workflow
|
Path: definitions/pipelines/detect_variants_mouse.cwl Branch/Commit ID: f615832615c3b41728df8e47b72ef11e37e6a9e5 |
|
|
|
umi molecular alignment workflow
|
Path: definitions/subworkflows/molecular_alignment.cwl Branch/Commit ID: 76a35e7d885790f30559beb31f3b58770e343afd |
|
|
|
kmer_top_n_extract
|
Path: task_types/tt_kmer_top_n_extract.cwl Branch/Commit ID: f58bb8121e49a72cf7419a4a38c08f01b931dd37 |
|
|
|
WGS and MT analysis for fastq files
rna / protein - qc, preprocess, filter, annotation, index, abundance |
Path: CWL/Workflows/wgs-noscreen-fastq.workflow.cwl Branch/Commit ID: 6a8727124baf77416ca797982fd4e0689c2a593a |
|
|
|
cnv_codex
CNV CODEX2 calling |
Path: structuralvariants/subworkflows/cnv_codex.cwl Branch/Commit ID: 86f2f3fb64e916607637d93cf6715bab90b1f1d3 |
|
|
|
Xenbase ChIP-Seq pipeline single-read
1. Convert input SRA file into FASTQ file (run fastq-dump) 2. Analyze quality of FASTQ file (run fastqc) 3. If any of the following fields in fastqc generated report is marked as failed: \"Per base sequence quality\", \"Per sequence quality scores\", \"Overrepresented sequences\", \"Adapter Content\", - trim adapters (run trimmomatic) 4. Align original or trimmed FASTQ file to reference genome (run Bowtie2) 5. Sort and index generated by Bowtie2 BAM file (run samtools sort, samtools index) 6. Remove duplicates in sorted BAM file (run picard) 7. Sort and index BAM file after duplicates removing (run samtools sort, samtools index) 8. Count mapped reads number in sorted BAM file (run bamtools stats) 9. Generate genome coverage BED file (run bedtools genomecov) 10. Sort genearted BED file (run sort) 11. Generate genome coverage bigWig file from BED file (run bedGraphToBigWig) |
Path: workflows/xenbase-chipseq-se.cwl Branch/Commit ID: dda9e6e06a656b7b3fa7504156474b962fe3953c |
