abaizan / kodoja

Kodoja: identifying viruses from plant RNA sequencing data
MIT License
7 stars 6 forks source link

TaxID in combined_result column of kodoja_VRL.tsv as float #31

Open peterjc opened 6 years ago

peterjc commented 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.

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.

peterjc commented 6 years ago

https://github.com/abaizan/kodoja/blob/kodoja-v0.0.8/diagnosticTool_scripts/diagnostic_modules.py#L374