Skip to content

Commit 0339b3d

Browse files
prototaxitesfamosab
authored andcommitted
Fix errant bash comment in gtdbtk/classifywf (nf-core#8267)
Update main.nf
1 parent e30c1a2 commit 0339b3d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • modules/nf-core/gtdbtk/classifywf

modules/nf-core/gtdbtk/classifywf/main.nf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ process GTDBTK_CLASSIFYWF {
3232
prefix = task.ext.prefix ?: "${meta.id}"
3333

3434
"""
35-
export GTDBTK_DATA_PATH="\$(find -L ${db} -name 'metadata' -type d -exec dirname {} \\;)"#
35+
export GTDBTK_DATA_PATH="\$(find -L ${db} -name 'metadata' -type d -exec dirname {} \\;)"
3636
3737
if [ "${pplacer_scratch}" != "" ] ; then
3838
mkdir pplacer_tmp

0 commit comments

Comments
 (0)