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?
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.
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?