We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e77a1d5 commit b539134Copy full SHA for b539134
1 file changed
ERVsearch/ERVsearch.py
@@ -76,7 +76,7 @@
76
PARAMS['gene'] = {}
77
78
PARAMS['paths']['path_to_ervsearch'] = os.path.split(
79
- os.path.realpath(__file__))[0]
+ HelperFunctions.__file__)[0]
80
# The default is to use /ERV_db/gag.fasta /ERV_db/pol.fasta and
81
# /ERV_db/env.fasta in the pipeline directory but the user can
82
# also provide their own FASTA files.
0 commit comments