Skip to content

Commit

Permalink
Rebuild infernal (#13655)
Browse files Browse the repository at this point in the history
* Rebuild infernal

* Rebuild infernal
  • Loading branch information
druvus authored Feb 15, 2019
1 parent 9ef0244 commit 863c397
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 45 deletions.
4 changes: 0 additions & 4 deletions recipes/infernal/1.0.2/build.sh

This file was deleted.

27 changes: 0 additions & 27 deletions recipes/infernal/1.0.2/meta.yaml

This file was deleted.

31 changes: 17 additions & 14 deletions recipes/infernal/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,32 +1,35 @@
{% set version = "1.1.2" %}

package:
name: infernal
version: 1.1.2
version: {{ version }}

source:
url: http://eddylab.org/infernal/infernal-1.1.2.tar.gz
md5: a73e6bbab0c4b79af2cc4c0aabb8accc
url: http://eddylab.org/infernal/infernal-{{ version }}.tar.gz
sha256: ac8c24f484205cfb7124c38d6dc638a28f2b9035b9433efec5dc753c7e84226b

build:
number: 1
number: 2

requirements:
build:
- {{ compiler('c') }}
host:
- perl
run:

test:
commands:
- cmalign -h > /dev/null
- cmbuild -h > /dev/null
- cmcalibrate -h > /dev/null
- cmconvert -h > /dev/null
- cmemit -h > /dev/null
- cmfetch -h > /dev/null
- cmpress -h > /dev/null
- cmscan -h > /dev/null
- cmsearch -h > /dev/null
- cmstat -h > /dev/null
- cmalign -h
- cmbuild -h
- cmcalibrate -h
- cmconvert -h
- cmemit -h
- cmfetch -h
- cmpress -h
- cmscan -h
- cmsearch -h
- cmstat -h

about:
home: http://infernal.janelia.org/
Expand Down

0 comments on commit 863c397

Please sign in to comment.