Skip to content

work in progress. but got to do with phage genomes because they are awesome!

Notifications You must be signed in to change notification settings

susiegriggo/Phicore

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Phicore

Testing for codon reassignment in bacteriophages

Installation

Pre-requisities

Setting up the environment

```
conda create -n phicore 
conda activate phicore
#install trnascan-se
conda install -c bioconda trnascan-se
mamba install -c anaconda seaborn
mamba install -c anaconda numpy
mamba install -c conda-forge matplotlib
mamba install -c conda-forge biopython
mamba install -c bioconda dna_features_viewer 
mamba install -y ipykernel
#install phanotate dev version
git clone -b develop https://github.com/deprekate/PHANOTATE.git
cd PHANOTATE/
python3 -m venv env
source env/bin/activate
python setup.py install
```

Installing phicore

```
git clone https://github.com/npbhavya/Phicore.git
```

Deactivating environment

```
#deactivate the virtual environment 
deactivate 
#deactivate the conda environment 
conda deactivate
```

Activating environment if already installed

```
conda activate phicore
cd PHANOTATE
source env/bin/activate
```

Test data

  • Fasta files saved to "test-data"
  • Genbank files saved to "genbank"

README.md added to both directories

About

work in progress. but got to do with phage genomes because they are awesome!

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Jupyter Notebook 99.2%
  • Other 0.8%