Skip to content

Commit

Permalink
condense makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
sierra-moxon committed Mar 14, 2024
1 parent 251e70b commit af94375
Showing 1 changed file with 2 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

0 comments on commit af94375

Please sign in to comment.