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
9
foldx/repairPDB.sh
Executable file
9
foldx/repairPDB.sh
Executable file
|
@ -0,0 +1,9 @@
|
|||
INDIR=$1
|
||||
PDB=$2
|
||||
OUTDIR=$3
|
||||
|
||||
logger "Running repairPDB"
|
||||
|
||||
#foldx --command=RepairPDB --pdb="${PDB}.pdb" --ionStrength=0.05 --pH=7 --water=PREDICT --vdwDesign=1 outPDB=true --output-dir=${OUTDIR}
|
||||
|
||||
foldx --command=RepairPDB --pdb-dir=${INDIR} --pdb=${PDB} --ionStrength=0.05 --pH=7 --water=PREDICT --vdwDesign=1 outPDB=true --output-dir=${OUTDIR}
|
Loading…
Add table
Add a link
Reference in a new issue