# protein_turnover_website
Website for protein turnover
## installation
```bash
pip install protein_turnover
pip install protein_turnover_website
# run the website (both frontend and back)
turnover web
```
Run just the website:
```bash
FLASK_APP=protein_turnover_website.wsgi flask run
# *OR*
gunicorn --workers=4 protein_turnover_website.wsgi
```
### Configure turnover website
You can run this as simple:
In the instance folder create a file `protein_turnover_website.cfg`
```python
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.
Raw data
{
"_id": null,
"home_page": "https://github.com/arabidopsis/protein_turnover_website.git",
"name": "protein-turnover-website",
"maintainer": null,
"docs_url": null,
"requires_python": ">=3.10",
"maintainer_email": null,
"keywords": null,
"author": "Ian Castleden",
"author_email": "ian.castleden@uwa.edu.au",
"download_url": "https://files.pythonhosted.org/packages/82/68/569706175d872244191ad1989d5c26a229bc8d36d658f4bee2fcfd450b7a/protein_turnover_website-0.5.7.tar.gz",
"platform": null,
"description": "# protein_turnover_website\n\nWebsite for protein turnover\n\n\n## installation\n\n```bash\npip install protein_turnover\npip install protein_turnover_website\n# run the website (both frontend and back)\nturnover web\n```\nRun just the website:\n\n```bash\nFLASK_APP=protein_turnover_website.wsgi flask run\n# *OR*\ngunicorn --workers=4 protein_turnover_website.wsgi\n```\n\n### Configure turnover website\n\nYou can run this as simple:\n\nIn the instance folder create a file `protein_turnover_website.cfg`\n\n```python\nMOUNTPOINTS = [\n (\"/path/to/msms/files\", \"nickname\"),\n # only show mzML file here\n (\"/another/path/to/msms/files\", \"nickname\", r\".*\\.mzML$\")\n\n]\n```\nRun the website with `turnover web` and\ngo the the `configuration.html` page for more information.\n",
"bugtrack_url": null,
"license": "MIT",
"summary": "Protein Turnover web pipeline",
"version": "0.5.7",
"project_urls": {
"Homepage": "https://github.com/arabidopsis/protein_turnover_website.git",
"Repository": "https://github.com/arabidopsis/protein_turnover_website.git"
},
"split_keywords": [],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "98371f7f32c4736cdf50d9f6b868e1e665056d2a9e2f99c5205176adf7976310",
"md5": "33eb7c1c99e89e79125ca364d034cf2d",
"sha256": "6a22bf89bb533ee0971e5a77eaf11e52b3bf0c572b1d8185ab19ee37ab6b4365"
},
"downloads": -1,
"filename": "protein_turnover_website-0.5.7-py3-none-any.whl",
"has_sig": false,
"md5_digest": "33eb7c1c99e89e79125ca364d034cf2d",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": ">=3.10",
"size": 821758,
"upload_time": "2024-10-30T06:17:59",
"upload_time_iso_8601": "2024-10-30T06:17:59.274424Z",
"url": "https://files.pythonhosted.org/packages/98/37/1f7f32c4736cdf50d9f6b868e1e665056d2a9e2f99c5205176adf7976310/protein_turnover_website-0.5.7-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "8268569706175d872244191ad1989d5c26a229bc8d36d658f4bee2fcfd450b7a",
"md5": "03999ba93bcfa1b82c28a3cfe6dd74d6",
"sha256": "7e2c853175f1bb5698c5c7620a931ad8ad8240a3d3a7edd96809a82aa30f2a39"
},
"downloads": -1,
"filename": "protein_turnover_website-0.5.7.tar.gz",
"has_sig": false,
"md5_digest": "03999ba93bcfa1b82c28a3cfe6dd74d6",
"packagetype": "sdist",
"python_version": "source",
"requires_python": ">=3.10",
"size": 792544,
"upload_time": "2024-10-30T06:18:01",
"upload_time_iso_8601": "2024-10-30T06:18:01.637934Z",
"url": "https://files.pythonhosted.org/packages/82/68/569706175d872244191ad1989d5c26a229bc8d36d658f4bee2fcfd450b7a/protein_turnover_website-0.5.7.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2024-10-30 06:18:01",
"github": true,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"github_user": "arabidopsis",
"github_project": "protein_turnover_website",
"github_not_found": true,
"lcname": "protein-turnover-website"
}