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 |
![]() Path: workflows/trim-rnaseq-pe-dutp.cwl Branch/Commit ID: c5bae2ca862c764911b83d1f15ff6af4e2a0db28 |
|
|
count-lines7-wf.cwl
|
![]() Path: cwltool/schemas/v1.0/v1.0/count-lines7-wf.cwl Branch/Commit ID: 7ec307b01442936fad9b1149f4500496557505ff |
|
|
search.cwl#main
|
![]() Path: tests/search.cwl Branch/Commit ID: c7c97715b400ff2194aa29fc211d3401cea3a9bf Packed ID: main |
|
|
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. |
![]() Path: workflows/cellranger-reanalyze.cwl Branch/Commit ID: 7ced5a5259dbd8b3fc64456beaeffd44f4a24081 |
|
|
Calibration inputs to Simulation Model
This workflow produces calibration inputs to simulation model: - atmospheric model - extinction hypercube - telescopes' cameras configurations - telescopes' PSFs - optical throughput |
![]() Path: workflows/calibpipe/uc-cp-001.cwl Branch/Commit ID: eb6a98289850791cd1891c89e5209180c35c7858 |
|
|
align_sort_sa
|
![]() Path: task_types/tt_align_sort_sa.cwl Branch/Commit ID: 1e7aa9f0c34987ddafa35f9b1d2c77d99fafbdab |
|
|
Production Configuration
This workflow prepares the configuration of the subsequent production steps. |
![]() Path: workflows/wms/uc-wms-XXX.cwl Branch/Commit ID: eb6a98289850791cd1891c89e5209180c35c7858 |
|
|
chipseq-gen-bigwig.cwl
|
![]() Path: subworkflows/chipseq-gen-bigwig.cwl Branch/Commit ID: 0ddfca10c41f83bb120c7633e0db9dba7441bca0 |
|
|
directory.cwl
Inspect provided directory and return filenames. Generate a new directory and return it (including content). |
![]() Path: tests/wf/directory.cwl Branch/Commit ID: 8ef515037de411abd2f84b569ad4d4a4f7a2c7a0 |
|
|
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. |
![]() Path: tools/bam-bedgraph-bigwig.cwl Branch/Commit ID: c5bae2ca862c764911b83d1f15ff6af4e2a0db28 |