Skip to content
Snippets Groups Projects
Unverified Commit 3cc32bc7 authored by Jasper's avatar Jasper Committed by GitHub
Browse files

Merge pull request #213 from biowdl/BIOWDL-448

BIOWDL-448: Isoseq3 requires more memory by default.
parents 4c9f70bd c10cc771
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: Requires more memory by default, is now 2G.
+ 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