Skip to content

Commit

Permalink
update install instructions for fixed conda env
Browse files Browse the repository at this point in the history
  • Loading branch information
Smith Nicholas committed Nov 7, 2022
1 parent 3fc875b commit bf38887
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 0 deletions.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,11 @@ We recommend using a dedicated conda environment. (installation time: ~ 10min)
mamba create -n drop_env -c conda-forge -c bioconda drop --override-channels
```

In the case of mamba/conda troubles we recommend using the fixed `DROP.yaml` installation file we make available on our [public server](https://www.cmm.in.tum.de/public/paper/drop_analysis/DROP.yaml). Install this using the following command:
```
mamba env create -f DROP.yaml
```

Test installation with demo project
```
mkdir ~/drop_demo
Expand Down
6 changes: 6 additions & 0 deletions docs/source/installation.rst
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,12 @@ For installing, use `mamba` instead of `conda` as it provides more reliable and
mamba create -n drop_env -c conda-forge -c bioconda drop --override-channels
In the case of mamba/conda troubles we recommend using the fixed `DROP.yaml` installation file
we make available on our [public server](https://www.cmm.in.tum.de/public/paper/drop_analysis/DROP.yaml).
Install this using the following command:
.. code-block:: bash
mamba env create -f DROP.yaml
Installation time: ~ 10min

Test whether the pipeline runs through by setting up the demo dataset in an empty directory (e.g. ``~/drop_demo``).
Expand Down

0 comments on commit bf38887

Please sign in to comment.