diff --git a/recipes/graphclust-wrappers/build.sh b/recipes/graphclust-wrappers/build.sh index 86c2d243d1654..0c2679a338cc6 100644 --- a/recipes/graphclust-wrappers/build.sh +++ b/recipes/graphclust-wrappers/build.sh @@ -2,5 +2,7 @@ #Copy binery file since there is no INSTALL part in the makefile chmod +x galaxy_wrappers/*/*.pl +chmod +x galaxy_wrappers/*/*.py cp galaxy_wrappers/*/*.pl $PREFIX/bin/ +cp galaxy_wrappers/*/*.py $PREFIX/bin/ diff --git a/recipes/graphclust-wrappers/meta.yaml b/recipes/graphclust-wrappers/meta.yaml index 044f99262d8ff..96b3b5a98c847 100644 --- a/recipes/graphclust-wrappers/meta.yaml +++ b/recipes/graphclust-wrappers/meta.yaml @@ -1,10 +1,10 @@ package: name: graphclust-wrappers - version: '0.5.2' + version: '0.6.0' source: - url: https://github.com/BackofenLab/GraphClust/archive/0.7.6-galaxy0.5.2.tar.gz - sha256: 1cd373dbf7636ba0f2fdd819374d8a6a745e1b47cc50ef7f5e54c78c386f9a9f + url: https://github.com/BackofenLab/GraphClust/archive/0.7.6-galaxy0.6.0.tar.gz + sha256: 4943fe63773a7aa152fd6332e5d89dbbdf0a4376df25cf72599fd45931840db6 build: number: 1 @@ -15,14 +15,21 @@ requirements: - perl >=5.22.0 - perl-math-round - perl-array-utils + - pandas =0.23.0 + - biopython =1.70.0 run: - perl >=5.22.0 - perl-math-round - perl-array-utils + - pandas =0.23.0 + - biopython =1.70.0 test: commands: + - gc_align_clusters.pl -help 2>&1 | grep -i 'usage' > /dev/null + - extract_conservation_metrics.py 2>&1 | grep "Format" > /dev/null + - aggregate_align_metrics.py --help | grep -i 'usage' > /dev/null - mloc2stockholm.pl --h 2>&1 | grep "USAGE" > /dev/null - fasta2shrep_gspan.pl --h 2>&1 | grep "Usage" > /dev/null - structure_2_gspan.pl --h 2>&1 | grep "Usage" > /dev/null