refactor foldx pipeline to include:
* command-line args * creating necessary dirs automagically * code cleanup, syntax errors, etc etc
This commit is contained in:
parent
e8a66a7a94
commit
973a1a33da
12 changed files with 700 additions and 56 deletions
10
foldx/mutruncomplex.sh
Executable file
10
foldx/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