diff fix-aragorn-gff3.py @ 4:733cb0807083 draft

planemo upload commit 2a0a6b62f75ceb10ac3287e69c1849f09a9cf177
author cpt
date Wed, 30 Aug 2023 01:44:58 +0000
parents f0f0ab9db43f
children
line wrap: on
line diff
--- a/fix-aragorn-gff3.py	Mon Jun 05 02:42:12 2023 +0000
+++ b/fix-aragorn-gff3.py	Wed Aug 30 01:44:58 2023 +0000
@@ -3,7 +3,6 @@
 import logging
 import argparse
 from CPT_GFFParser import gffParse, gffWrite, gffSeqFeature
-from Bio.SeqFeature import SeqFeature
 from gff3 import feature_lambda, feature_test_type
 
 logging.basicConfig(level=logging.INFO)