Skip to content

Commit

Permalink
fix antilope path
Browse files Browse the repository at this point in the history
  • Loading branch information
proycon committed Jun 14, 2019
1 parent 1776e9c commit 8444b0c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions webservice/picclservice/picclservice_wrapper.py
Expand Up @@ -42,8 +42,8 @@
run_piccl = sys.argv[6]
if run_piccl[-1] != '/': run_piccl += "/"
print("Running PICCL from " + run_piccl,file=sys.stderr)
run_antilope = os.path.join(os.path.basename(run_piccl[:-1]),"aNtiLoPe") + "/"
print("Running aNtiLoPe from " + run_piccl,file=sys.stderr)
run_antilope = os.path.join(os.path.dirname(run_piccl[:-1]),"aNtiLoPe") + "/"
print("Running aNtiLoPe from " + run_antilope,file=sys.stderr)
else:
#use the piccl nextflow downloads (this is not very well supported/tested currently!)
run_piccl = "nextflow run LanguageMachines/PICCL/"
Expand Down

0 comments on commit 8444b0c

Please sign in to comment.