EMBLmyGFF3 requires Python 2.7 and biopython 1.67
Python setup virtual environment
Using Python 2.7
|
|
Download biopython 1.67 source file (https://biopython.org/wiki/Download)
To install from source (on Mac):
xcode-select --install
enter the source directory and try
|
|
install EMBLmyGFF3
pip install git+https://github.com/NBISweden/EMBLmyGFF3.git
Finally it indicated that the tools was install successfully
Successfully installed EMBLmyGFF3-1.2.4 bcbio-gff-0.6.4 biopython-1.67 six-1.12.0
(emblmygff) mib110701i:biopython-1.67 zl3$ EMBLmyGFF3 -h
Works!!
To check installed packages: use
pip freeze
which shows:
|
|
Commands of EMBLmyGFF3 with essential options:
|
|
Where
-s species
-i locus_tag
-m molecule_type
-p project_id
-t topology (linear/circular)
-r transl_table
Finally to leave the vitural environment type: deactivate