Skip to content

Commit

Permalink
add tools.gzips
Browse files Browse the repository at this point in the history
  • Loading branch information
sierra-moxon committed Feb 9, 2024
1 parent 49a7efe commit 6d30a42
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/validate.py
Original file line number Diff line number Diff line change
Expand Up @@ -337,7 +337,7 @@ def make_products(dataset, gaf_path, products, ontology_graph):

return [product_files[prod].name for prod in sorted(product_files.keys()) if products[prod]]


@tools.gzips
def make_gpads(dataset, gaf_path, products, ontology_graph, noctua_gpad_file):
if not products["gpad"]:
# Bail if we have no products
Expand Down

0 comments on commit 6d30a42

Please sign in to comment.