-
Notifications
You must be signed in to change notification settings - Fork 2
PhageTerm installation notes
Andrea Telatin edited this page Nov 16, 2021
·
1 revision
PhageTerm is a tool to analyse the structure of phage assemblies based on the sequence coverage.
A common way to use it is via a Galaxy server, but a version is available to install as a tool.
The tool can be downloaded from Source Forge.
After downloading the package and extracting it, it's important to
take note of the path where the script is, that we will later refer to as {INSTALL_DIR}
.
Using Miniconda we can create a dedicated conda environment to run PhageTerm:
mamba create -n phageterm \
python=2.7 matplotlib numpy pandas scikit-learn scipy statsmodels reportlab
First, we need to activate the environment:
conda activate phageterm
Then we can run the program as:
python2 {INSTALL_DIR}/PhageTerm.py \
-f {FORWARD_READS} -p {REVERSE_READS} \
-r {REF_GENOME} -c {CORES} -n {PHAGE_NAME}
Phage Annotation Workshop 2021