We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a29a995 commit eca888eCopy full SHA for eca888e
convert_gvf_to_vcf/convertGVFtoVCF.py
@@ -704,8 +704,6 @@ def main():
704
gvf_attribute_dict = read_gvf_info_attributes(gvf_info_attributes_file=gvf_info_attributes_file)
705
if args.assembly:
706
assembly_file = os.path.abspath(args.assembly)
707
- #read_assembly_file(assembly_file)
708
- # create function to read the assembly file
709
else:
710
assembly_file = None
711
0 commit comments