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