|
|
|
:warning: Here is the current installation method, but we are working on packaging the workflow so that it is directly available in Bioconda :warning:
|
|
|
|
|
|
|
|
# Dependencies
|
|
|
|
|
|
|
|
A working installation of **conda** and **git** is mandatory to build magneto. If you have **mamba** already install on your system, the creation of the main environment will be faster.
|
|
|
|
|
|
|
|
* python 3.7+
|
|
|
|
* python 2.7
|
|
|
|
* snakemake 6.3.0
|
|
|
|
* python 3.8+
|
|
|
|
* snakemake 7.32.4
|
|
|
|
* mamba 1.5.8
|
|
|
|
* conda 4.10.3
|
|
|
|
* click 8.01
|
| ... | ... | @@ -16,8 +13,12 @@ The default conda libraries management for snakemake is mamba, since a couple of |
|
|
|
Except if you use your own databases or already have downloaded them, MAGNETO will also require an internet connection.
|
|
|
|
|
|
|
|
# Installation
|
|
|
|
|
|
|
|
## Main conda environment installation
|
|
|
|
## Install from bioconda
|
|
|
|
```bash
|
|
|
|
conda install -c bioconda magneto
|
|
|
|
```
|
|
|
|
## Install from source
|
|
|
|
### Main conda environment installation
|
|
|
|
|
|
|
|
Start by creating a conda environment containing snakemake, mamba and the python module click:
|
|
|
|
|
| ... | ... | |
| ... | ... | |