Skip to content

Commit

Permalink
adapt to changed directory layout
Browse files Browse the repository at this point in the history
  • Loading branch information
proycon committed May 2, 2018
1 parent d6ee6f6 commit 1a6b207
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion webservice/tscanservice/tscan.py
Original file line number Diff line number Diff line change
Expand Up @@ -285,7 +285,7 @@
# (set to "anonymous" if there is none)
# $PARAMETERS - List of chosen parameters, using the specified flags
#
COMMAND = TSCANDIR + "/webservice/tscanwrapper.py $DATAFILE $STATUSFILE $INPUTDIRECTORY $OUTPUTDIRECTORY " + TSCANDIR + " " + ALPINOHOME
COMMAND = TSCANDIR + "/webservice/tscanservice/tscanwrapper.py $DATAFILE $STATUSFILE $INPUTDIRECTORY $OUTPUTDIRECTORY " + TSCANDIR + " " + ALPINOHOME

# ======== PARAMETER DEFINITIONS ===========

Expand Down

0 comments on commit 1a6b207

Please sign in to comment.