Skip to content

Commit f67334c

Browse files
committed
Cleanup: remove commented-out code and streamline script logic in papyrus_prepare_example.sh
1 parent 83aa743 commit f67334c

2 files changed

Lines changed: 0 additions & 40 deletions

File tree

uqdd/data/papyrus_prepare_example.sh

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -11,17 +11,6 @@ protdesc=${4:-"ankh-base"}
1111
split_type=${5:-"random"}
1212
recalc=${6:-False}
1313

14-
## Calculate the parent directory of the current directory
15-
#PARENT_DIR="$(cd .. && cd .. && pwd)"
16-
#
17-
#echo "PARENT_DIR: ${PARENT_DIR}"
18-
19-
## Check if PARENT_DIR is already in PYTHONPATH
20-
#if [[ ":$PYTHONPATH:" != *":$PARENT_DIR:"* ]]; then
21-
# # If it's not, add it to PYTHONPATH
22-
# echo "Adding PARENT_DIR to PYTHONPATH : ${PYTHONPATH}"
23-
# export PYTHONPATH="${PARENT_DIR}:${PYTHONPATH}"
24-
#fi
2514

2615
today=$(date +%Y-%m-%d)
2716
python data_papyrus.py --activity $activity --sanitize --descriptor-chemical $chemdesc --descriptor-protein $protdesc --split-type $split_type --n-targets $n_targets --max-k-clusters 100 --recalculate $recalc 2>&1 | tee ../logs/"${today}"_papyrus_${activity}_${protdesc}_${chemdesc}_${n_targets}.txt

uqdd/models/evidential-sweep-screens-slurm.sh

Lines changed: 0 additions & 29 deletions
This file was deleted.

0 commit comments

Comments
 (0)