Skip to content

Commit 9e95d1f

Browse files
committed
recommend mamba instead of conda for installation
1 parent 130d147 commit 9e95d1f

File tree

4 files changed

+12
-8
lines changed

4 files changed

+12
-8
lines changed

README.md

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -58,17 +58,21 @@ Detailed information about the different steps of the pipeline can be found in t
5858

5959
## 2. Installation
6060

61-
SqueezeMeta is intended to be run in a x86_64 Linux OS (tested in Ubuntu and CentOS). The easiest way to install it is by using conda.
61+
SqueezeMeta is intended to be run in a x86-64 Linux OS (tested in Ubuntu and CentOS). The easiest way to install it is by using conda. Conda might however be slow solving the dependencies, so it's better to first get `mamba` into your base environment with
6262

63-
`conda create -n SqueezeMeta -c conda-forge -c bioconda -c fpusan squeezemeta`
63+
`conda install -c conda-forge mamba`
64+
65+
and then use `mamba` to install SqueezeMeta
66+
67+
`mamba create -n SqueezeMeta -c conda-forge -c bioconda -c fpusan squeezemeta`
6468

6569
This will create a new conda environment named SqueezeMeta, which must then be activated.
6670

6771
`conda activate SqueezeMeta`
6872

6973
When using conda, all the scripts from the SqueezeMeta distribution will be available on `$PATH`.
7074

71-
Alternatively, just download the latest release from the GitHub repository and uncompress the tarball in a suitable directory. The tarball includes the SqueezeMeta scripts as well as the third-party software redistributed with SqueezeMeta (see section 6). The INSTALL files contain detailed installation instructions, including all the external libraries required to make SqueezeMeta run in a vanilla Ubuntu 14.04 or CentOS7 (DVD iso) installation.
75+
Alternatively, just download the latest release from the GitHub repository and uncompress the tarball in a suitable directory. The tarball includes the SqueezeMeta scripts as well as the third-party software redistributed with SqueezeMeta (see section 6). The INSTALL files contain detailed installation instructions, including all the external libraries required to make SqueezeMeta run in a vanilla Ubuntu 16.04 or CentOS7 (DVD iso) installation.
7276

7377
The `test_install.pl` script can be run in order to check whether the required dependencies are available in your environment.
7478

SqueezeMeta_manual_v1.5.0.pdf

322 Bytes
Binary file not shown.

conda/dev/meta.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -83,10 +83,10 @@ about:
8383
individual genomes via binning procedures.
8484
\n
8585
\n
86-
To install this package with conda run:
86+
To install this package with mamba run:
8787
\n
8888
\n
89-
`conda create -n SqueezeMeta -c conda-forge -c bioconda -c fpusan squeezemeta-dev`
89+
`mamba create -n SqueezeMeta -c conda-forge -c bioconda -c fpusan squeezemeta-dev`
9090
\n
9191
\n
9292
And activate it with:

conda/meta.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
package:
22
name: squeezemeta
3-
version: '1.5.0'
3+
version: '1.5.0post1'
44

55
source:
66
git_url: https://github.com/jtamames/squeezemeta.git
@@ -82,10 +82,10 @@ about:
8282
individual genomes via binning procedures.
8383
\n
8484
\n
85-
To install this package with conda run:
85+
To install this package with mamba run:
8686
\n
8787
\n
88-
`conda create -n SqueezeMeta -c conda-forge -c bioconda -c fpusan squeezemeta`
88+
`mamba create -n SqueezeMeta -c conda-forge -c bioconda -c fpusan squeezemeta`
8989
\n
9090
\n
9191
And activate it with:

0 commit comments

Comments
 (0)