Skip to content

Commit

Permalink
Minor updates
Browse files Browse the repository at this point in the history
  • Loading branch information
evolarjun committed Apr 16, 2019
1 parent 11446ed commit 8c5f397
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ dist:
# amrfinder binaries for github binary release
GITHUB_FILE=amrfinder_binaries_v$(VERSION_STRING)
GITHUB_FILES = test_* amrfinder.pl fasta_check gff_check amr_report
github_binaries:
github_binaries: all
@if [ ! -e version.txt ]; \
then \
echo >&2 "version.txt required to make a distribution file"; \
Expand Down
2 changes: 1 addition & 1 deletion amrfinder.pl
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ END
GetOptions(
'protein=s' => \$prot_file,
'nucleotide=s' => \$nuc_file,
'database=s' => \$database_dir,
'database=s' => \$database_dir,
'output=s' => \$outfile,
'fasta_out=s' => \$out_fa,
'gff=s' => \$gff,
Expand Down

0 comments on commit 8c5f397

Please sign in to comment.