Skip to content

Commit

Permalink
Update build.sh for v0.5.2 (bioconda#43406)
Browse files Browse the repository at this point in the history
* Update build.sh for v0.5.2

* Update meta.yaml

* Add run_exports for beav v0.5.2

* Update meta.yaml for run_exports

* Update meta.yaml

* Update meta.yaml for run_exports

* Update meta.yaml

* Update meta.yaml

* Update meta.yaml

* Update meta.yaml

* Update meta.yaml
  • Loading branch information
acarafat authored Oct 12, 2023
1 parent b1448ca commit b41a31f
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 4 deletions.
2 changes: 1 addition & 1 deletion recipes/beav/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ mv models/* $BEAV_DIR/models
mv test_data/* $BEAV_DIR/test_data

mv DBSCAN-SWA $BEAV_DIR/software/

mv PyCirclize $BEAV_DIR/software/
mv PaperBLAST $BEAV_DIR/software/
mkdir $BEAV_DIR/software/PaperBLAST/bin/blast

Expand Down
13 changes: 10 additions & 3 deletions recipes/beav/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,10 +1,12 @@
{% set name = "beav" %}
{% set version = "0.5.1" %}
{% set sha256 = "0266f133815aefa62fe8e69a9f4bec3984bdb17650144345a5d03266e46390dc" %}
{% set version = "0.5.2" %}
{% set sha256 = "28b1f541725d59b28543c76a40be0f74cd0e9b763e59c2cb58a3c5658e777e09" %}
{% set dbscan_git = "condabeav0.5" %}
{% set dbscan_sha256 = "2fe08873026fe63a9992bfb997e59fecce7facb903778983dc6917c962573463" %}
{% set gapmind_git = "Beav0.5.1conda" %}
{% set gapmind_sha256 = "a5d0c4855d65355fa4675172a65b97cb03d4ec2e5098a08bece84f677e48a244" %}
{% set pycirclize_git = "v0.5.1-beav0.5.1" %}
{% set pycirclize_sha256 = "969990f486ebdb51b73cef7d8f6cea9ae34b97fe8e2de376e5599aff339aa78f" %}

package:
name: {{ name }}
Expand All @@ -19,18 +21,23 @@ source:
- url: https://github.com/weisberglab/PaperBLAST_Beav/archive/refs/tags/{{ gapmind_git }}.tar.gz
folder: PaperBLAST
sha256: {{ gapmind_sha256 }}
- url: https://github.com/acarafat/pyCirclize/archive/refs/tags/{{ pycirclize_git }}.tar.gz
folder: PyCirclize
sha256: {{pycirclize_sha256}}

build:
noarch: generic
number: 0
run_exports:
- {{ pin_subpackage(name, max_pin='x') }}

requirements:
run:
- python >=3.7,<=3.10
- perl >=5.22.0
- hmmer >=3.3.2
- bakta >=1.6
- integron_finder >=2.0.1
- integron_finder =2.0rc6
- macsyfinder
- defense-finder
- fastani
Expand Down

0 comments on commit b41a31f

Please sign in to comment.