From 2812f83c40f5f87512464cd3fff460a0cb577206 Mon Sep 17 00:00:00 2001 From: oboulle <olivier.boulle@inria.fr> Date: Tue, 21 Jun 2022 15:25:45 +0200 Subject: [PATCH] updated help --- dna_read.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dna_read.sh b/dna_read.sh index 2267e81..110e695 100755 --- a/dna_read.sh +++ b/dna_read.sh @@ -10,7 +10,7 @@ source "$project_dir"/workflow_commands/log_manager.sh #load the log manager scr help_function () { echo "" echo "Usage: dna_read [-n_read int] Cname DI Dname" - echo -e "\t-n_read : number of molecules to read [default = 10*n_frag]" + echo -e "\t-n_read : number of molecules to read [default = 50*n_frag]" echo -e "\tCname : path to the container" echo -e "\tDI : index of the document to read" echo -e "\tDname : path to save the document" -- GitLab