Skip to content

Commit

Permalink
updating VEP init script (hail-is#129)
Browse files Browse the repository at this point in the history
* updating VEP init script

* Update __init__.py
  • Loading branch information
konradjk authored and danking committed Feb 11, 2019
1 parent 4f23be5 commit c8d3a02
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion cloudtools/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = '3.0.2'
__version__ = '3.0.3'
2 changes: 1 addition & 1 deletion cloudtools/start.py
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ def main(args):
init_script])
# add VEP init script
if args.vep:
vep_init = 'gs://hail-common/vep/vep/vep85-loftee-init-docker.sh' if args.version == '0.2' else 'gs://hail-common/vep/vep/vep85-init.sh'
vep_init = 'gs://hail-common/vep/vep/vep85-loftee-1.0-GRCh37-init-docker.sh' if args.version == '0.2' else 'gs://hail-common/vep/vep/vep85-init.sh'
conf.extend_flag('initialization-actions', [vep_init])
# add custom init scripts
if args.init:
Expand Down

0 comments on commit c8d3a02

Please sign in to comment.