From 966761fd9af7d0568796874e67ffc6c86ced5860 Mon Sep 17 00:00:00 2001 From: Schultheis Date: Tue, 4 Dec 2018 11:35:46 +0100 Subject: [PATCH] fixed cdhit wrapper description --- bin/cdhit_wrapper.R | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/cdhit_wrapper.R b/bin/cdhit_wrapper.R index fd2ce49..070cb62 100644 --- a/bin/cdhit_wrapper.R +++ b/bin/cdhit_wrapper.R @@ -11,7 +11,7 @@ option_list <- list( ) opt_parser <- OptionParser(option_list = option_list, - description = "Reduce sequences to frequent regions.") + description = "CD-HIT-EST Wrapper function.") opt <- parse_args(opt_parser)