Skip to content

Commit

Permalink
Update polap to 0.3.7 (#51961)
Browse files Browse the repository at this point in the history
* Update polap to 0.3.7

* Update build.sh

---------

Co-authored-by: Joshua Zhuang <[email protected]>
  • Loading branch information
BiocondaBot and mencian authored Nov 6, 2024
1 parent cee8a8d commit cdabb8c
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions recipes/polap/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,11 @@ files=(polap
polap-parsing.sh
polap-pt.2.c70.3.faa
polap.sh
run-polap-genes.R
run-polap-jellyfish.R
run-polap-mtcontig.R
run-polap-r-genes.R
run-polap-r-jellyfish.R
run-polap-r-mtcontig.R
run-polap-ncbitools
run-polap-pairs.R)
run-polap-r-pairs.R)

for i in "${files[@]}"; do
cp src/$i $PREFIX/bin
Expand Down
4 changes: 2 additions & 2 deletions recipes/polap/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{% set name = "polap" %}
{% set version = "0.2.6" %}
{% set sha256 = "6d9b5ffc26ce6feeaa6119d0dda57e07af9e9def55e5510b0ddf237699b15948" %}
{% set version = "0.3.7" %}
{% set sha256 = "e4f65dc0e2a8869057f50f22e7d2acbbde4f6bdb8a75412d3620c468c7108be8" %}

package:
name: "{{ name }}"
Expand Down

0 comments on commit cdabb8c

Please sign in to comment.