diff options
-rwxr-xr-x | scripts/main.sh | 4 |
1 files changed, 2 insertions, 2 deletions
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" |