kraken2 don't output report files
1
0
Entering edit mode
4.0 years ago

I enter the command as follow:

time parallel -j 2 \
  "kraken2 --db ${db}/kraken2 --paired temp/qc/{1}_1_kneaddata_paired*.fastq \
  --threads 3 --use-names --use-mpa-style --report-zero-counts \
  --report temp/kraken2/{1}_report \
  --output temp/kraken2/{1}_output" \
  ::: `tail -n+2 result/metadata.tsv | cut -f 1`

the output only include *_output files and not *_report files, I don't know why , anyone helps? Thanks

kraken2 • 2.3k views
ADD COMMENT
0
Entering edit mode

what version of kraken2 are you using?

ADD REPLY
0
Entering edit mode

I use the version, kraken2=2.0.8, do you mean that I should update the version ?

ADD REPLY
0
Entering edit mode

I use 'conda update kraken2' to solve it

ADD REPLY

Login before adding your answer.

Traffic: 2407 users visited in the last hour
Help About
FAQ
Access RSS
API
Stats

Use of this site constitutes acceptance of our User Agreement and Privacy Policy.

Powered by the version 2.3.6