diff options
author | Navan Chauhan <navanchauhan@gmail.com> | 2020-07-03 21:50:23 +0530 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-07-03 21:50:23 +0530 |
commit | 8eed21203d8997bb1cc0b44f3f6f08ebcfa19ac7 (patch) | |
tree | 2e7d64690aa0c4086a19f6842d6036fa0e77752d /scripts | |
parent | 3dfe4ce5def53e1e2614ffa6430336c9764cfc84 (diff) |
removed debug line
Diffstat (limited to 'scripts')
-rwxr-xr-x | scripts/main.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/main.sh b/scripts/main.sh index c821dff..90d128b 100755 --- a/scripts/main.sh +++ b/scripts/main.sh @@ -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" +#echo "$proteinPath and $ligandPath and $docking and $interactions and $visualisations" |