Skip to content

Commit

Permalink
Update freebayes recipe (bioconda#50595)
Browse files Browse the repository at this point in the history
  • Loading branch information
mencian committed Sep 10, 2024
1 parent 24dd8bc commit 3064eb8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions recipes/freebayes/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -28,5 +28,6 @@ cp -nf ../scripts/*.py ${PREFIX}/bin
cp -nf ../scripts/*.sh ${PREFIX}/bin
cp -nf ../scripts/*.pl ${PREFIX}/bin

chmod 0755 ${PREFIX}/bin/freebayes
chmod 0755 ../scripts/freebayes-parallel
cp -nf ../scripts/freebayes-parallel ${PREFIX}/bin
4 changes: 2 additions & 2 deletions recipes/freebayes/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ source:
sha256: cc1c04729b0c8ba3647cbb7e15e2b490ce701d73773f30f5892d68c36a1dceae

build:
number: 1
number: 2
run_exports:
- {{ pin_subpackage("freebayes", max_pin="x") }}

Expand Down Expand Up @@ -59,7 +59,7 @@ test:
about:
home: "https://github.com/freebayes/freebayes"
license: MIT
license_file: freebayes/LICENSE
license_file: "freebayes/LICENSE"
license_family: MIT
summary: "Bayesian haplotype-based polymorphism discovery and genotyping."
dev_url: "https://github.com/freebayes/freebayes"
Expand Down

0 comments on commit 3064eb8

Please sign in to comment.