Skip to content

Commit

Permalink
fix debug
Browse files Browse the repository at this point in the history
  • Loading branch information
Robbie1977 authored Oct 23, 2024
1 parent 88d5c31 commit 759f926
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/uk/ac/ebi/vfb/neo4j/flybase2neo/expression_runner.py
Original file line number Diff line number Diff line change
Expand Up @@ -239,7 +239,7 @@ def proc_splits(eng):
"WHERE al = '%s'" % (t[2], t[0]))
allele_ids.append(t[0])
transgenes = fm.add_feature_relations(al2tg) # Dict tg_id: feature object
print(f"Added {len(transgenes)} transgenes and linked them to alleles.")
print(f"Added {len(al2tg)} transgenes and linked them to alleles.")

# Find and process splits
splits = proc_splits(engine)
Expand Down

0 comments on commit 759f926

Please sign in to comment.