Open JTFouquier opened 9 years ago
I'm re-labeling this issue because IMO it needs to be this way because of having to traverse through the genera and then find the corresponding accession number that matches the current genus. I thought about it a while, but I do think it's necessary to keep it as is.
Suggestion from D.M.: line 102, which determines which sequences to write out, is performing a list look up. This can be reduced to O(1). It is also not using the skbio fasta formatter.