Explore Workflows
View already parsed workflows here or click here to add your own
| Graph | Name | Retrieved From | View |
|---|---|---|---|
|
|
heatmap-prepare.cwl
Workflow runs homer-make-tag-directory.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: ca2dbb71d0537b1d93a8bd44719250cf8949b157 |
|
|
|
autosubmit.cwl
An example workflow created using Autosubmit's basic a000 workflow as reference. The `platform.yml` is ignored as it contains only information about platforms (e.g. it could be given to a tool like Troika as-is). `expdef.yml` and `autosubmit.yml` basically provide CWL inputs. `jobs.yml` contains the steps of the CWL workflow, with their dependencies. In CWL dependencies are specified via inputs and outputs. When task A outputs a value X, and task B has an input of type A/X, then the dependency A -> B is created in CWl. This is different than Autosubmit, and needs some care to guarantee the correct order in the workflow graph of start dates, members, chunks, etc. |
Path: notes/autosubmit/autosubmit.cwl Branch/Commit ID: b785efcfde521ce05882006355019187ab67fac7 |
|
|
|
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: ebbf23764ede324cabc064bd50647c1f643726fa |
|
|
|
sc_atac_seq_initial_analysis.cwl
|
Path: steps/sc_atac_seq_initial_analysis.cwl Branch/Commit ID: 3da5dd0c6f974ec62f78d654f0ce7948975e741f |
|
|
|
step_valuefrom5_wf_with_id_v1_2.cwl
|
Path: testdata/step_valuefrom5_wf_with_id_v1_2.cwl Branch/Commit ID: 7af75226f084349e401b1114f25bdcdee060e127 |
|
|
|
sc_atac_seq_prep_process_init.cwl
|
Path: steps/sc_atac_seq_prep_process_init.cwl Branch/Commit ID: 3da5dd0c6f974ec62f78d654f0ce7948975e741f |
|
|
|
step-valuefrom3-wf_v1_2.cwl
|
Path: testdata/step-valuefrom3-wf_v1_2.cwl Branch/Commit ID: 7af75226f084349e401b1114f25bdcdee060e127 |
|
|
|
count-lines7-single-source-wf_v1_1.cwl
|
Path: testdata/count-lines7-single-source-wf_v1_1.cwl Branch/Commit ID: 7af75226f084349e401b1114f25bdcdee060e127 |
|
|
|
workflow_input_sf_expr_array_v1_2.cwl
|
Path: testdata/workflow_input_sf_expr_array_v1_2.cwl Branch/Commit ID: 7af75226f084349e401b1114f25bdcdee060e127 |
|
|
|
rnaseq-se.cwl
Runs RNA-Seq BioWardrobe basic analysis with single-end data file. |
Path: workflows/rnaseq-se.cwl Branch/Commit ID: 7826a52718f052b53cc3872dcb3619a61babb44b |
