Skip to content

Commit

Permalink
Use openjdk 11 for hmftools-redux and update hmftools-sage jar (#51831)
Browse files Browse the repository at this point in the history
  • Loading branch information
luan-n-nguyen authored Nov 4, 2024
1 parent 2ce25be commit 131f2e8
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion recipes/hmftools-esvee/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ source:

build:
noarch: generic
number: 3
number: 4
run_exports:
- {{ pin_subpackage("hmftools-esvee", max_pin="x.x") }}

Expand Down
4 changes: 2 additions & 2 deletions recipes/hmftools-redux/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,13 +12,13 @@ source:

build:
noarch: generic
number: 2
number: 3
run_exports:
- {{ pin_subpackage('hmftools-redux', max_pin="x.x") }}

requirements:
run:
- openjdk >=8
- openjdk >=8,<=17
- sambamba >=1.0.1

test:
Expand Down
8 changes: 4 additions & 4 deletions recipes/hmftools-sage/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{% set version = "4.0_beta" %}
{% set beta_suffix = ".2" %}
{% set sha256 = "371908a6311f6fc1f43fc450118c1cae19e2966beb4dd5e2586f3db69e0f6d4a" %}
{% set beta_suffix = ".3" %}
{% set sha256 = "6675b28bd271ab12cd6881abccc3b0b309f5faa1544f31d3c3ec762f219ead7f" %}

package:
name: hmftools-sage
Expand All @@ -12,14 +12,14 @@ source:

build:
noarch: generic
number: 2
number: 3
run_exports:
- {{ pin_subpackage('hmftools-sage', max_pin="x") }}

requirements:
run:
- zlib
- openjdk >=8
- openjdk >=9
- bioconductor-variantannotation
- bioconductor-genomicranges
- r-dplyr
Expand Down

0 comments on commit 131f2e8

Please sign in to comment.