Explore Workflows
View already parsed workflows here or click here to add your own
| Graph | Name | Retrieved From | View |
|---|---|---|---|
|
|
RNA-Seq pipeline single-read
The original [BioWardrobe's](https://biowardrobe.com) [PubMed ID:26248465](https://www.ncbi.nlm.nih.gov/pubmed/26248465) **RNA-Seq** basic analysis for a **single-read** 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-read RNA-Seq data. It performs the following steps: 1. Use STAR to align reads from input FASTQ file according to the predefined reference indices; generate unsorted BAM file and alignment statistics file 2. Use fastx_quality_stats to analyze input FASTQ file and generate quality statistics file 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) 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.cwl Branch/Commit ID: ddc35c559d1ac6aab4972fe1a2b63300c4373f54 |
|
|
|
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: f3e44d3b0f198cf5245c49011124dc3b6c2b06fd |
|
|
|
star_align_workflow.cwl
|
Path: rnaseq-star-align/subworkflows/rnaseq_processing/star_align_workflow.cwl Branch/Commit ID: 1da226915d882b79996bae7ca05eae0b3dcbf272 |
|
|
|
step-valuefrom3-wf.cwl
|
Path: cwltool/schemas/v1.0/v1.0/step-valuefrom3-wf.cwl Branch/Commit ID: 3ed10d0ea7ac57550433a89a92bdbe756bdb0e40 |
|
|
|
align_merge_sas
|
Path: task_types/tt_align_merge_sas.cwl Branch/Commit ID: 42712bca4c3307d87b6b55f525a4c97cb6f7e288 |
|
|
|
Single-cell ATAC-Seq Dimensionality Reduction Analysis
Single-cell ATAC-Seq Dimensionality Reduction Analysis Integrates multiple single-cell ATAC-Seq datasets, reduces dimensionality using LSI. |
Path: workflows/sc-atac-reduce.cwl Branch/Commit ID: 36fd18f11e939d3908b1eca8d2939402f7a99b0f |
|
|
|
heatmap-prepare.cwl
Workflow runs homer-maketagdirectory.cwl tool using scatter for the following inputs - bam_file - fragment_size - total_reads `dotproduct` is used as a `scatterMethod`, so one element will be taken from each array to construct each job: 1) bam_file[0] fragment_size[0] total_reads[0] 2) bam_file[1] fragment_size[1] total_reads[1] ... N) bam_file[N] fragment_size[N] total_reads[N] `bam_file`, `fragment_size` and `total_reads` arrays should have the identical order. |
Path: subworkflows/heatmap-prepare.cwl Branch/Commit ID: 2d00e7f29c72d33b70dcd46b58db1fc31a7f2d86 |
|
|
|
Per-region pindel
|
Path: definitions/subworkflows/pindel_cat.cwl Branch/Commit ID: 60edaf6f57eaaf02cda1a3d8cb9a825aa64a43e2 |
|
|
|
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: ddc35c559d1ac6aab4972fe1a2b63300c4373f54 |
|
|
|
samtools_sort
|
Path: structuralvariants/subworkflows/samtools_sort.cwl Branch/Commit ID: 86f2f3fb64e916607637d93cf6715bab90b1f1d3 |
