added depricated shell scripts
This commit is contained in:
parent
6103254442
commit
8d0bd8011f
8 changed files with 516 additions and 0 deletions
10
foldx/deprecated_shell_scripts/mutruncomplex.sh
Executable file
10
foldx/deprecated_shell_scripts/mutruncomplex.sh
Executable file
|
@ -0,0 +1,10 @@
|
|||
PDB=$1
|
||||
A=$2
|
||||
B=$3
|
||||
n=$4
|
||||
OUTDIR=$5
|
||||
cd ${OUTDIR}
|
||||
logger "Running mutruncomplex"
|
||||
foldx --command=AnalyseComplex --pdb="${PDB}_Repair_${n}.pdb" --analyseComplexChains=${A},${B} --water=PREDICT --vdwDesign=1
|
||||
cp ${OUTDIR}/Summary_${PDB}_Repair_${n}_AC.fxout ${OUTDIR}/Summary_${PDB}_Repair_${n}_AC.txt
|
||||
#sed -i .bak -e 1,8d ${OUTDIR}/Summary_${PDB}_Repair_${n}_AC.txt
|
Loading…
Add table
Add a link
Reference in a new issue