This repository contains the scripts (in jupyter notebooks) to generate the figure in the manuscript "Pangenome mining of the Streptomyces genus redefines their biosynthetic potential".
git clone https://github.com/NBChub/Streptomyces_pangenome_ms.git
# create and activate new conda environment
conda create -n bgcflow pip -y
conda activate bgcflow
# install BGCFlow wrapper
pip install git+https://github.com/NBChub/bgcflow_wrapper.git
# clone BGCFlow to "bgcflow" folder
bgcflow clone bgcflow
# edit the location of the bgcflow dir to the right directory with dataset
nano config.yaml
Install these conda environments:
mamba env create -f python_notebook.yaml
mamba env create -f r_notebook.yaml
- There are two kind of notebooks, R (.R.ipynb) and python (.python.ipynb)
- Run the notebook using the corresponding conda environment:
python_notebook
orr_notebook
- Start jupyter session
# for python
conda activate python_notebook
jupyter lab
# for R
conda activate r_notebook
jupyter lab
- Run the notebooks in order
Mohite et al. (2024). Pangenome mining of the Streptomyces genus redefines their biosynthetic potential. bioRxiv 2023.06.14.545018; doi: https://doi.org/10.1101/2024.02.20.581055