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

Dev #4

Merged
merged 7 commits into from
Dec 3, 2024
Merged
Show file tree
Hide file tree
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
1 change: 0 additions & 1 deletion environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ channels:
- nodefaults
dependencies:
- click
- sdrf-pipelines>=0.0.31
- pyopenms>=2.4.0
- pandas
- numpy
Expand Down
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name = "quantms-rescoring"
description = "quantms-rescoring: Python scripts and helpers for the quantMS workflow"
readme = "README.md"
license = "MIT"
version = "0.0.1"
version = "0.0.2"
authors = [
"Yasset Perez-Riverol <[email protected]>",
"Dai Chengxin <[email protected]>",
Expand All @@ -29,7 +29,7 @@ packages = [
]

[tool.poetry.dependencies]
python = ">=3.8,<3.11"
python = ">=3.8,<3.12"
click = "*"
pyopenms = "*"
ms2rescore = "3.0.3"
Expand Down
2 changes: 1 addition & 1 deletion quantmsrescore/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "0.0.1"
__version__ = "0.0.2"
11 changes: 5 additions & 6 deletions recipe/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# recipe/meta.yaml
package:
name: quantms-rescoring
version: "0.0.1"
version: "0.0.2"

source:
path: ../
Expand All @@ -17,12 +17,12 @@ build:

requirements:
host:
- python
- python >=3.8,<3.12
- pip
- poetry-core >=1.2.0
run:
- python >=3.8,<3.12
- click
- sdrf-pipelines>=0.0.31
- pyopenms>=2.4.0
- pandas
- numpy
Expand All @@ -37,13 +37,12 @@ test:
- quantmsrescore
commands:
- rescoring --help
requires:
- pip
- rescoring ms2rescore --help

about:
home: https://www.github.com/bigbio/quantms-rescoring
summary: PSM rescoring python package with scripts and helpers for the quantms workflow
license: MIT
license: Apache 2.0
ypriverol marked this conversation as resolved.
Show resolved Hide resolved
license_file: LICENSE
dev_url: https://www.github.com/bigbio/quantms-rescoring

Expand Down
Loading