Jupyter notebook templates by topic for the bioinformatics problems on rosalind.info and a corresponding conda environment.
$ git clone git@github.com:conorcamplisson/rosalind_workbook.git
- Create the conda environment:
$ cd rosalind_workbook/
$ conda env create -f environment.yml
- Activate the conda environment:
$ source activate rosalind
- Run the jupyter notebook server:
$ jupyter notebook
-
In your web browser, navigate to the jupyter notebook server web interface and open the rosalind_workbook/ directory.
-
Open the notebook for your chosen topic, and run the import cell before working on the problems.