Skip to content

Commit

Permalink
add -n to echo command in kmc to avoid new line (#201)
Browse files Browse the repository at this point in the history
  • Loading branch information
frankambrosio3 authored Oct 2, 2023
1 parent 2affecc commit 0151682
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tasks/utilities/task_kmc.wdl
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ task kmc {
kmc | head -n 1 | tee VERSION

# initialize kmc output
echo 0 > UNIQUE_COUNTED
echo -n 0 > UNIQUE_COUNTED

# run kmc
# kmc [options] <input_file> <output_file> <working_dir>
Expand Down

0 comments on commit 0151682

Please sign in to comment.