Closed recursion-ninja closed 5 years ago
The FASTA parser reimplements the IUPAC code conversions that are implemented more generally in the Data.Alphabet.IUPAC module. We should remove the duplicate code and have the FASTA parser rely on this module.
Data.Alphabet.IUPAC
This is partially implemented, but is currently throwing exceptions on Bimap lookups.
Bimap
The implementation has been corrected and completed here 8c15f99.
The FASTA parser reimplements the IUPAC code conversions that are implemented more generally in the
Data.Alphabet.IUPAC
module. We should remove the duplicate code and have the FASTA parser rely on this module.