-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* diann version updated to support 1.9.2 * increase version * increase version * remove dependency setuptools * remove dependency setuptools * remove dependency setuptools * remove dependency setuptools * remove dependency setuptools * remove dependency setuptools * remove dependency setuptools * remove dependency setuptools * remove dependency setuptools * 3.8 -> 3.9 * 3.8 -> 3.9 * 3.8 -> 3.9 * 3.8 -> 3.9 * 3.8 -> 3.9 * removing duplicated dependencies * removing duplicated dependencies * removing duplicated dependencies * removing duplicated dependencies * removing duplicated dependencies * removing duplicated dependencies * removing duplicated dependencies * removing duplicated dependencies * removing duplicated dependencies * removing duplicated dependencies * removing duplicated dependencies * removing duplicated dependencies * removing duplicated dependencies * clean dependencies * clean dependencies * clean dependencies * clean dependencies * clean dependencies * Update conda-build.yml * Create conda_build_config.yml * Update meta.yaml * clean dependencies * clean dependencies * clean dependencies * Cleanup conda-build.yml and debug * Try mamba build * Use Conda build * clean dependencies * clean dependencies * clean dependencies * clean dependencies * clean dependencies * clean dependencies * clean dependencies * clean dependencies * clean dependencies * clean dependencies * clean dependencies * clean dependencies * clean dependencies * adding pydantic * adding psm-utils * adding psm-utils * adding set pydantic version * remove pydantic * psm_utils 1.0.0 * psm_utils 1.0.0 * psm_utils 1.0.0 * psm_utils 1.0.0 * psm_utils 1.0.0 * psm_utils 1.0.0 * Rename conda_build_config.yml to conda_build_config.yaml * Update conda-build.yml * cleanup. again * added version ms2pip=4.0.0.dev8 * added version ms2pip=4.0.0.dev8 * added version ms2pip=4.0.0.dev8 * adding deeplc version * adding deeplc version * remove some versions * remove some versions * remove some versions * remove some versions * remove some versions * psm-utils==0.8.3 * major changes --------- Co-authored-by: Julianus Pfeuffer <[email protected]>
- Loading branch information
Showing
11 changed files
with
91 additions
and
202 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,41 +1,60 @@ | ||
[tool.poetry] | ||
name = "quantms-utils" | ||
version = "0.0.10" | ||
description = "Python scripts and helpers for the quantMS workflow" | ||
authors = ["Yasset Perez-Riverol", "Dai Chengxin"] | ||
readme = "README.md" | ||
license = "MIT" | ||
version = "0.0.13" | ||
authors = [ | ||
"Yasset Perez-Riverol <[email protected]>", | ||
"Dai Chengxin <[email protected]>", | ||
"Julianus Pfeuffer <[email protected]>" | ||
] | ||
keywords = [ | ||
"quantms", | ||
"proteomics", | ||
"mass-spectrometry", | ||
"data-analysis", | ||
"big data" | ||
] | ||
classifiers = [ | ||
"Intended Audience :: Science/Research", | ||
"License :: OSI Approved :: MIT License", | ||
"Operating System :: OS Independent", | ||
"Programming Language :: Python :: 3 :: Only", | ||
"Topic :: Scientific/Engineering :: Bio-Informatics", | ||
"Development Status :: 5 - Production/Stable" | ||
] | ||
packages = [ | ||
{ include = "quantmsutils" } | ||
] | ||
|
||
[build-system] | ||
requires = ["setuptools"] | ||
build-backend = "setuptools.build_meta" | ||
|
||
[tool.poetry.dependencies] | ||
click = ">=7.0" | ||
pydantic = ">=1.10,<2" | ||
python = "^3.7" | ||
sdrf-pipelines = ">=0.0.29" | ||
pyopenms = ">=2.6.0" | ||
pandas = ">=1.0.0" | ||
ms2rescore = "==3.0.3" | ||
deeplc = "==2.2.38" | ||
ms2pip = "==4.0.0.dev8" | ||
psm-utils = "==0.8.2" | ||
protobuf = ">=3.9.2,<4" | ||
scipy = "==1.13.1" | ||
python = ">=3.8,<3.12" | ||
click = "*" | ||
sdrf-pipelines = ">=0.0.31" | ||
pyopenms = "*" | ||
ms2rescore = "3.0.3" | ||
pandas = "*" | ||
numpy = "*" | ||
pyarrow = "*" | ||
psm-utils = "0.8.3" | ||
|
||
[tool.poetry.dev-dependencies] | ||
pytest = "*" | ||
[tool.poetry.urls] | ||
GitHub = "https://github.com/bigbio/quantms-utils" | ||
PyPi = "https://pypi.org/project/quantms-utils/" | ||
Quantms = "https://quantms.org" | ||
LICENSE = "https://github.com/bigbio/quantms-utils/blob/main/LICENSE" | ||
|
||
[tool.pytest.ini_options] | ||
minversion = "6.0" | ||
addopts = "-ra -q" | ||
testpaths = ["tests"] | ||
[tool.poetry.scripts] | ||
quantmsutilsc = "quantmsutils.quantmsutilsc:main" | ||
|
||
[tool.isort] | ||
profile = "black" | ||
|
||
[tool.black] | ||
line-length = 88 | ||
target-version = ['py37', 'py38', 'py39', 'py310', 'py311'] | ||
line-length = 99 | ||
target-version = ["py39"] | ||
|
||
[tool.poetry.scripts] | ||
quantmsutilsc = "quantmsutils.quantmsutilsc:main" | ||
[build-system] | ||
requires = ["poetry-core>=1.2.0"] | ||
build-backend = "poetry.core.masonry.api" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
__version__ = "0.0.12" | ||
__version__ = "0.0.13" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
python: | ||
- 3.11 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.