Skip to content

Commit

Permalink
Docs
Browse files Browse the repository at this point in the history
  • Loading branch information
jfnavarro committed Nov 2, 2020
1 parent b43cb93 commit 6f770f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hlapipeline/common.py
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,6 @@ def annotate_variants(input, output, db, version, threads):
:param threads: the number of threads to use
"""
annovardb = '{} -buildver {}'.format(os.path.join(ANNOVAR_PATH, db), version)
cmd = '{} {} {} -thread {} -out output -vcfinput -remove -protocol {}'.format(
cmd = '{} {} {} -thread {} -out {} -vcfinput -remove -protocol {}'.format(
os.path.join(ANNOVAR_PATH, 'table_annovar.pl'), annovardb, input, threads, output, ANNOVAR_ANNO)
exec_command(cmd)

0 comments on commit 6f770f3

Please sign in to comment.