Closed DGMichael closed 4 years ago
Update: When I pulled the SwissProt functions from this repo, I no longer get this error. Checking on Anaconda now.
Looks like a duplicate of #2417, so Biopython 1.77 should fix this.
Yep, can confirm it is related to Anaconda conda version not having the fix.
1) Latest conda update still has issue (Biopython 1.76) 2) Local install of Biopython does not have the issue (Biopython 1.77).
-> Biopython 1.77 fixes. Closing out.
Yeah, Biopython 1.77 on conda-forge needs some assistance, see: https://github.com/conda-forge/biopython-feedstock/pull/24
Setup
I am reporting a problem with Biopython 1.76, Python 3.7.4, and operating system as follows:
(Please copy and run the above in your Python, and copy-and-paste the output)
Expected behaviour
dir(record) [..., 'accessions', 'annotation_update', 'comments', 'created', 'cross_references', 'data_class', 'description', 'entry_name', 'features', 'gene_name', 'host_organism', 'host_taxonomy_id', 'keywords', 'molecule_type', 'organelle', 'organism', 'organism_classification', 'references', 'seqinfo', 'sequence', 'sequence_length', 'sequence_update', 'taxonomy_id']
Actual behaviour
Steps to reproduce
1) Anaconda install of Biopython 2) Run above code in jupyter notebook.