# HG changeset patch
# User cpt
# Date 1693359898 0
# Node ID 733cb08070839e2fc6db3e0a5b7788549cea5a43
# Parent f0f0ab9db43f555f69b338e68e82e983a0c4078e
planemo upload commit 2a0a6b62f75ceb10ac3287e69c1849f09a9cf177
diff -r f0f0ab9db43f -r 733cb0807083 fix-aragorn-gff3.py
--- 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)
diff -r f0f0ab9db43f -r 733cb0807083 fix-aragorn-gff3.xml
--- a/fix-aragorn-gff3.xml Mon Jun 05 02:42:12 2023 +0000
+++ b/fix-aragorn-gff3.xml Wed Aug 30 01:44:58 2023 +0000
@@ -4,7 +4,11 @@
macros.xml
cpt-macros.xml
-
+
+ python
+ cpt_gffparser
+ biopython
+