Open peterjc opened 6 years ago
Noticed this in v0.0.8, the final column of the kodoja_VRL.tsv output file is a taxid representing the combination of the Kraken and Kaiju assignment, but is shown as a float not an integer. i.e. It has .0 on the end.
kodoja_VRL.tsv
.0
e.g. https://github.com/abaizan/kodoja/blob/master/test/data/virus_reads_SE_fastq.txt
It is also sometimes blank which is confusing; 0 might be better.
https://github.com/abaizan/kodoja/blob/kodoja-v0.0.8/diagnosticTool_scripts/diagnostic_modules.py#L374
Noticed this in v0.0.8, the final column of the
kodoja_VRL.tsv
output file is a taxid representing the combination of the Kraken and Kaiju assignment, but is shown as a float not an integer. i.e. It has.0
on the end.e.g. https://github.com/abaizan/kodoja/blob/master/test/data/virus_reads_SE_fastq.txt
It is also sometimes blank which is confusing; 0 might be better.