Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update cazy_webscraper to 2.3.0.4 #52201

Merged
merged 2 commits into from
Nov 19, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 6 additions & 4 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.3" %}
{% set sha256 = "82af3a5c13c1f3254bcbc9967c85d38f085c88f18834fb5a84155d5f13e669d9" %}
{% set version = "2.3.0.4" %}
{% set sha256 = "4333de1d4f1742798281a2e55c24a2d10c54a708f1908bb31ac02adafbd06e90" %}

package:
name: {{ name|lower }}
Expand All @@ -13,7 +13,7 @@ source:
build:
number: 0
noarch: python
script: {{ PYTHON }} -m pip install . --no-deps --no-build-isolation -vvv
script: {{ PYTHON }} -m pip install . --no-deps --no-build-isolation --no-cache-dir -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 @@ -32,6 +32,7 @@ requirements:
host:
- python >=3.8
- pip
- setuptools
run:
- python >=3.8
- beautifulsoup4
Expand All @@ -55,12 +56,13 @@ test:
- cazy_webscraper --help

about:
home: "https://hobnobmancer.github.io/cazy_webscraper/"
home: "https://github.com/HobnobMancer/cazy_webscraper"
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
doc_url: "https://hobnobmancer.github.io/cazy_webscraper"

extra:
identifiers:
Expand Down
Loading