-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
d5fba8f
commit bd02ada
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule nuxl-app
updated
19 files
+18 −0 | .github/workflows/build-docker-images.yml | |
+295 −100 | .github/workflows/build-windows-executable-app.yaml | |
+22 −16 | Dockerfile | |
+0 −3 | Percolator/README.md | |
+ − | Percolator/percolator.exe | |
+5 −6 | README.md | |
+16 −114 | app.py | |
+ − | assets/NuXL_logo.png | |
+ − | assets/openNuXL.ico | |
+ − | assets/openms.ico | |
+456 −0 | assets/openms_license.rtf | |
+54 −61 | content/analyze.py | |
+10 −3 | content/file_upload.py | |
+90 −0 | content/quickstart.py | |
+0 −0 | content/results.py | |
+26 −6 | docker-compose.yml | |
+7 −7 | requirements.txt | |
+1 −3 | src/captcha_.py | |
+119 −12 | src/fileupload.py |