Skip to content

Commit

Permalink
adds trailing comma
Browse files Browse the repository at this point in the history
  • Loading branch information
jemten committed Apr 29, 2024
1 parent 8e02814 commit b2ee216
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion conf/modules/rank_variants.config
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ process {
ext.prefix = { "${meta.id}_snv_genmod_annotate_${meta.set}" }
ext.args = { [
'--annotate_regions',
params.genome.equals('GRCh37') ? '--genome-build 37' : '--genome-build 38'
params.genome.equals('GRCh37') ? '--genome-build 37' : '--genome-build 38',
'--temp_dir ./'
].join(' ') }
}
Expand Down

0 comments on commit b2ee216

Please sign in to comment.