Skip to content

Commit

Permalink
TP one more fix
Browse files Browse the repository at this point in the history
  • Loading branch information
ianlongden committed Apr 24, 2024
1 parent a7c0238 commit f30ad57
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Load/teis.py
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ def create_teis(cursor, organism_id, feature_id, cvterm_id, dbxref_id, db_id, pu
tp_feature_type_name = 'transgenic_transposable_element'
for i in range(10):
tp_name = "Mi{" + str(i+1) + '}'
feature_id[tp_name] = create_tip(cursor, 'tp', tp_name, organism_id['Dmel'], db_id, cvterm_id, feature_id, tp_feature_type_name, pub_id)
feature_id[tp_name] = create_tip(cursor, 'tp', tp_name, organism_id['Ssss'], db_id, cvterm_id, feature_id, tp_feature_type_name, pub_id)

name = f"{tp_name}teis{i+1}[Clk1]"
uniquename = f'FBti::temp_{i}'
Expand Down

0 comments on commit f30ad57

Please sign in to comment.