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