From b27e8761b232a6a7484db12188dfb359e9655344 Mon Sep 17 00:00:00 2001 From: Pau Andrio Date: Wed, 6 Feb 2019 11:16:11 +0100 Subject: [PATCH] Feb 2019 Release No Ambertools --- recipes/biobb_analysis/build.sh | 6 ++---- recipes/biobb_analysis/meta.yaml | 4 ++-- 2 files changed, 4 insertions(+), 6 deletions(-) diff --git a/recipes/biobb_analysis/build.sh b/recipes/biobb_analysis/build.sh index 873fe939342d2..e2ffc99fc15e8 100644 --- a/recipes/biobb_analysis/build.sh +++ b/recipes/biobb_analysis/build.sh @@ -7,10 +7,8 @@ mkdir -p $PREFIX/bin chmod u+x $SP_DIR/biobb_analysis/gromacs/rms.py cp $SP_DIR/biobb_analysis/gromacs/rms.py $PREFIX/bin/rms -chmod u+x $SP_DIR/biobb_analysis/gromacs/rms.py -cp $SP_DIR/biobb_analysis/gromacs/rms.py $PREFIX/bin/rms +chmod u+x $SP_DIR/biobb_analysis/gromacs/cluster.py +cp $SP_DIR/biobb_analysis/gromacs/cluster.py $PREFIX/bin/cluster chmod u+x $SP_DIR/biobb_analysis/ambertools/cpptraj.py cp $SP_DIR/biobb_analysis/ambertools/cpptraj.py $PREFIX/bin/cpptraj - -#conda install -y -c ambermd ambertools diff --git a/recipes/biobb_analysis/meta.yaml b/recipes/biobb_analysis/meta.yaml index a1c9e9532d71c..92a61a14d21c1 100644 --- a/recipes/biobb_analysis/meta.yaml +++ b/recipes/biobb_analysis/meta.yaml @@ -1,8 +1,8 @@ {% set name = "biobb_analysis" %} -{% set version = "0.1.0" %} +{% set version = "0.1.1" %} {% set file_ext = "tar.gz" %} {% set hash_type = "sha256" %} -{% set hash_value = "795c23464290d0fa5d3965c571b4d813f39045d51cf1704c66cde82e470a3a30" %} +{% set hash_value = "0ba9314275282c077f90195f2178d559838ba50394694d39f725d4c5f34debb6" %} package: name: '{{ name|lower }}'