Skip to content

Commit

Permalink
add newlines to output
Browse files Browse the repository at this point in the history
  • Loading branch information
sierra-moxon committed Nov 13, 2024
1 parent db0853f commit 04794fb
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions bin/validate.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,8 @@
import urllib
import shutil
import logging
import traceback

from ontobio.model.association import GoAssociation
from ontobio.io.assocparser import Report
from ontobio.model.association import Curie, ExtensionUnit
from ontobio.io.entityparser import GpiParser
from ontobio.ontol_factory import OntologyFactory
Expand Down Expand Up @@ -790,8 +788,6 @@ def produce(ctx, group, metadata_dir, gpad, gpad_gpi_output_version, ttl, target
gpi, gpad_gpi_output_version)




end_gaf = mixin_a_dataset(valid_gaf, [noctua_metadata, paint_metadata],
group_metadata["id"], dataset, absolute_target,
ontology_graph, gpipaths=gpi_list, base_download_url=base_download_url,
Expand Down

0 comments on commit 04794fb

Please sign in to comment.