Skip to content

Commit

Permalink
remove start on protein swap
Browse files Browse the repository at this point in the history
  • Loading branch information
sierra-moxon committed Mar 6, 2024
1 parent 4b7ce38 commit 1c4120b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion bin/validate.py
Original file line number Diff line number Diff line change
Expand Up @@ -409,7 +409,6 @@ def process_gaf_file(gaf_path, gpadwriter, ontology_graph, paint_gaf_src):
click.echo("Merging in source gaf to gpad product...")
with click.progressbar(iterable=gafparser.association_generator(file=gf), length=lines) as associations:
for association in associations:
if association.
gpadwriter.write_assoc(association)

if paint_gaf_src is not None:
Expand Down

0 comments on commit 1c4120b

Please sign in to comment.