diff --git a/CHANGELOG.md b/CHANGELOG.md index cb93ee4d470576c4101c10b6674f5687d4674243..79e1842bd4351b606f462171d5a260f735b6bcc3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/scripts b/scripts index 56ee74167ba8e6326a923f6f25bfd2d39847ecdb..73c54827e729279f9833f26dfe8fd5e9848bbd91 160000 --- a/scripts +++ b/scripts @@ -1 +1 @@ -Subproject commit 56ee74167ba8e6326a923f6f25bfd2d39847ecdb +Subproject commit 73c54827e729279f9833f26dfe8fd5e9848bbd91 diff --git a/talon.wdl b/talon.wdl index 507e0b9a3440a85a6109d81d2fb94d0c648e6343..85602d87a91e20de725f4165c1bf115bf532ba61 100644 --- a/talon.wdl +++ b/talon.wdl @@ -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" }