File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -17,16 +17,16 @@ error_handler() {
17
17
trap ' error_handler' ERR
18
18
19
19
CURRENT_DIR=$( pwd)
20
- ENV_NAME=" PMGen_mhc "
21
- ENV_FILE=" PMGen_mhc .yml"
20
+ ENV_NAME=" PMGen "
21
+ ENV_FILE=" PMGen .yml"
22
22
AFFINE_ZIP_URL=" https://zenodo.org/records/14961621/files/AFfine.zip?download=1"
23
23
AFFINE_ZIP_NAME=" AFfine.zip"
24
24
AFFINE_FOLDER=" AFfine"
25
25
PANDORA_MODIF_PATH=" $CURRENT_DIR /PANDORA/PANDORA/Pandora/Modelling_functions.py"
26
26
PANDORA_PMHC_PATH=" $CURRENT_DIR /PANDORA/PANDORA/PMHC/PMHC.py"
27
27
28
28
echo " ========================================="
29
- echo " Starting Installation: PMGen-MHC "
29
+ echo " Starting Installation: PMGen"
30
30
echo " Thank you for using our tool!"
31
31
echo " ========================================="
32
32
@@ -129,6 +129,6 @@ cd "$CURRENT_DIR"
129
129
echo " ✔ Installation completed successfully!"
130
130
echo " Please check and modify 'user_setting.py' file to customize for your usage"
131
131
echo " If you want to use NetMHCpan predictions for Anchor, please make sure to install it and provide its path to 'user_setting.py'"
132
- echo " To use PMGen, run: 'conda activate PMGen_mhc ' "
132
+ echo " To use PMGen, run: 'conda activate PMGen ' "
133
133
echo " ========================================="
134
134
echo " ✅ PMGen-MHC is ready to use!"
You can’t perform that action at this time.
0 commit comments