From 61c5ec901e40e736decbe7777d35f2fdf2cc0e41 Mon Sep 17 00:00:00 2001 From: mourisl Date: Mon, 17 Jun 2024 22:01:48 -0400 Subject: [PATCH] Fix a typo in the silva-download script readme --- defs.h | 2 +- indices/silva-download.pl | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/defs.h b/defs.h index faa6244..6f3578f 100644 --- a/defs.h +++ b/defs.h @@ -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] ; diff --git a/indices/silva-download.pl b/indices/silva-download.pl index d62915f..20ecccf 100644 --- a/indices/silva-download.pl +++ b/indices/silva-download.pl @@ -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".