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

substitute setup.py with pyproject.toml #58

Merged
merged 18 commits into from
Jan 16, 2025
Merged

substitute setup.py with pyproject.toml #58

merged 18 commits into from
Jan 16, 2025

Conversation

mschwoer
Copy link
Contributor

@mschwoer mschwoer commented Jan 14, 2025

remove setup.py-based installing (needs to be tested still)

Misc:

  • substituted shell: bash -l {0} -> shell: bash -le {0} for easier debugging
  • added requirements handling like in alphadia (two mirrored files + tests)

Note: the versions bumped for gui were implicitly used already in the previous release:

image
(https://github.com/MannLabs/directlfq/actions/runs/11499226277/job/32006749669#logs)
(this was because the extra was gui and not gui-stable

@mschwoer mschwoer requested a review from ammarcsj January 14, 2025 14:17
@mschwoer mschwoer marked this pull request as draft January 14, 2025 14:29
Base automatically changed from add_bump_version_workflow to master January 14, 2025 14:51
@@ -0,0 +1,131 @@
"""Test that the strict and loose requirements files are aligned."""
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

code copied from alphaDIA

@mschwoer mschwoer marked this pull request as ready for review January 14, 2025 18:06
Copy link
Member

@ammarcsj ammarcsj left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks a lot! Installers and software execution worked correctly also for me

# Make sure you include the required extra packages and always use the stable or very-stable options!
pip install "dist/directlfq-0.3.1-dev0-py3-none-any.whl[stable, gui]"
python -m build
# Make sure you include the required extra packages and always use the stable options!
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

does this comment still apply?

authors = [
{name = "Mann Labs", email = "opensource@alphapept.com"}
]
description = "An open-source Python package of the AlphaPept ecosystem"
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

btw on github this reads Fast and accurate label-free quantification for small and very large numbers of proteomes .. @ammarcsj

@mschwoer mschwoer merged commit 1b62dff into master Jan 16, 2025
9 checks passed
@mschwoer mschwoer deleted the remove_setup_py branch January 16, 2025 13:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants