Skip to content

Commit

Permalink
remove extra _gpad
Browse files Browse the repository at this point in the history
  • Loading branch information
sierra-moxon committed Feb 14, 2024
1 parent 2a7a6b0 commit 5b05902
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ develop-eggs/
dist/
downloads/
eggs/
mgi-*
groups/
.eggs/
lib/
Expand Down
2 changes: 1 addition & 1 deletion bin/validate.py
Original file line number Diff line number Diff line change
Expand Up @@ -352,7 +352,7 @@ def make_gpads(dataset, gaf_path, products, ontology_graph, noctua_gpad_file):
:return: The path to the gpad file
"""
gpad_file_path = os.path.join(os.path.split(gaf_path)[0], f"{dataset}_gpad.gpad")
gpad_file_path = os.path.join(os.path.split(gaf_path)[0], f"{dataset}.gpad")

if not products["gpad"]:
return []
Expand Down

0 comments on commit 5b05902

Please sign in to comment.