Skip to content

Commit

Permalink
Update bbmap to 39.11 (#51952)
Browse files Browse the repository at this point in the history
  • Loading branch information
mencian authored Nov 5, 2024
1 parent d5f3a10 commit 9c08a16
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions recipes/bbmap/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{% set name = "BBMap" %}
{% set version = "39.10" %}
{% set sha256 = "996aff05765ba5e64547f8a34c56da396ce7b18db96ffe7f1076f2d2f49c6148" %}
{% set version = "39.11" %}
{% set sha256 = "bcb80b109757a638d6c767b7ba785fde5111437f7025e0a93dce587cdfaa2795" %}

package:
name: {{ name|lower }}
Expand All @@ -19,13 +19,13 @@ requirements:
build:
- {{ compiler('c') }}
host:
- openjdk >=7.0
- openjdk >=11.0.1
- pbzip2
- bzip2
- samtools
- patchelf # [osx]
run:
- openjdk >=7.0
- openjdk >=11.0.1
- samtools

test:
Expand Down

0 comments on commit 9c08a16

Please sign in to comment.