Skip to content

Commit a3db2ee

Browse files
committed
project renamed to PMGen
1 parent 0c6e029 commit a3db2ee

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

install.sh

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,16 +17,16 @@ error_handler() {
1717
trap 'error_handler' ERR
1818

1919
CURRENT_DIR=$(pwd)
20-
ENV_NAME="PMGen_mhc"
21-
ENV_FILE="PMGen_mhc.yml"
20+
ENV_NAME="PMGen"
21+
ENV_FILE="PMGen.yml"
2222
AFFINE_ZIP_URL="https://zenodo.org/records/14961621/files/AFfine.zip?download=1"
2323
AFFINE_ZIP_NAME="AFfine.zip"
2424
AFFINE_FOLDER="AFfine"
2525
PANDORA_MODIF_PATH="$CURRENT_DIR/PANDORA/PANDORA/Pandora/Modelling_functions.py"
2626
PANDORA_PMHC_PATH="$CURRENT_DIR/PANDORA/PANDORA/PMHC/PMHC.py"
2727

2828
echo "========================================="
29-
echo " Starting Installation: PMGen-MHC"
29+
echo " Starting Installation: PMGen"
3030
echo " Thank you for using our tool!"
3131
echo "========================================="
3232

@@ -129,6 +129,6 @@ cd "$CURRENT_DIR"
129129
echo "✔ Installation completed successfully!"
130130
echo "Please check and modify 'user_setting.py' file to customize for your usage"
131131
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' "
133133
echo "========================================="
134134
echo "✅ PMGen-MHC is ready to use!"

0 commit comments

Comments
 (0)