Skip to content

Commit

Permalink
Fix a typo in the silva-download script readme
Browse files Browse the repository at this point in the history
  • Loading branch information
mourisl committed Jun 18, 2024
1 parent 20a0913 commit 61c5ec9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion defs.h
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

//#define DEBUG

#define CENTRIFUGER_VERSION "1.0.4-r150"
#define CENTRIFUGER_VERSION "1.0.4-r152"

extern char nucToNum[26] ;
extern char numToNuc[26] ;
Expand Down
2 changes: 1 addition & 1 deletion indices/silva-download.pl
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
use strict ;
use warnings ;

my $help = "usage: download-silva.pl [OPTIONS]:\n".
my $help = "usage: silva-download.pl [OPTIONS]:\n".
"\t-v STRING: SILVA_version [138.1]\n".
"\t-o STRING: output_folder [./]\n".
"\t--subunit STRING: use SSU or LSU [SSU]\n".
Expand Down

0 comments on commit 61c5ec9

Please sign in to comment.