Skip to content

Commit

Permalink
bftools
Browse files Browse the repository at this point in the history
  • Loading branch information
bgruening authored Nov 6, 2024
1 parent c4aeb51 commit 780230d
Showing 1 changed file with 12 additions and 3 deletions.
15 changes: 12 additions & 3 deletions recipes/bftools/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
{% set version = "6.7.0" %}
{% set sha256 = "7c013b23529d61280e04c3dd312401d7b71fb5892f5e7870f87d37bab5f3988f" %}
{% set version = "8.0.0" %}
{% set sha256 = "46c7c53595a2491adc76dc3b7d4089689e5c3817a9bb549a632d08ef137438e7" %}


package:
name: bftools
version: '{{version}}'

source:
url: "http://downloads.openmicroscopy.org/latest/bio-formats{{version}}/artifacts/bftools.zip"
url: https://downloads.openmicroscopy.org/bio-formats/{{ version }}/artifacts/bftools.zip
sha256: '{{sha256}}'

build:
Expand All @@ -21,6 +21,15 @@ requirements:
test:
commands:
- bfconvert -version
##- bfconvert a.fake a.tiff
- domainlist
- formatlist
# - ijview
- mkfake test
- showinf -nopix a.fake
- tiffcomment a.tiff
# - xmlindent
# - xmlvalid

about:
home: https://docs.openmicroscopy.org/bio-formats/{{version}}/users/comlinetools/index.html
Expand Down

0 comments on commit 780230d

Please sign in to comment.