Skip to content

Commit b539134

Browse files
committed
trying to fix the path in the pip version
1 parent e77a1d5 commit b539134

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

ERVsearch/ERVsearch.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@
7676
PARAMS['gene'] = {}
7777

7878
PARAMS['paths']['path_to_ervsearch'] = os.path.split(
79-
os.path.realpath(__file__))[0]
79+
HelperFunctions.__file__)[0]
8080
# The default is to use /ERV_db/gag.fasta /ERV_db/pol.fasta and
8181
# /ERV_db/env.fasta in the pipeline directory but the user can
8282
# also provide their own FASTA files.

0 commit comments

Comments
 (0)