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
I'm working on the inputchecker package that will provide functions to collect information about input files a for TaxI and possibly other tools. I think that functionality of inputchecker requires FASTA and Genbank readers that are currently in library/fasta.py and library/genbank.py. So, to prevent code duplication, when inputchecker will become a dependency of TaxI, the readers should also be imported from it.
The text was updated successfully, but these errors were encountered:
I'm working on the
inputchecker
package that will provide functions to collect information about input files a forTaxI
and possibly other tools. I think that functionality ofinputchecker
requires FASTA and Genbank readers that are currently inlibrary/fasta.py
andlibrary/genbank.py
. So, to prevent code duplication, wheninputchecker
will become a dependency ofTaxI
, the readers should also be imported from it.The text was updated successfully, but these errors were encountered: