GATK - applybqsr - not a valid memory #4183
Unanswered
complexgenome
asked this question in
Q&A
Replies: 2 comments 1 reply
-
Fun fact about Groovy, multiplying a string by a number repeats the string... memory = { '60 GB' * task.attempt } Python does this too I believe 😅 Try this instead: memory = { 60.GB * task.attempt } |
Beta Was this translation helpful? Give feedback.
0 replies
-
@bentsherman Thanks. I've edited the config file and waiting for it to run applybqsr. Why is it random? |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
Suddenly with minimum edits to the code. I'm heading into an error in the nextflow log as:
Caused by: nextflow.exception.AbortOperationException: Not a valid 'memory' value in process definition: 60 GB60 GB
I've process of applyBSQR as:
The config file is as:
Please see attached log file.
log_applybqsr.txt
If I look at the .command.sh it looks fine:
What is the issue here? Similar line of java-options work fine with gatk markduplicates, recalibrate, setupnmdtags
It was working fine until 2-3 days ago with similar memory. Only things changes are publishDir.
Kindly let me know if any more details re required.
Beta Was this translation helpful? Give feedback.
All reactions