# HG changeset patch
# User jjohnson
# Date 1529013033 14400
# Node ID d9fad18ffdb1b7b76f76c25278aeb63d61db6b07
# Parent 9e83cc05d384b73ed5c2f19660dde78969fa4a54
planemo upload for repository https://github.com/jj-umn/galaxytools/tree/master/ensembl_variant_report commit e6aa05bbbee3cc7d98f16354fc41c674f439ff1b-dirty
diff -r 9e83cc05d384 -r d9fad18ffdb1 ._ensembl_variant_report.py
Binary file ._ensembl_variant_report.py has changed
diff -r 9e83cc05d384 -r d9fad18ffdb1 ._ensembl_variant_report.xml
Binary file ._ensembl_variant_report.xml has changed
diff -r 9e83cc05d384 -r d9fad18ffdb1 ._ensemblref.py
Binary file ._ensemblref.py has changed
diff -r 9e83cc05d384 -r d9fad18ffdb1 ensembl_variant_report.py
--- a/ensembl_variant_report.py Mon Feb 06 09:25:43 2017 -0500
+++ b/ensembl_variant_report.py Thu Jun 14 17:50:33 2018 -0400
@@ -113,13 +113,15 @@
alt_list = alts.split(',')
pos = int(pos)
qual = float(qual)
+ dp = None
+ dpr = None
for info_item in info.split(';'):
if info_item.find('=') < 0: continue
(key, val) = info_item.split('=', 1)
if key == 'DP':
dp = int(val)
if key == 'DPR':
- dpr = dpr = [int(x) for x in val.split(',')]
+ dpr = [int(x) for x in val.split(',')]
if key in ['EFF','ANN']:
for effect in val.split(','):
if options.debug: print >> sys.stderr, "\n%s" % (effect.split('|'))
diff -r 9e83cc05d384 -r d9fad18ffdb1 ensembl_variant_report.xml
--- a/ensembl_variant_report.xml Mon Feb 06 09:25:43 2017 -0500
+++ b/ensembl_variant_report.xml Thu Jun 14 17:50:33 2018 -0400
@@ -79,13 +79,17 @@
@@ -99,7 +103,7 @@
-