Download the current Python 3 module file:
- D3GB Python Module: D3GB-1.1.tar.gz
Installation
This module can be installed with the following commands in a bash terminal of Linux:
wget "http://d3gb.usal.es/docs/package/py/D3GB-1.1.tar.gz"
tar xzf D3GB-1.1.tar.gz
cd D3GB
sudo python3 setup.py install
Note: Installation of D3GB module will be simplified with its next inclusion in the PyPI repository.
Documentation
- Genome browser from GenBank tutorial: Python code
- Genome browser from fasta and gff tutorial: Python code
- Human genome browser tutorial: Python code