Installing CRISPResso2 from source #158
kclem
started this conversation in
Troubleshooting
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
To install CRISPResso2 from source (so you get the most recent updates):
Make sure you are in an environment with CRISPResso requirements (e.g. numpy, Flash, Trimmomatic, etc). If you don't have an environment, you can create a conda environment using
conda create -n crispresso2_env -c bioconda crispresso2
and then activate itconda activate crispresso2_env
Download the source code from here:
Note that this will overwrite any CRISPResso installation that is currently in the environment.
You should be able to run
CRISPResso --help
to make sure CRISPResso is installed correctly.Beta Was this translation helpful? Give feedback.
All reactions