Skip to content

Commit

Permalink
bump graphclust (#11585)
Browse files Browse the repository at this point in the history
  • Loading branch information
mmiladi authored and karel-brinda committed Oct 31, 2018
1 parent 7575bac commit 74516bf
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 3 deletions.
2 changes: 2 additions & 0 deletions recipes/graphclust-wrappers/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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/

13 changes: 10 additions & 3 deletions recipes/graphclust-wrappers/meta.yaml
Original file line number Diff line number Diff line change
@@ -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
Expand All @@ -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
Expand Down

0 comments on commit 74516bf

Please sign in to comment.