Skip to main content

Protein Turnover web pipeline

Project description

protein_turnover_website

Website for protein turnover

installation

pip install protein_turnover
pip install protein_turnover_website
# run the website (both frontend and back)
turnover web

Run just the website:

FLASK_APP=protein_turnover_website.wsgi flask run
# *OR*
gunicorn --workers=4 protein_turnover_website.wsgi

A posssibly superior entry point is to use uv. With uv installed you can install protein-turnover (+plus website) with

uv tool install protein-turnover-website --with=gunicorn

# on Windows use this.... (pyarrow not yet supported for 3.14 -- as of Oct 2025)
uv tool install protein-turnover-website --python=3.13 --with=waitress

# ...
turnover web

# OR try it out with...

uv run --with=protein-turnover-website --with=gunicorn turnover web

You can then just run turnover web.

You can even just try out the website ....

# OR just
uv run --with=protein-turnover-website --with=gunicorn turnover web -- --access-logfile=-

Configure turnover website

You can run this as simple:

In the instance folder create a file protein_turnover_website.cfg

MOUNTPOINTS = [
    ("/path/to/msms/files", "nickname"),
    # only show mzML file here
    ("/another/path/to/msms/files", "nickname", r".*\.mzML$")

]

Run the website with turnover web and go the the configuration.html page for more information.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

protein_turnover_website-0.9.0.tar.gz (813.6 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

protein_turnover_website-0.9.0-py3-none-any.whl (851.5 kB view details)

Uploaded Python 3

File details

Details for the file protein_turnover_website-0.9.0.tar.gz.

File metadata

File hashes

Hashes for protein_turnover_website-0.9.0.tar.gz
Algorithm Hash digest
SHA256 e3acaae1ad7226da7f408804901c6bcd162365f75c447c37d8a3725fa52e1a68
MD5 422f5fd484124519ee68efa8c0b1974d
BLAKE2b-256 977c3799049be8a58f9dd5257f8511c7ecf0a3f741cb7bc48d7b89cdb646faa6

See more details on using hashes here.

File details

Details for the file protein_turnover_website-0.9.0-py3-none-any.whl.

File metadata

File hashes

Hashes for protein_turnover_website-0.9.0-py3-none-any.whl
Algorithm Hash digest
SHA256 bef9af122fac25c87ba51de05481155e7abc27e28f347cc378a8de8e286022e5
MD5 e8816e9b42abfec6df9670471c35dc75
BLAKE2b-256 938f88f455815c9b59fd745c4e4147898dcb4cf7454f4b191d684729a499854d

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page