A simple web application for canonicalizing IUPAC glycan sequences using the glycowork
Python package.
This tool provides a convenient interface to convert glycan sequences into their canonicalized IUPAC representation. Simply paste your sequences, click convert, and get standardized results instantly.
- Easy-to-use web interface
- Batch processing of multiple sequences
- Instant conversion using the
canonicalize_iupac
function from glycowork - Error handling for invalid sequences
- Enter one or more glycan sequences in the input text area (one per line)
- Click the "Convert" button
- View and copy the canonicalized sequences from the output area
To run this application locally:
pip install -r requirements.txt
streamlit run app.py
This application is deployed on Streamlit Cloud and is freely accessible at the canonicalize app.
- streamlit
- glycowork
This project is licensed under the MIT License - see the LICENSE file for details.
For questions or issues related to this application, please open an issue on this repository. For questions about the glycowork package, visit the glycowork repository.