diff tiles-from-gff3.py @ 6:b84d385679e2 draft

"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/circos commit 1584882716a1d2c598e8485da9d73bcf80d9b29a"
author iuc
date Fri, 01 May 2020 11:28:11 +0000
parents 890ef899a3d7
children
line wrap: on
line diff
--- a/tiles-from-gff3.py	Thu Jan 23 12:26:52 2020 +0000
+++ b/tiles-from-gff3.py	Fri May 01 11:28:11 2020 +0000
@@ -24,6 +24,7 @@
                 "strand": 0 if not feature.location.strand else feature.location.strand,
                 "name": feature.qualifiers.get(attr, ["None"])[0] or feature.id,
                 "value": feature.qualifiers.get("score", [0])[0],
+                "type": feature.type,
             }
 
             line = [