Skip to content

Commit

Permalink
Merge pull request #46 from geneontology/feb_updates
Browse files Browse the repository at this point in the history
condense makefile
  • Loading branch information
sierra-moxon authored Mar 14, 2024
2 parents 94e576e + 2158c39 commit 401864c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ SHELL := bash
.SHELLFLAGS := -eu -o pipefail -c
.DEFAULT_GOAL := help

all: install test download_human download_rat convert_human convert_rat get_goa_files merge_gafs
all: install test run

dev: install

Expand Down Expand Up @@ -70,4 +70,4 @@ get_gpad:

merge_files: merge_gafs

kit_and_kaboodle: download_human download_rat convert_human convert_rat convert_p2g_annotations merge_gafs get_gpad
run: download_human download_rat convert_human convert_rat convert_p2g_annotations merge_gafs validate_merged_gafs
1 change: 1 addition & 0 deletions src/gopreprocess/cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,7 @@ def check_errors(errors: list) -> int:
summary.append(f"Rule: {rule}, Message: '{message}', Errors: {count}")

print(summary)
click.echo(summary)


@cli.command(name="convert_annotations")
Expand Down

0 comments on commit 401864c

Please sign in to comment.