Explore Workflows
View already parsed workflows here or click here to add your own
Graph | Name | Retrieved From | View |
---|---|---|---|
kfdrc_cram_reheader_wf.cwl
|
https://github.com/cr-ste-justine/chujs-alignment-workflow.git
Path: workflows/kfdrc_cram_reheader_wf.cwl Branch/Commit ID: 682ec407000059b7f397e5faaeff1317af1d9402 |
||
Build Bowtie indices
Workflow runs [Bowtie](http://bowtie-bio.sourceforge.net/tutorial.shtml) v1.2.0 (12/30/2016) to build indices for reference genome provided in a single FASTA file as fasta_file input. Generated indices are saved in a folder with the name that corresponds to the input genome |
https://github.com/datirium/workflows.git
Path: workflows/bowtie-index.cwl Branch/Commit ID: 91bb63948c0a264334b9007ef85f936768d90d11 |
||
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 |
https://github.com/datirium/workflows.git
Path: workflows/rnaseq-pe-dutp.cwl Branch/Commit ID: 91bb63948c0a264334b9007ef85f936768d90d11 |
||
bam_filtering
BAM filtering |
https://gitlab.bsc.es/lrodrig1/structuralvariants_poc.git
Path: structuralvariants/cwl/abstract_operations/subworkflows/bam_filtering.cwl Branch/Commit ID: de9cb009f8fe0c8d5a94db5c882cf21ddf372452 |
||
count-lines3-wf.cwl
|
https://github.com/common-workflow-language/cwltool.git
Path: cwltool/schemas/v1.0/v1.0/count-lines3-wf.cwl Branch/Commit ID: 6300a49ec29be956ab451311fe9781522f461aee |
||
sec-wf-out.cwl
|
https://github.com/common-workflow-language/cwltool.git
Path: tests/wf/sec-wf-out.cwl Branch/Commit ID: 0e98de8f692bb7b9626ed44af835051750ac20cd |
||
CLIP-Seq pipeline for single-read experiment NNNNG
Cross-Linking ImmunoPrecipitation ================================= `CLIP` (`cross-linking immunoprecipitation`) is a method used in molecular biology that combines UV cross-linking with immunoprecipitation in order to analyse protein interactions with RNA or to precisely locate RNA modifications (e.g. m6A). (Uhl|Houwaart|Corrado|Wright|Backofen|2017)(Ule|Jensen|Ruggiu|Mele|2003)(Sugimoto|König|Hussain|Zupan|2012)(Zhang|Darnell|2011) (Ke| Alemu| Mertens| Gantman|2015) CLIP-based techniques can be used to map RNA binding protein binding sites or RNA modification sites (Ke| Alemu| Mertens| Gantman|2015)(Ke| Pandya-Jones| Saito| Fak|2017) of interest on a genome-wide scale, thereby increasing the understanding of post-transcriptional regulatory networks. The identification of sites where RNA-binding proteins (RNABPs) interact with target RNAs opens the door to understanding the vast complexity of RNA regulation. UV cross-linking and immunoprecipitation (CLIP) is a transformative technology in which RNAs purified from _in vivo_ cross-linked RNA-protein complexes are sequenced to reveal footprints of RNABP:RNA contacts. CLIP combined with high-throughput sequencing (HITS-CLIP) is a generalizable strategy to produce transcriptome-wide maps of RNA binding with higher accuracy and resolution than standard RNA immunoprecipitation (RIP) profiling or purely computational approaches. The application of CLIP to Argonaute proteins has expanded the utility of this approach to mapping binding sites for microRNAs and other small regulatory RNAs. Finally, recent advances in data analysis take advantage of cross-link–induced mutation sites (CIMS) to refine RNA-binding maps to single-nucleotide resolution. Once IP conditions are established, HITS-CLIP takes ~8 d to prepare RNA for sequencing. Established pipelines for data analysis, including those for CIMS, take 3–4 d. Workflow -------- CLIP begins with the in-vivo cross-linking of RNA-protein complexes using ultraviolet light (UV). Upon UV exposure, covalent bonds are formed between proteins and nucleic acids that are in close proximity. (Darnell|2012) The cross-linked cells are then lysed, and the protein of interest is isolated via immunoprecipitation. In order to allow for sequence specific priming of reverse transcription, RNA adapters are ligated to the 3' ends, while radiolabeled phosphates are transferred to the 5' ends of the RNA fragments. The RNA-protein complexes are then separated from free RNA using gel electrophoresis and membrane transfer. Proteinase K digestion is then performed in order to remove protein from the RNA-protein complexes. This step leaves a peptide at the cross-link site, allowing for the identification of the cross-linked nucleotide. (König| McGlincy| Ule|2012) After ligating RNA linkers to the RNA 5' ends, cDNA is synthesized via RT-PCR. High-throughput sequencing is then used to generate reads containing distinct barcodes that identify the last cDNA nucleotide. Interaction sites can be identified by mapping the reads back to the transcriptome. |
https://github.com/datirium/workflows.git
Path: workflows/clipseq-se.cwl Branch/Commit ID: c602e3cdd72ff904dd54d46ba2b5146eb1c57022 |
||
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: 8bf36bfad5624fbc8fc315e82783a44e9e5e4470 |
||
count-lines16-wf.cwl
|
https://github.com/common-workflow-language/common-workflow-language.git
Path: v1.0/v1.0/count-lines16-wf.cwl Branch/Commit ID: 1f501e38ff692a408e16b246ac7d64d32f0822c2 |
||
Cell Ranger Build Reference Indices
Devel version of Cell Ranger Build Reference Indices pipeline ============================================================= |
https://github.com/datirium/workflows.git
Path: workflows/cellranger-mkref.cwl Branch/Commit ID: 8bf36bfad5624fbc8fc315e82783a44e9e5e4470 |