Skip to content
Snippets Groups Projects
Unverified Commit adcd0063 authored by Cats's avatar Cats Committed by GitHub
Browse files

Merge pull request #145 from biowdl/BIOWDL-261

BIOWDL-261: Update average memory needs for main TALON process
parents e98a95f0 68bc5eb4
No related branches found
No related tags found
No related merge requests found
......@@ -9,6 +9,10 @@ This document is user facing. Please word the changes in such a way
that users understand how the changes affect the new version.
-->
version 1.1.0-dev
---------------------------
+ TALON: Update average memory needs for main TALON process
version 1.0.0
---------------------------
+ Common: Add "SampleConfigToSampleReadgroupLists" task
......
Subproject commit 56ee74167ba8e6326a923f6f25bfd2d39847ecdb
Subproject commit 73c54827e729279f9833f26dfe8fd5e9848bbd91
......@@ -318,7 +318,7 @@ task Talon {
Int minimumIdentity = 0
Int cores = 1
Int memory = 4
Int memory = 20
String dockerImage = "biocontainers/talon:v4.2_cv2"
}
......
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