From 9bde31a9979bfcfe7cd35e79f4e3baca1bdc18a5 Mon Sep 17 00:00:00 2001 From: RickGelhausen Date: Fri, 30 Nov 2018 15:26:27 +0100 Subject: [PATCH 1/2] updating dependencies for reparation_blast --- recipes/reparation_blast/meta.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/recipes/reparation_blast/meta.yaml b/recipes/reparation_blast/meta.yaml index 783c1558a3d0d..a1dfde651697a 100644 --- a/recipes/reparation_blast/meta.yaml +++ b/recipes/reparation_blast/meta.yaml @@ -11,7 +11,7 @@ source: sha256: {{ sha256 }} build: - number: 0 + number: 1 skip: True # [osx] requirements: @@ -20,9 +20,9 @@ requirements: run: - perl - perl-posix - - perl-bioperl + - perl-bioperl >=1.7.2 - samtools - - pysam =0.14.1 + - pysam >=0.15.1 - plastid - r-ggplot2 >=3.0 - r-prroc >=1.3.1 From dcdaca71639e48d8f62621d1f23c5bddaf613bd1 Mon Sep 17 00:00:00 2001 From: RickGelhausen Date: Tue, 4 Dec 2018 13:06:23 +0100 Subject: [PATCH 2/2] changed dependency of pysam --- recipes/reparation_blast/meta.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes/reparation_blast/meta.yaml b/recipes/reparation_blast/meta.yaml index a1dfde651697a..164467b584d2c 100644 --- a/recipes/reparation_blast/meta.yaml +++ b/recipes/reparation_blast/meta.yaml @@ -22,7 +22,7 @@ requirements: - perl-posix - perl-bioperl >=1.7.2 - samtools - - pysam >=0.15.1 + - pysam =0.14.1 - plastid - r-ggplot2 >=3.0 - r-prroc >=1.3.1