Skip to content

Commit

Permalink
Add --display-header in kreport2mpa.py
Browse files Browse the repository at this point in the history
  • Loading branch information
davidealbanese committed Jun 18, 2021
1 parent f59bc3b commit b8e253e
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions modules/kraken.nf
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,10 @@ process kraken2 {
--report ${id}.kraken2.report \
$input > /dev/null
kreport2mpa.py -r ${id}.kraken2.report -o ${id}.kraken2.mpa
kreport2mpa.py \
-r ${id}.kraken2.report \
-o ${id}.kraken2.mpa \
--display-header
"""
}

Expand Down Expand Up @@ -53,7 +56,10 @@ process bracken {
-o ${id}.${level}.bracken \
-w ${id}.${level}.bracken.report
kreport2mpa.py -r ${id}.${level}.bracken.report -o ${id}.${level}.bracken.mpa
kreport2mpa.py \
-r ${id}.${level}.bracken.report \
-o ${id}.${level}.bracken.mpa \
--display-header
"""
}

Expand Down

0 comments on commit b8e253e

Please sign in to comment.