Skip to content
Snippets Groups Projects
Commit ee708b8e authored by JasperBoom's avatar JasperBoom
Browse files

Isoseq3 requires more memory by default.

parent 4c9f70bd
No related branches found
No related tags found
No related merge requests found
......@@ -10,6 +10,7 @@ that users understand how the changes affect the new version.
-->
version 3.1.0
---------------------------
+ Isoseq3: Required more memory for common datasets.
+ Isoseq3: Remove cp commands and other bash magic, file naming is now solved by pipeline.
+ Lima: Replace mv command with cp.
+ Add WDL task for smoove (lumpy) sv-caller.
......
......@@ -31,7 +31,7 @@ task Refine {
String outputNamePrefix
Int cores = 2
String memory = "1G"
String memory = "2G"
String dockerImage = "quay.io/biocontainers/isoseq3:3.3.0--0"
}
......
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