Skip to content
Draft
Show file tree
Hide file tree
Changes from 9 commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 0 additions & 9 deletions .github/workflows/build-docker-images.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,12 +16,3 @@ jobs:
- uses: actions/checkout@v3
- name: Build the full Docker image
run: docker build . --file Dockerfile --tag streamlitapp:latest

build-simple-app:

runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v3
- name: Build the Docker image (pyOpenMS only)
run: docker build . --file Dockerfile_simple --tag streamlitapp-simple:latest
3 changes: 0 additions & 3 deletions content/digest.py

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@copilot Why are we keeping this file? Is it mentioned in the app.py?

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

No, digest.py is not in app.py — it's a template utility page. Removed it along with fragmentation.py, isotope_pattern_generator.py, and the utils/ directory (only used by digest.py) in 7102166.

Original file line number Diff line number Diff line change
Expand Up @@ -315,7 +315,4 @@ def main():
st.error("Please check your input and try again. If the problem persists, try with a simpler enzyme like Trypsin.")


if __name__ == "__main__":

main()
main()
109 changes: 0 additions & 109 deletions content/documentation.py

This file was deleted.

74 changes: 0 additions & 74 deletions content/download_section.py

This file was deleted.

133 changes: 0 additions & 133 deletions content/file_upload.py

This file was deleted.

Loading
Loading