From 06bd45fb1296f925f9f8f6dca021bc1834321754 Mon Sep 17 00:00:00 2001 From: Hsuan-lin Her Date: Wed, 1 Jul 2020 13:38:41 -0700 Subject: [PATCH] add myself to help message --- clipper/src/main.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/clipper/src/main.py b/clipper/src/main.py index d6b8249..b69479f 100644 --- a/clipper/src/main.py +++ b/clipper/src/main.py @@ -156,7 +156,7 @@ def option_parser(): python peakfinder.py -b -s OR python peakfinder.py -b --customBED --customMRNA --customPREMRNA """ - description = """CLIPper. Michael Lovci, Gabriel Pratt 2012. + description = """CLIPper. Michael Lovci, Gabriel Pratt 2012, Hsuan-lin Her 2020. CLIP peakfinder that uses fitted smoothing splines to define clusters of binding. Computation is performed in parallel using parallelPython.