From 8ed11f2a2d8cec121a8ed87e69229024798b0c37 Mon Sep 17 00:00:00 2001 From: JannikHamp Date: Fri, 11 Jan 2019 11:07:26 +0100 Subject: [PATCH] documentation --- bin/1.2_filter_motifs/compareBed.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/1.2_filter_motifs/compareBed.sh b/bin/1.2_filter_motifs/compareBed.sh index c50687a..5aa5f45 100644 --- a/bin/1.2_filter_motifs/compareBed.sh +++ b/bin/1.2_filter_motifs/compareBed.sh @@ -120,7 +120,7 @@ then echo " default is the current directory" echo " -min --min minimum size of footprints; default is 10" echo " -max --max maximum size of footprints; default is 80" - echo " -o --output output path/file ; default dir current directory and filename is newMotifs.bed and newMotifs.bed.fasta" + echo " -o --output output path/file ; default dir current directory and filename is newMotifs.bed and newMotifs.fasta" echo " -h --help shows this help message" exit 0 fi