Skip to content

Commit b20c2a5

Browse files
committed
bugfix: incorrect capitalization
1 parent 73e745a commit b20c2a5

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

build/build.sh

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,17 @@
11
#! /bin/bash
22
pyinstaller --onefile ../src/lipoCLEAN/__main__.py -n LipoCLEAN --paths ../src/lipoCLEAN/ --add-data ../src/lipoCLEAN/example_options.toml:.
3-
cp dist/lipoCLEAN release_stage/
3+
cp dist/LipoCLEAN release_stage/
44

55
python -m lipoCLEAN --options build_data/train_QE_Pro_model.toml
66
zip -r release_stage/QE_Pro_model.zip QE_Pro_model/
77

88
python -m lipoCLEAN --options build_data/train_TOF_model.toml
99
zip -r release_stage/TOF_model.zip TOF_model/
1010

11-
docker build --file Dockerfile ../ -t stavisvols/lipoCLEAN
12-
docker push stavisvols/lipoCLEAN
11+
docker build --file Dockerfile ../ -t stavisvols/lipoclean
12+
docker push stavisvols/lipoclean
1313

1414
zip release_stage/example_analysis.zip example_analysis_options.toml ../../data/current_datasets/training_files_with_annotations/QE_MTBLS5583_mzexport_*
1515

1616
gdown --fuzzy https://drive.google.com/drive/folders/1zZ-H4xzIMFjrpgyAtAly2BIeRHeUXgCm --folder
17-
cp lipoCLEAN/lipoCLEAN.exe release_stage/
17+
cp lipoCLEAN/LipoCLEAN.exe release_stage/

0 commit comments

Comments
 (0)