Skip to content

Latest commit

 

History

History
33 lines (22 loc) · 1.57 KB

README.md

File metadata and controls

33 lines (22 loc) · 1.57 KB

Peptide Matching Game

A simple game to illustrate how peptide identification in mass spectra works using database search engines like MS Amanda.

Usage

How the game works:

Setting up the game:

Setting up the game solution browser:

  • Install requirements: pip install -r requirements.txt
  • Run streamlit app: streamlit run streamlit_app.py
  • Alternatively pull and run the docker container: docker run -p 8501:8501 michabirklbauer/peptidematchinggame:latest
  • Open your browser and navigate to localhost:8501.

References

License

Contact