Skip to content

Commit

Permalink
update conda to mamba install (#289)
Browse files Browse the repository at this point in the history
* update conda to mamba install

* bump tMAE

Co-authored-by: Smith Nicholas <smith@in.tum.de>
  • Loading branch information
2 people authored and vyepez88 committed Feb 3, 2022
1 parent 926268a commit a0bbb40
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docs/source/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ We recommend using a dedicated conda environment. (installation time: ~ 10min)

.. code-block:: bash
conda install -c conda-forge -c bioconda drop
mamba install -c conda-forge -c bioconda drop
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 @@ -12,7 +12,7 @@ We recommend using a dedicated conda environment (here: ``drop_env``) for instal

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

Expand Down
2 changes: 1 addition & 1 deletion drop/requirementsR.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ package version
devtools
gagneurlab/OUTRIDER 1.6.1
c-mertes/FRASER 1.2.1
gagneurlab/tMAE 1.0.2
gagneurlab/tMAE 1.0.3
VariantAnnotation
rmarkdown
knitr
Expand Down

0 comments on commit a0bbb40

Please sign in to comment.