Closed nickp60 closed 6 years ago
Hi nickp60!
The current version of PlaScope required SPAdes-formated header (e.g. ">NODE_36_length_43824_cov_77.8425"). This allows us to sort contigs according to their coverage (SPAdes coverage > 2), which is generally more relevant as low-coverage contigs are frequently low quality or contaminated contigs.
However as shown in the "name_of_my_sample_extendedresult" file the three plasmids (CP003292.1, CP003290.1, CP003291.1) are correctly classified (value in third column = 3) as well as the chromosome (CP003289.1, value in third column = 2).
I plan to propose a version independent of the contigs format as soon. But for now if you use contigs with a not suitable format you will get these warnings and contigs will not be extracted.
Hi @GuilhemRoyer, thanks for the update! I will be SPAdes input for the actually analysis, so that actually works out well; though it might be nice to have the option to turn of this behaviour for use with non-SPAdes input. Thanks for clearing this up!
Hi, I am trying to test PlaScope (verison 1.3) using this O104:H4 assembly (stored as
O104H4.fasta
) and the provided database (stored in~/dbs/plascope/
) , and am getting the following warnings:Here are the contents of
test/name_of_my_sample_PlaScope/Centrifuge_results/name_of_my_sample_extendedresult
:And the contents of
test/name_of_my_sample_PlaScope/Centrifuge_results/name_of_my_sample_summary
:Once it finishes, the
PlaScope_predictions
subdirectory is empty. How can I check the predictions for each of the contigs? Why are these warnings being thrown?Thanks in advance!