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 { ...@@ -13,7 +13,7 @@ task Star {
String? twopassMode String? twopassMode
Array[String]? outSAMattrRGline Array[String]? outSAMattrRGline
Float? memory Int? memory
#TODO needs to be extended for all possible output extensions #TODO needs to be extended for all possible output extensions
Map[String, String] samOutputNames = {"BAM SortedByCoordinate": "sortedByCoord.out.bam"} Map[String, String] samOutputNames = {"BAM SortedByCoordinate": "sortedByCoord.out.bam"}
......
...@@ -28,6 +28,6 @@ task Stringtie { ...@@ -28,6 +28,6 @@ task Stringtie {
} }
runtime { 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