added depricated shell scripts
This commit is contained in:
parent
98287b3c20
commit
491b317752
8 changed files with 516 additions and 0 deletions
9
foldx/deprecated_shell_scripts/runfoldx.sh
Executable file
9
foldx/deprecated_shell_scripts/runfoldx.sh
Executable file
|
@ -0,0 +1,9 @@
|
|||
PDB=$1
|
||||
OUTDIR=$2
|
||||
cd ${OUTDIR}
|
||||
pwd
|
||||
ls
|
||||
logger "Running runfoldx"
|
||||
foldx --command=BuildModel --pdb="${PDB}_Repair.pdb" --mutant-file="individual_list_${PDB}.txt" --ionStrength=0.05 --pH=7 --water=PREDICT --vdwDesign=1 --out-pdb=true --numberOfRuns=1 --output-dir=${OUTDIR}
|
||||
foldx --command=PrintNetworks --pdb="${PDB}_Repair.pdb" --water=PREDICT --vdwDesign=1 --output-dir=${OUTDIR}
|
||||
foldx --command=SequenceDetail --pdb="${PDB}_Repair.pdb" --water=PREDICT --vdwDesign=1 --output-dir=${OUTDIR}
|
Loading…
Add table
Add a link
Reference in a new issue