Skip to content

Commit

Permalink
redirect kraken output to /dev/null
Browse files Browse the repository at this point in the history
  • Loading branch information
davidealbanese committed Jun 18, 2021
1 parent 0614148 commit f59bc3b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/kraken.nf
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ process kraken2 {
--threads ${task.cpus} \
$report_zero_counts \
--report ${id}.kraken2.report \
$input
$input > /dev/null
kreport2mpa.py -r ${id}.kraken2.report -o ${id}.kraken2.mpa
"""
Expand Down

0 comments on commit f59bc3b

Please sign in to comment.