diff cpt_convert_glimmer_to_gff3.py @ 9:14306e57683d draft

planemo upload commit 543b712032e171c27da08e1dfe44b173cdfbe0bd
author cpt
date Thu, 27 Jul 2023 04:10:30 +0000
parents 843ea2c82e9a
children
line wrap: on
line diff
--- a/cpt_convert_glimmer_to_gff3.py	Sun Jul 23 21:01:09 2023 +0000
+++ b/cpt_convert_glimmer_to_gff3.py	Thu Jul 27 04:10:30 2023 +0000
@@ -1,9 +1,8 @@
 #!/usr/bin/env python
 import sys
 import argparse
-from CPT_GFFParser import gffParse, gffWrite, gffSeqFeature
+from CPT_GFFParser import gffWrite, gffSeqFeature
 from Bio import SeqIO
-from Bio.SeqFeature import SeqFeature
 from Bio.SeqFeature import FeatureLocation
 import logging