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 ms-entropy to 1.3.3 #48586

Merged
merged 11 commits into from
Nov 4, 2024
Prev Previous commit
Next Next commit
add libclang
mencian committed Jun 26, 2024
commit 79987d8e586ab9e5260ab1e7f8077468563697b9
21 changes: 12 additions & 9 deletions recipes/ms-entropy/meta.yaml
Original file line number Diff line number Diff line change
@@ -10,17 +10,18 @@ source:
sha256: 362480f43367d86dc51e51f9169aa6c42f29def96628934fa81282e81ad528f3

build:
script: {{ PYTHON }} -m pip install . -vv
script: {{ PYTHON }} -m pip install . --no-deps --no-build-isolation --no-cache-dir -vvv
number: 0
skip: True # [py < 37]
run_exports:
- {{ pin_subpackage('ms-entropy', max_pin='x.x') }}
- {{ pin_subpackage('ms-entropy', max_pin='x') }}

requirements:
build:
- {{ compiler('c') }}
- libclang # [osx]
host:
- python
- setuptools >=61.0
- cython >=0.26.1
- numpy >=1.9.3
- pip
@@ -31,17 +32,19 @@ requirements:
test:
imports:
- ms_entropy
commands:
- pip check
requires:
- pip

about:
home: https://github.com/YuanyueLi/MSEntropy
summary: This package provides a Python implementation of calculating spectral entropy, entropy similarity, and Flash entropy search for mass spectrometry data.
home: "https://github.com/YuanyueLi/MSEntropy"
summary: "This package provides a Python implementation of calculating spectral entropy, entropy similarity, and Flash entropy search for mass spectrometry data."
license: Apache-2.0
license_family: APACHE
license_file: LICENSE
dev_url: "https://github.com/YuanyueLi/MSEntropy"
doc_url: "https://msentropy.readthedocs.io/en/latest"

extra:
recipe-maintainers:
- hechth
identifiers:
- doi:10.1038/s41592-023-02012-9
- doi:10.1038/s41592-021-01331-z