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 thapbi-pict to 1.0.17 #52015

Merged
merged 3 commits into from
Nov 11, 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
27 changes: 14 additions & 13 deletions recipes/thapbi-pict/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,39 +1,40 @@
{% set name = "thapbi-pict" %}
{% set version = "1.0.16" %}
{% set version = "1.0.17" %}

package:
name: "{{ name|lower }}"
version: "{{ version }}"

source:
url: https://pypi.io/packages/source/{{ name[0] }}/{{ name | replace("-", "_") }}/{{ name | replace("-", "_") }}-{{ version }}.tar.gz
sha256: 85cf6d180db38166bb7ccd14af8c3813e2b3fa0d5026cac76bce8867492563f7
sha256: 030f27b94f5390de58f1e5b227d7fd1de50e7a6b01bb0fafd2b4320bee7c87f8

build:
noarch: python
number: 0
entry_points:
- thapbi_pict = thapbi_pict.__main__:main
script: "{{ PYTHON }} -m pip install . --no-deps --ignore-installed -vv "
script: "{{ PYTHON }} -m pip install . --no-deps --no-build-isolation --no-cache-dir -vvv"
run_exports:
- {{ pin_subpackage(name, max_pin="x") }}

requirements:
host:
- pip
- python >=3.8
- python >=3.10
- setuptools
run:
# Python
- biom-format >=2.1.14
- biopython >=1.82
- cutadapt >=4.0
- matplotlib-base >=3.7
- networkx >=2.4,!=2.8.3,!=2.8.4
- pydot <3
- python >=3.8
- rapidfuzz >=2.4.0
- sqlalchemy >=2.0
- xlsxwriter
- biopython >=1.84
- cutadapt >=4.9
- matplotlib-base >=3.9.2
- networkx >=3.4.2
- pydot >=3.0.1
- python >=3.10
- rapidfuzz >=3.10.1
- sqlalchemy >=2.0.36
- xlsxwriter >=3.2
# Command line
- blast
- flash >=1.2.11
Expand Down
Loading