Skip to content
Snippets Groups Projects
Commit 05c1c76a authored by Grzegorz Chojnowski's avatar Grzegorz Chojnowski
Browse files

Update README.md

parent 5cdf81fb
No related branches found
No related tags found
No related merge requests found
......@@ -25,7 +25,11 @@ The program was tested mostly on Linux and MacOS. It will also work on MS Window
The program has (soft) dependencies on various tools distributed with [CCP4 suite](https://www.ccp4.ac.uk/) e.g. the HAMMER suite. If you don't have CCP4 installed, don't worry; the program will run normally.
For handling software dependencies *checkMySequence* requires **conda** or **miniconda** environments. Detailed installation instructions for each of them can be found [here](https://docs.conda.io/en/latest/index.html) and [here](https://docs.conda.io/en/latest/miniconda.html). After installing conda (if needed) create and activate an enironment:
For handling software dependencies *checkMySequence* requires **conda** or **miniconda** environments. Detailed installation instructions for each of them can be found [here](https://docs.conda.io/en/latest/index.html) and [here](https://docs.conda.io/en/latest/miniconda.html).
**M1/M2 users:** please install intel version of conda/minicondam (it's fully compatible with your system). Not all checkMySequence dependencies are currently available for arm architecture.
After installing conda (if needed) create and activate an enironment:
```
conda create -n checkmysequence
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment