Skip to content

Latest commit

 

History

History
21 lines (10 loc) · 372 Bytes

faq.rst

File metadata and controls

21 lines (10 loc) · 372 Bytes

Frequently Asked Questions

  1. capC-MAP requires the Biopython Python package. How do I get that?

    Biopython can be downloaded from https://biopython.org/wiki/Download but the easiest way to install it is via pip

    :

pip install biopython

or if you don't have root privileges

:

pip install --user biopython