Skip to content

Commit

Permalink
Merge branch 'stxtyper' of github.com:evolarjun/amr into stxtyper
Browse files Browse the repository at this point in the history
  • Loading branch information
evolarjun committed Mar 1, 2024
2 parents 9a61c77 + 4b24658 commit 53b4d2a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ CXX=g++
COMPILE.cpp= $(CXX) $(CPPFLAGS) $(SVNREV) $(DBDIR) $(TEST_UPDATE_DB) -c


.PHONY: all clean install release stxtyper
.PHONY: all clean install release stxtyper test

BINARIES= amr_report amrfinder amrfinder_index amrfinder_update fasta_check fasta_extract fasta2parts gff_check dna_mutation mutate

Expand Down Expand Up @@ -190,3 +190,4 @@ github_binaries:

test : $(DISTFILES) Makefile *.cpp *.hpp *.inc test_dna.fa test_prot.fa test_prot.gff test_dna.fa test_dna.expected test_prot.expected test_both.expected
./test_amrfinder.sh
make -C stxtyper test

0 comments on commit 53b4d2a

Please sign in to comment.