Awful stupid bug. This will use up one of my bad code offsets.
git-svn-id: file:///humgen/gsa-scr1/gsa-engineering/svn_contents/trunk@2178 348d0f76-0448-11de-a6fe-93d51630548a
This commit is contained in:
parent
fa2d564f2c
commit
662bbbd53b
|
|
@ -55,7 +55,7 @@ for inFile in vcfInputFiles:
|
||||||
else:
|
else:
|
||||||
# now we need to parse the fields
|
# now we need to parse the fields
|
||||||
curinfofields = set(curInfo.split(";"))
|
curinfofields = set(curInfo.split(";"))
|
||||||
newinfofields = set(newInfo.split(";"))
|
newinfofields = set(info.split(";"))
|
||||||
curinfofields.update(newinfofields)
|
curinfofields.update(newinfofields)
|
||||||
newInfo = ";".join(curinfofields)
|
newInfo = ";".join(curinfofields)
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue