From 835faecf39b9bcff73db4ad6109449d23984cfc8 Mon Sep 17 00:00:00 2001 From: anastasiia Date: Tue, 4 Dec 2018 12:06:17 +0100 Subject: [PATCH] update the name of the log-file --- bin/call_peaks.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/call_peaks.py b/bin/call_peaks.py index f5214f1..bf43de2 100644 --- a/bin/call_peaks.py +++ b/bin/call_peaks.py @@ -38,7 +38,7 @@ def parse_args(): parser.add_argument('--window_length', default=200, type=int, help='enter the length for a window, by defauld 200 bp') parser.add_argument('--step', default=100, type=int, help='enter a step to move the window, by default 100 bp') parser.add_argument('--percentage', default=0, type=int, help='enter a percentage to be added to background while searching for footprints, by default 0%') - parser.add_argument('--silent', action='store_true', help='while working with data write the information only into ./call_peaks_log.txt') + parser.add_argument('--silent', action='store_true', help='while working with data write the information only into ./call_peaks_log.log') args = parser.parse_args() return args