Skip to content

BojarLab/canonicalize_app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

IUPAC Glycan Sequence Canonicalizer

A simple web application for canonicalizing IUPAC glycan sequences using the glycowork Python package.

About

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.

Features

  • Easy-to-use web interface
  • Batch processing of multiple sequences
  • Instant conversion using the canonicalize_iupac function from glycowork
  • Error handling for invalid sequences

Usage

  1. Enter one or more glycan sequences in the input text area (one per line)
  2. Click the "Convert" button
  3. View and copy the canonicalized sequences from the output area

Local Development

To run this application locally:

pip install -r requirements.txt
streamlit run app.py

Deployment

This application is deployed on Streamlit Cloud and is freely accessible at the canonicalize app.

Dependencies

  • streamlit
  • glycowork

License

This project is licensed under the MIT License - see the LICENSE file for details.

Contact

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.

Releases

No releases published

Packages

No packages published

Languages