-
Notifications
You must be signed in to change notification settings - Fork 0
1. Installation
Note: we do not guarantee that these instructions will work on all operating systems.
-
Via the command line/terminal, navigate to the folder you wish to install TALLSorts and execute
git clone https://github.com/Oshlack/ALLSorts.git
orgit clone git@github.com:Oshlack/ALLSorts.git
(Alternatively, you can use GitHub to directly download the files in a
.zip
. Extract these files in a folder of your choosing.) -
In the folder containing TALLSorts (you should see an
env
folder in there), create a new environment by executingconda env create -f env/tallsorts.yml
This will create a new conda environment called
tallsortsenv
. -
Depending on your conda version, activate this environment using either
conda activate tallsortsenv
orsource activate tallsortsenv
-
Install TALLSorts by executing
pip install .
To ensure your installation works nicely, you should run a test.