Skip to content
Snippets Groups Projects
Commit cc9f145f authored by Cats's avatar Cats
Browse files

small adjustments regarding runtime

parent f6d9691c
No related branches found
No related tags found
1 merge request!8Run time settings and additional adjustments
......@@ -13,7 +13,7 @@ task Star {
String? twopassMode
Array[String]? outSAMattrRGline
Float? memory
Int? memory
#TODO needs to be extended for all possible output extensions
Map[String, String] samOutputNames = {"BAM SortedByCoordinate": "sortedByCoord.out.bam"}
......
......@@ -28,6 +28,6 @@ task Stringtie {
}
runtime {
threads: select_first([threads])
threads: select_first([threads, 1])
}
}
\ No newline at end of file
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