remove shell scripts run with subprocess() and launch foldx directly from python
This commit is contained in:
parent
d4a7e3b635
commit
f95f2a3c93
6 changed files with 86 additions and 17 deletions
|
@ -1,7 +0,0 @@
|
|||
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