You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: