# A list of clueter environment modules that this workflow requires to run.
# Specify versioned module names to ensure reproducability.
workflow_modules:
-'trimgalore/0.4.1'
-'cutadapt/1.9.1'
-'hisat2/2.0.1-beta-intel'
-'samtools/intel/1.3'
-'picard/1.127'
-'subread/1.5.0-intel'
-'stringtie/1.1.2-intel'
-'speedseq/20160506'
-'deeptools/2.3.5'
# A list of parameters used by the workflow, defining how to present them,
# options etc in the web interface. For each parameter:
#
...
...
@@ -81,50 +74,14 @@ workflow_modules:
workflow_parameters:
-id:fastqs
-id:bams
type:files
required:true
description:|
One or more input paired-end FASTQ files from a RNASeq experiment and a design file with the link between the same name and the sample group
regex:".*(fastq|fq)*"
One or more BAM alignments from a ChIP-Seq experiment and a design file with the link between the same name and the sample group. All files will be imported from GreenCenter ChIP-seq peak calling pipeline
regex:".*(bam)*"
min:1
-id:stranded
type:select
required:true
choices:
-['0','Unstranded']
-['1','Stranded']
-['2','ReverseStranded']
description:|
In the case that the sequence libraries where generated using a stranded specific protocol.
-id:pairs
type:select
required:true
choices:
-['pe','PairedEnd']
-['se','SingleEnd']
description:|
In single-end sequencing, the sequencer reads a fragment from only one end to the other, generating the sequence of base pairs. In paired-end reading it starts at one read, finishes this direction at the specified read length, and then starts another round of reading from the opposite end of the fragment.
-id:align
type:select
required:true
choices:
-['hisat','HiSAT2']
-['star','STAR']
description:|
Alignment tool
-id:markdups
type:select
required:true
choices:
-['mark','RemoveDuplicates']
-['keep','KeepAllSequences']
description:|
Duplicate reads are defined as originating from the same original fragment of DNA. Duplicates are identified as read pairs having identical 5-prime positions (coordinate and strand) for both reads in a mate pair and optionally, matching unique molecular identifier reads.