Skip to content

Commit

Permalink
add missing comment arg in call
Browse files Browse the repository at this point in the history
  • Loading branch information
rxu17 committed Oct 29, 2024
1 parent 9079192 commit d0a2c88
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions modules/merge_and_uncode_rca_uploads.nf
Original file line number Diff line number Diff line change
Expand Up @@ -20,13 +20,13 @@ process merge_and_uncode_rca_uploads {
if (production) {
"""
cd /usr/local/src/myscripts/
Rscript merge_and_uncode_rca_uploads.R -c $cohort -v --production --save_synapse
Rscript merge_and_uncode_rca_uploads.R -c $cohort -v --production --save_synapse -c $comment
"""
}
else {
"""
cd /usr/local/src/myscripts/
Rscript merge_and_uncode_rca_uploads.R -c $cohort -v --save_synapse
Rscript merge_and_uncode_rca_uploads.R -c $cohort -v --save_synapse -c $comment
"""
}
}

0 comments on commit d0a2c88

Please sign in to comment.