Skip to content
Snippets Groups Projects
Unverified Commit f2103d9d authored by Ruben Vorderman's avatar Ruben Vorderman Committed by GitHub
Browse files

Merge branch 'develop' into SASC-844

parents b098f9d2 cbdf7b2f
No related branches found
No related tags found
1 merge request!82Adapt sane defaults for human analysis.
......@@ -15,9 +15,12 @@ task Star {
String? outStd
String? twopassMode
Array[String]? outSAMattrRGline
String? outSAMunmapped = "Within KeepPairs"
Int? limitBAMsortRAM
Int memory = 48
}
# Needs to be extended for all possible output extensions
......@@ -33,6 +36,7 @@ task Star {
--genomeDir ~{genomeDir} \
--outSAMtype ~{outSAMtype} \
--readFilesCommand ~{readFilesCommand} \
~{"--outSAMunmapped " + outSAMunmapped} \
~{"--runThreadN " + runThreadN} \
~{"--outStd " + outStd} \
~{"--twopassMode " + twopassMode} \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment