Skip to content

Commit

Permalink
updated bbmap to 38.16 (#10159)
Browse files Browse the repository at this point in the history
  • Loading branch information
notestaff authored and npavlovikj committed Jul 31, 2018
1 parent c1abb14 commit b0ee919
Showing 1 changed file with 8 additions and 3 deletions.
11 changes: 8 additions & 3 deletions recipes/bbmap/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
{% set name = "BBMap" %}
{% set version = "38.06" %}
{% set sha256 = "28a875d792d3608b088e74acdb109b8a4554c78c7e46162230169b607a9beccf" %}
{% set version = "38.16" %}
{% set sha256 = "bf71b80aa0a32a54cff9debf764273034c4aec610a9d522bf87721de4d441643" %}

about:
home: 'https://sourceforge.net/projects/bbmap'
license: "UC-LBL license (see package)"
summary: "BBMap is a short read aligner, as well as various other bioinformatic tools."

build:
number: 2
number: 0
noarch: generic

package:
Expand All @@ -28,6 +28,11 @@ requirements:
test:
commands:
- bbmap.sh -V 2>&1 | grep "BBMap" > /dev/null
- bbmap.sh -V 2>&1 | grep "Version {{ version }}" > /dev/null
- bbmerge.sh -V 2>&1 | grep "BBMerge" > /dev/null
- bbduk.sh -V 2>&1 | grep "BBDuk" > /dev/null
- bbmask.sh -V 2>&1 | grep "BBMask" > /dev/null
- bbnorm.sh --help 2>&1 | grep "BBNorm" > /dev/null

extra:
notes: |
Expand Down

0 comments on commit b0ee919

Please sign in to comment.