Skip to content

Commit

Permalink
Typo on codon config.
Browse files Browse the repository at this point in the history
  • Loading branch information
mberacochea committed Jul 7, 2023
1 parent b56cd5e commit 2bee149
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/codon.config
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ process {
cpus = 1; memory = { 1.GB * task.attempt }
}
withName: FUNCTIONAL_ANNOTATION_SUMMARY {
cpus = 1; memory = { 1.GB * } task.attempt
cpus = 1; memory = { 1.GB * task.attempt }
}
withName: GENERATE_EXTRA_WEIGHT {
cpus = 1; memory = { 1.GB * task.attempt }
Expand Down

0 comments on commit 2bee149

Please sign in to comment.