phac-nml / staramr

Scans genome contigs against the ResFinder, PlasmidFinder, and PointFinder databases.
Apache License 2.0
111 stars 25 forks source link

Adding CGE Predicted Phenotypes to Pointfinder Results #190

Closed emarinier closed 10 months ago

emarinier commented 11 months ago

170

I realized when doing testing that there was an existing function that already did some of this functionality. I cleaned up the duplicate functions, but one particular difference is that the old (unused) get_phenotype function raised an exception when there was no phenotype found for a particular mutation. I removed this exception because I believe our primary source of phenotypes for Pointfinder is the ARG database. However, if you believe it should exist, I can re-add it.