diff --git a/tools/refseq2ensemblgff.py b/tools/refseq2ensemblgff.py index 9c3d62ab..f43372e6 100644 --- a/tools/refseq2ensemblgff.py +++ b/tools/refseq2ensemblgff.py @@ -3,7 +3,6 @@ import argparse sys.path.append(os.path.join(os.path.dirname(os.path.dirname(os.path.abspath(__file__))), "src") ) import common.functions as functions -import gffutils parser = argparse.ArgumentParser(description="") parser.add_argument("-i", "--input", help="Path to input GFF3 file downloaded from RefSeq")