Mercurial > repos > iuc > gff3_rebase
comparison gff3_rebase.py @ 1:ea35a85b941d draft
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/gff3_rebase commit 4a3c9f195ba5d899b1a1ce5e80281cdf230f456a
author | iuc |
---|---|
date | Mon, 23 Oct 2017 13:26:48 -0400 |
parents | e54940ea270c |
children | 238981ed43b7 |
comparison
equal
deleted
inserted
replaced
0:e54940ea270c | 1:ea35a85b941d |
---|---|
154 | 154 |
155 if interpro: | 155 if interpro: |
156 for y in ('status', 'Target'): | 156 for y in ('status', 'Target'): |
157 try: | 157 try: |
158 del x.qualifiers[y] | 158 del x.qualifiers[y] |
159 except: | 159 except Exception: |
160 pass | 160 pass |
161 | 161 |
162 fixed_subfeatures.append(x) | 162 fixed_subfeatures.append(x) |
163 replacement_features.extend(fixed_subfeatures) | 163 replacement_features.extend(fixed_subfeatures) |
164 # We do this so we don't include the original set of features that we | 164 # We do this so we don't include the original set of features that we |