Skip to content

Commit

Permalink
EC fix
Browse files Browse the repository at this point in the history
  • Loading branch information
kylacochrane committed May 16, 2024
1 parent df524f6 commit 9e50182
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/local/filter/main.nf
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ process FILTER_QUERY {
--delimiter "${delimiter}" \\
--out-delimiter "${out_delimiter}" | \\
csvtk cut -f id,address > ${outputFile}.${out_extension}
cat <<-END_VERSIONS > versions.yml
"${task.process}":
csvtk: \$(echo \$( csvtk version | sed -e "s/csvtk v//g" ))
Expand Down

0 comments on commit 9e50182

Please sign in to comment.