Skip to content

Commit

Permalink
Added the locus_tag option to the PROKKA process in the bacass config…
Browse files Browse the repository at this point in the history
… file
  • Loading branch information
victor5lm committed Nov 14, 2024
1 parent 1c9fe0f commit 23553eb
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion bu_isciii/templates/assembly/DOC/hpc_slurm_assembly.config
Original file line number Diff line number Diff line change
Expand Up @@ -195,7 +195,8 @@ process {
ext.args = {
[
'--force',
params.prokka_args ? "${params.prokka_args}" : ''
params.prokka_args ? "${params.prokka_args}" : '',
"--locustag ${meta.id}"
].join(' ').trim()
}
publishDir = [
Expand Down

0 comments on commit 23553eb

Please sign in to comment.