diff --git a/README.md b/README.md index f909d15..dfe78cf 100644 --- a/README.md +++ b/README.md @@ -28,6 +28,14 @@ Macrel as a whole is under the **MIT** license. The recommended method of installation is through [bioconda](https://anaconda.org/bioconda/macrel): +```bash +conda create --name env_macrel -c bioconda macrel +conda activate env_macrel +macrel -h +``` + +Alternatively, just: + ```bash conda install -c bioconda macrel ``` diff --git a/install.sh b/install.sh index ad8b0a6..f2b49cd 100755 --- a/install.sh +++ b/install.sh @@ -43,7 +43,7 @@ fi ${CONDA_INSTALL_CMD} install -y \ --prefix $BASEDIR/envs/Macrel_env \ ngless \ - "pyrodigal>=0.7.3" \ + "pyrodigal<3.0.0" \ megahit \ paladin \ pandas \