Skip to content

Commit

Permalink
update the name of the log-file
Browse files Browse the repository at this point in the history
  • Loading branch information
anastasiia authored Dec 4, 2018
1 parent 86f28cf commit 835faec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/call_peaks.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 835faec

Please sign in to comment.