Open jessicarowell opened 3 years ago
Update: I just had some time to test this. This is a bug.
If you specify --met-file metrics.txt
, then nothing will be written to centrifuge_report.tsv
.
You can specify (or not) both -S classification.out
and/or --report-file out/centrifuge_report.txt
and in both cases, data will be written to centrifuge_report.txt
. But if you specify the --met-file
option, nothing is written to centrifuge_report.tsv.
It would be nice if this bug could be fixed. I really enjoy this tool, but I'd like to have the metrics data too. Thank you!
Hi there!
What does it mean if my report file is empty, but I have a lot of classification results (redirected with
-S
flag)? This is how I have run the command:Some example output in
defaults.out
(# lines = 11,502,556):centrifuge_report.tsv
just consists of the header with no contents.Thanks!