From f0d78e117647b79ab23085a82c26f7d1a2e4c6b9 Mon Sep 17 00:00:00 2001 From: Navan Chauhan Date: Thu, 2 Jul 2020 23:37:16 +0530 Subject: changing default value of name --- scripts/main.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'scripts') diff --git a/scripts/main.sh b/scripts/main.sh index 612f626..c821dff 100755 --- a/scripts/main.sh +++ b/scripts/main.sh @@ -10,7 +10,7 @@ proteinPath="" ligandPath="" pdfPath="" smile="" -name="" +name="report" config="" usage() @@ -149,4 +149,4 @@ if [[ $interactions == "true" ]]; then pandoc -V geometry:margin=1in report.md --pdf-engine=xelatex -o $name.pdf fi -echo "$proteinPath and $ligandPath and $docking and $interactions and $visualisations" \ No newline at end of file +echo "$proteinPath and $ligandPath and $docking and $interactions and $visualisations" -- cgit v1.2.3