7 lines
185 B
Bash
Executable file
7 lines
185 B
Bash
Executable file
PDB=$1
|
|
n=$2
|
|
OUTDIR=$3
|
|
logger "Running runPrintNetworks"
|
|
cd ${OUTDIR}
|
|
|
|
foldx --command=PrintNetworks --pdb="${PDB}_Repair_${n}.pdb" --water=PREDICT --vdwDesign=1 --output-dir=${OUTDIR}
|