From 7b69b39f798d715e3e22a25116741a00100496cc Mon Sep 17 00:00:00 2001 From: "A. Fust" Date: Wed, 30 Jan 2019 09:20:02 +0100 Subject: [PATCH 1/5] updated installation instruction --- docs_rst/install.rst | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/docs_rst/install.rst b/docs_rst/install.rst index 9de808b..14a5a28 100644 --- a/docs_rst/install.rst +++ b/docs_rst/install.rst @@ -13,7 +13,11 @@ Make sure to have `conda` installed, e.g. via - Answer the question "Do you wish the installer to prepend the Miniconda install location to PATH in your /home/.../.bashrc ?" with yes OR do ``export PATH=dir/to/miniconda3:$PATH`` after installation process -The UROPA installation is now as easy as ``conda install -c bioconda -c conda-forge uropa``. +The UROPA installation is now as easy as + +``conda create --name uropa +conda activate uropa +conda install python uropa``. Biocontainers / Docker ---------------------- From 3f660b74ea178a80dc93352c2a3c3008849f72b6 Mon Sep 17 00:00:00 2001 From: "A. Fust" Date: Wed, 30 Jan 2019 09:20:31 +0100 Subject: [PATCH 2/5] Update install.rst --- docs_rst/install.rst | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs_rst/install.rst b/docs_rst/install.rst index 14a5a28..d59977a 100644 --- a/docs_rst/install.rst +++ b/docs_rst/install.rst @@ -16,7 +16,9 @@ Make sure to have `conda` installed, e.g. via The UROPA installation is now as easy as ``conda create --name uropa + conda activate uropa + conda install python uropa``. Biocontainers / Docker From 0188ab674832c1cab1b3f5db161edc557741ca88 Mon Sep 17 00:00:00 2001 From: "A. Fust" Date: Wed, 30 Jan 2019 09:21:03 +0100 Subject: [PATCH 3/5] Update install.rst --- docs_rst/install.rst | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/docs_rst/install.rst b/docs_rst/install.rst index d59977a..af7501b 100644 --- a/docs_rst/install.rst +++ b/docs_rst/install.rst @@ -15,11 +15,9 @@ Make sure to have `conda` installed, e.g. via The UROPA installation is now as easy as -``conda create --name uropa - -conda activate uropa - -conda install python uropa``. +``conda create --name uropa`` +``conda activate uropa`` +``conda install python uropa``. Biocontainers / Docker ---------------------- From 6afedc5679c29984b34a8c4f7232bf5258f0e5b3 Mon Sep 17 00:00:00 2001 From: "A. Fust" Date: Wed, 30 Jan 2019 09:21:14 +0100 Subject: [PATCH 4/5] Update install.rst --- docs_rst/install.rst | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs_rst/install.rst b/docs_rst/install.rst index af7501b..3348fdf 100644 --- a/docs_rst/install.rst +++ b/docs_rst/install.rst @@ -16,7 +16,9 @@ Make sure to have `conda` installed, e.g. via The UROPA installation is now as easy as ``conda create --name uropa`` + ``conda activate uropa`` + ``conda install python uropa``. Biocontainers / Docker From ad1c97316ff6aeee6f402b331d65e148e61bb155 Mon Sep 17 00:00:00 2001 From: "A. Fust" Date: Wed, 30 Jan 2019 09:23:21 +0100 Subject: [PATCH 5/5] updated installation instruction --- README.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index e715153..cb70d45 100644 --- a/README.md +++ b/README.md @@ -45,7 +45,13 @@ We recommend to install UROPA using the conda package manager. Make sure to have - Answer the question "Do you wish the installer to prepend the Miniconda install location to PATH in your /home/.../.bashrc ?" with yes OR do ```PATH=dir/to/miniconda3:$PATH``` after installation process -The UROPA installation is now as easy as ```conda install -c bioconda -c conda-forge uropa```. +The UROPA installation is now as easy as + +```conda create --name uropa``` + +```conda activate uropa``` + +```conda install python uropa```. ### Biocontainers / Docker