ColtonGarelli / Protein-Analysis-Manager

0 stars 0 forks source link

Write sequence input function that takes fasta formatted strings and turns them into Sequence objects #62

Open ColtonGarelli opened 6 years ago

ColtonGarelli commented 6 years ago

input from fasta will make sending data to APIs more uniform. Create list of Sequence objects from imported file, keep list somewhere, create subclass objects from that list.