From 8f037e7e664f62f30b2b0259d797fb23fc512f37 Mon Sep 17 00:00:00 2001 From: Martin Raden Date: Fri, 21 Jan 2022 15:47:20 +0100 Subject: [PATCH] conda yaml --- README.md | 41 ++++++++++++++++++++++++++++++++++++++++- 1 file changed, 40 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 9256af0..72efa79 100644 --- a/README.md +++ b/README.md @@ -56,7 +56,46 @@ It is also possible to run CopraRNA [via a provided Docker container](#biocontai ## Dependencies -The specified versions are tested and functional. +The following setup was successfully used to build and run CopraRNA via conda: +```yaml +name: CopraRNA-2.1.3 + +channels: + - conda-forge + - bioconda + - defaults + - r + - conda + +dependencies: + - blast-legacy + - bzip2 + - clustalo + - coreutils + - domclust + - embassy-phylip + - emboss + - gawk + - grep + - intarna >2.2 + - mafft + - perl <6 + - perl-bioperl + - perl-bio-eutilities + - perl-getopt-long + - perl-list-moreutils + - perl-parallel-forkmanager + - phantomjs + - python + - r-base <4 + - r-pheatmap + - r-robustrankaggreg + - r-seqinr + - sed + - suds-jurko +``` + +The following package versions were tested and functional during development of CopraRNA2. - bzip2 1.0.6 (for the core genome archive) // conda install bzip2 - gawk 4.1.3 // conda install gawk