I used NCBi's Refseq 16S sequences to build and test an index with centrifuge (default options). I am using the release 1.0.3 installed via conda.
I am getting this error when running the centrifuge-kreport on centrifuge output.
$ centrifuge-kreport -x refseq_16S centrifuge.out > centrifuge.kreport
Loading taxonomy ...
Loading names file ...
Loading nodes file ...
Use of uninitialized value in printf at /exports/sasc/nikos/src/biowdl/pipeline-template/conda_envs/centrifuge/bin/centrifuge-kreport line 133, <> line 324039.
Use of uninitialized value in printf at /exports/sasc/nikos/src/biowdl/pipeline-template/conda_envs/centrifuge/bin/centrifuge-kreport line 133, <> line 324039.
Use of uninitialized value in numeric comparison (<=>) at conda_envs/centrifuge/bin/centrifuge-kreport line 136, <> line 324039.
Use of uninitialized value in printf at /conda_envs/centrifuge/bin/centrifuge-kreport line 133, <> line 324039.
<truncated output>
The offending line of the centrifuge input looks like this (first column is to display the line number from less )
Hello,
I used NCBi's Refseq 16S sequences to build and test an index with centrifuge (default options). I am using the release 1.0.3 installed via conda.
I am getting this error when running the
centrifuge-kreport
on centrifuge output.The offending line of the centrifuge input looks like this (first column is to display the line number from
less
)The
name
column of thecentrifuge_report.tsv
also seems off.centrifuge-inspect
with options -n and -s on the index seems OK. Any help much appreciated!