This project is no longer developed here and will be migrated to codeberg: https://codeberg.org/JeanDelmotte/inSilicoGenome
$ pip install -i https://test.pypi.org/simple/ insilicogenome
# 1) Clone the repo
git clone git@github.com:propan2one/inSilicoGenome.git
# 2) create a conda env where all tools work together
# in my case, for ease of use, I'm going to use biopython
conda create -y -p ~/envs/insilicogenome \
--channel conda-forge python=3.11.11 Poetry
conda activate ~/envs/insilicogenome
poetry install
- TODO
- TODO
- TODO
The official documentation is hosted on Read the Docs: https://insilicogenome.readthedocs.io/en/latest/
We welcome and recognize all contributions. You can see a list of current contributors in the contributors tab.
This package was created with Cookiecutter and the UBC-MDS/cookiecutter-ubc-mds project template, modified from the pyOpenSci/cookiecutter-pyopensci project template and the audreyr/cookiecutter-pypackage.