From 7214d93b38d265e3a7e377376dc6c9a49125c74e Mon Sep 17 00:00:00 2001 From: schmiral <ralf.schmidt@unibas.ch> Date: Sun, 12 Aug 2018 08:36:36 +0200 Subject: [PATCH] added version for R as used in the conda env --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 338e330..3b143ac 100644 --- a/README.md +++ b/README.md @@ -46,7 +46,7 @@ With the installation of the environment, the following software is installed as - [samtools](http://www.htslib.org/) (v1.3.1) - [bedtools](http://bedtools.readthedocs.io/en/latest/) (v2.26.0) - [gzip](http://www.gzip.org/) (v1.7) -- [R](https://www.r-project.org/) +- [R](https://www.r-project.org/) (v3.3.2) - [SRA tools](https://github.com/ncbi/sra-tools) (v.2.8.2) #### Step 3: Creating a new python2 environment to run PAQR -- GitLab