Skip to content

Commit

Permalink
Merge pull request #340 from gagneurlab/dev
Browse files Browse the repository at this point in the history
documentation
  • Loading branch information
nickhsmith committed Jul 11, 2022
2 parents 55ea447 + 6685382 commit 9450314
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ Also, the integration of external split and non-split counts to detect aberrant
DROP is available on [bioconda](https://anaconda.org/bioconda/drop).
We recommend using a dedicated conda environment. (installation time: ~ 10min)
```
mamba create -n drop_env -c conda-forge -c bioconda drop
mamba create -n drop_env -c conda-forge -c bioconda drop --override-channels
```

Test installation with demo project
Expand Down
2 changes: 1 addition & 1 deletion docs/source/installation.rst
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ For installing, use `mamba` instead of `conda` as it provides more reliable and

.. code-block:: bash
mamba create -n drop_env -c conda-forge -c bioconda drop
mamba create -n drop_env -c conda-forge -c bioconda drop --override-channels
Installation time: ~ 10min

Expand Down

0 comments on commit 9450314

Please sign in to comment.