Skip to content

Commit 8444b0c

Browse files
committed
fix antilope path
1 parent 1776e9c commit 8444b0c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

webservice/picclservice/picclservice_wrapper.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -42,8 +42,8 @@
4242
run_piccl = sys.argv[6]
4343
if run_piccl[-1] != '/': run_piccl += "/"
4444
print("Running PICCL from " + run_piccl,file=sys.stderr)
45-
run_antilope = os.path.join(os.path.basename(run_piccl[:-1]),"aNtiLoPe") + "/"
46-
print("Running aNtiLoPe from " + run_piccl,file=sys.stderr)
45+
run_antilope = os.path.join(os.path.dirname(run_piccl[:-1]),"aNtiLoPe") + "/"
46+
print("Running aNtiLoPe from " + run_antilope,file=sys.stderr)
4747
else:
4848
#use the piccl nextflow downloads (this is not very well supported/tested currently!)
4949
run_piccl = "nextflow run LanguageMachines/PICCL/"

0 commit comments

Comments
 (0)