cggh / scikit-allel

A Python package for exploring and analysing genetic variation data
MIT License
287 stars 49 forks source link

Add a function for reading a fasta into a dict of numpy arrays #333

Open andrewgwalker opened 4 years ago

andrewgwalker commented 4 years ago

I noticed that there's a function for writing to a fasta file but not one for reading a fasta file. Since I needed that functionality and was already using scikit-allel I went ahead and made one.