iTaxoTools / TaxI2

Calculation and analysis of pairwise sequence distances
GNU General Public License v3.0
0 stars 0 forks source link

Import FASTA and Genbank readers from inputchecker #37

Open necrosovereign opened 2 years ago

necrosovereign commented 2 years ago

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.