From 5ea3aa81360543c7f2302415a019d135cfb1b9c9 Mon Sep 17 00:00:00 2001 From: Navan Chauhan Date: Fri, 3 Jul 2020 22:05:04 +0530 Subject: Update main_local.sh --- scripts/main_local.sh | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'scripts') diff --git a/scripts/main_local.sh b/scripts/main_local.sh index bcbcf92..56cf73a 100644 --- a/scripts/main_local.sh +++ b/scripts/main_local.sh @@ -139,13 +139,13 @@ fi if [[ $visualisations == "true" ]]; then file=$(echo "$ligandPath" | cut -f 1 -d '.') - ./quick-ligand-protein.py -p $proteinPath -l "$(echo $file)_out.pdbqt" + quick-ligand-protein.py -p $proteinPath -l "$(echo $file)_out.pdbqt" fi if [[ $interactions == "true" ]]; then - ./get-best.py -p $proteinPath -l "$(echo $file)_out.pdbqt" - ./plipcmd.py -f best.pdb -qpxy - ./makeReport.py --input . > report.md + get-best.py -p $proteinPath -l "$(echo $file)_out.pdbqt" + plip -f best.pdb -qpxy + makeReport.py --input . > report.md pandoc -V geometry:margin=1in report.md --pdf-engine=xelatex -o $name.pdf fi -- cgit v1.2.3