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 ms2rescore to 3.1.4 #49446

Open
wants to merge 17 commits into
base: master
Choose a base branch
from
Open
54 changes: 26 additions & 28 deletions recipes/ms2rescore/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
{% set name = "ms2rescore" %}
{% set version = "3.0.3" %}
{% set version = "3.1.4" %}

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

source:
url: https://pypi.io/packages/source/{{ name[0] }}/{{ name }}/ms2rescore-{{ version }}.tar.gz
sha256: d2ecbe0dd3c23ce598265b265c83c84e515f50fef849c0deac3963c49ba93c77
sha256: 1b87a6c9991333eee83001d519d7378eabf8b84f1474abb2d9be1b87819c67f1

build:
number: 0
Expand All @@ -18,48 +18,46 @@ build:
- ms2rescore = ms2rescore.__main__:main
- ms2rescore-gui = ms2rescore.gui.__main__:main
- ms2rescore-report = ms2rescore.report.__main__:main
script: "{{ PYTHON }} -m pip install . --no-deps --no-build-isolation -vvv"
- tims2rescore = ms2rescore.__main__:main_tims
script: "{{ PYTHON }} -m pip install . --no-deps --no-build-isolation --no-cache-dir -vvv"

requirements:
host:
- python >=3.8
- python >=3.9
- flit-core
- pip
run:
- python >=3.8
- numpy >=1.16.0
- pandas >=1.0
- rich >=12
- pyteomics >=4.1.0,<=4.6.3
- pyopenms
- lxml >=4.5
- ms2pip >=4.0.0-dev8
- ms2rescore-rs
- click >=7
- python >=3.9
- cascade-config >=0.4.0
- deeplc >=2.2
- deeplcretrainer >=0.2
- tomli >=2 # [py<311]
- psm-utils >=0.4
- click >=7
- customtkinter >=5,<6
- mokapot >=0.9
- pydantic >=1.8.2,<2
- deeplc >=3.0,<3.1
- deeplcretrainer
- gooey
- im2deep >=0.1.3
- jinja2 >=3
- lxml >=4.5
- mokapot >=0.10
- ms2pip >=4.0.0
- ms2rescore-rs
- numpy >=1.25
- pandas >=1
- plotly >=5
- sqlalchemy <2,>=1.3
- mokapot
- statsmodels
- matplotlib-base
- seaborn
- xgboost <2,>=1.3 # from ms2pip
- psm-utils >=1.1
- pyopenms >=3.0,<3.2
- pyteomics >=4.7.2
- rich >=12
- tomli >=2 # [py < 311]
- xgboost >=1.3,<2 # from ms2pip

test:
imports:
- ms2rescore
commands:
- ms2rescore --help
# - ms2rescore-gui --help
# - ms2rescore-gui --help
- ms2rescore-report --help
- tims2rescore --help

about:
home: https://compomics.github.io/projects/ms2rescore/
Expand All @@ -68,7 +66,7 @@ about:
license: Apache-2.0
license_family: APACHE
license_file: LICENSE
doc_url: https://ms2rescore.readthedocs.io/en/stable/
doc_url: https://ms2rescore.readthedocs.io/en/stable

extra:
container:
Expand Down
Loading