Skip to content

Commit

Permalink
move oriC/T/V product to Note in INSDC outputs
Browse files Browse the repository at this point in the history
  • Loading branch information
oschwengers committed Jan 20, 2022
1 parent 716302e commit 5e1a0d8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions bakta/io/insdc.py
Original file line number Diff line number Diff line change
Expand Up @@ -112,6 +112,7 @@ def write_insdc(genome, features, genbank_output_path, embl_output_path):
qualifiers['inference'] = 'similar to DNA sequence'
qualifiers['note'] = feature['product']
if('product' in qualifiers):
qualifiers['note'] = feature['product']
del qualifiers['product']
elif(feature['type'] == bc.FEATURE_ORIT):
# TODO: Add fuzzy positions for oriT
Expand Down

0 comments on commit 5e1a0d8

Please sign in to comment.