Please see guidelines below to run this code.
-
For more information on how to create and activate conda activate see this link https://www.anaconda.com/docs/getting-started/working-with-conda/environments. However, these are the two basic commands for creating and activating conda environments.
conda create -n <ENV_NAME> conda activate <ENV_NAME>NB: Replace <ENV_NAME> with the name of your environment
-
Use
which pythonandwhich pipto make sure the environment is using the appropriate python -
Next, download the git repo - ideally in a new folder.
-
Make sure you're in the same directory where the
setup.pyis located before running the following command:pip3 install -e .The command above downloads relevant dependencies to run
probeSeqmodule -
To see which libraries/packages have been download use the following command:
pip3 list
-
Change your directory to where
processGenbank.ipynbis located on your computer, and then usejuptyter notebookinto your terminal. This will trigger your browser and open the probePanel directory. -
Click on
processGenbank.ipynbto open the notebook.