Skip to content

Commit eca888e

Browse files
committed
tidy up
1 parent a29a995 commit eca888e

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

convert_gvf_to_vcf/convertGVFtoVCF.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -704,8 +704,6 @@ def main():
704704
gvf_attribute_dict = read_gvf_info_attributes(gvf_info_attributes_file=gvf_info_attributes_file)
705705
if args.assembly:
706706
assembly_file = os.path.abspath(args.assembly)
707-
#read_assembly_file(assembly_file)
708-
# create function to read the assembly file
709707
else:
710708
assembly_file = None
711709

0 commit comments

Comments
 (0)