added depricated shell scripts
This commit is contained in:
parent
98287b3c20
commit
491b317752
8 changed files with 516 additions and 0 deletions
7
foldx/deprecated_shell_scripts/runPrintNetworks.sh
Executable file
7
foldx/deprecated_shell_scripts/runPrintNetworks.sh
Executable file
|
@ -0,0 +1,7 @@
|
|||
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}
|
Loading…
Add table
Add a link
Reference in a new issue