{ "cells": [ { "cell_type": "markdown", "id": "b604919c", "metadata": {}, "source": [ "# Installation\n", "\n", "To install `arraylib-solve` first create `Python 3.8` environment e.g. by\n", "\n", "```\n", "conda create --name arraylib-env python=3.8\n", "conda activate arraylib-env\n", "```\n", "\n", "and install the package using \n", "\n", "```\n", "pip install arraylib-solve\n", "```\n", "\n", "`arraylib-solve` uses bowtie2 [[1]](#1) to align reads to the reference genome. Please ensure that bowtie2 is installed in your environment by running:\n", "\n", "```\n", "conda install -c bioconda bowtie2\n", "```\n", "\n", "[1] \n", "Langmead, B. and Salzberg, S.L., 2012. Fast gapped-read alignment with Bowtie 2. Nature methods, 9(4), pp.357-359." ] } ], "metadata": { "kernelspec": { "display_name": "spyder-env", "language": "python", "name": "python3" }, "language_info": { "codemirror_mode": { "name": "ipython", "version": 3 }, "file_extension": ".py", "mimetype": "text/x-python", "name": "python", "nbconvert_exporter": "python", "pygments_lexer": "ipython3", "version": "3.10.5" } }, "nbformat": 4, "nbformat_minor": 5 }