Skip to content

Latest commit

 

History

History
24 lines (15 loc) · 545 Bytes

ISSUE_TEMPLATE.md

File metadata and controls

24 lines (15 loc) · 545 Bytes

Setup

I am reporting a problem with Biopython version, Python version, and operating system as follows:

import sys; print(sys.version)
import platform; print(platform.python_implementation()); print(platform.platform())
import Bio; print(Bio.__version__)

(Please copy and run the above in your Python, and copy-and-paste the output)

Expected behaviour

(Please fill this in)

Actual behaviour

(Please fill this in, and provide any exception message in full)

Steps to reproduce

(*Please fill this in *)