Skip to content

Commit

Permalink
Update cazy_webscraper to 2.3.0.2 (bioconda#45389)
Browse files Browse the repository at this point in the history
* Update cazy_webscraper to 2.3.0.2

* add run_exports

---------

Co-authored-by: mencian <[email protected]>
  • Loading branch information
BiocondaBot and mencian authored Jan 24, 2024
1 parent 6dd2fc9 commit 9ac3dca
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions recipes/cazy_webscraper/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{% set name = "cazy_webscraper" %}
{% set version = "2.3.0" %}
{% set sha256 = "08a12134f124622069d4259c55d0bafc618e4f1d4872992529cd495d782fd21e" %}
{% set version = "2.3.0.2" %}
{% set sha256 = "4edd7f8f121bcab1c85af649c40c497490e8b5d5769e748536ce4c965daf5297" %}

package:
name: {{ name|lower }}
Expand All @@ -13,7 +13,7 @@ source:
build:
number: 0
noarch: python
script: {{ PYTHON }} -m pip install . -vv
script: {{ PYTHON }} -m pip install . --no-deps --no-build-isolation -vvv
entry_points:
- cazy_webscraper = cazy_webscraper.cazy_scraper:main
- cw_get_genbank_seqs = cazy_webscraper.expand.genbank.sequences.get_genbank_sequences:main
Expand All @@ -25,6 +25,8 @@ build:
- cw_get_pdb_structures = cazy_webscraper.expand.pdb.get_pdb_structures:main
- cw_query_database = cazy_webscraper.api.cw_query_database:main
- cw_get_db_schema = cazy_webscraper.sql.get_schema:main
run_exports:
- {{ pin_subpackage('cazy_webscraper', max_pin="x") }}

requirements:
host:
Expand Down Expand Up @@ -57,6 +59,7 @@ about:
dev_url: "https://github.com/HobnobMancer/cazy_webscraper"
summary: "A tool to automate retrieving data from CAZy, build a local CAZyme SQL database, and throughly interrogating the data. Also, automate retrieving protein data, sequences, EC numbers and structure files for specific datasets in the CAZyme database from UniProt, GenBank and PDB."
license: MIT
license_family: MIT
license_file: LICENSE

extra:
Expand Down

0 comments on commit 9ac3dca

Please sign in to comment.