Hello,
I have resolved the issue, thank you.
After running CLARK-S, some of the outputs contain NA for both first and second assignments although scores are present.
The following commands were run:
./set_targets.sh DIR_DB viruses --species
./buildSpacedDB.sh
./classify_metagenome.sh -O samples.txt -R samples.txt --spaced
where samples.txt contains the file names of the fasta files I am trying to classify.
To combine all the outputs:
cat sample*.csv > sampleALL.csv
I get the following output:
My concern is, why would I get the 2nd assignment for some and not the first assignment, and why do I get both assignments as NA in some cases but there is a value for gamma score and score1 for instance?
Thank you in advance.