alliance-genome / agr_file_generator

This repo is for generating files from Alliance resources
MIT License
1 stars 3 forks source link

fix(requirements): removed package Bio from requirements #108

Closed valearna closed 4 years ago

valearna commented 4 years ago

Bio was probably added as a wrong requirement for biopython and it's now causing issues with the loader. This PR removes it from the list of requirements. @adamjohnwright, can you verify that the file generator works without Bio?

adamjohnwright commented 4 years ago

I believe that was being used when we were pulling sequence from FASTA files. Now that we are pulling all sequence information from the database this can be removed.