comparison peakfilter.pl @ 1:243f75d0ed6e draft default tip

Uploaded. Includes new release 1.0.7 with fixed optional controls.
author messersc
date Thu, 19 Feb 2015 05:39:45 -0500
parents d42f4d78c85e
children
comparison
equal deleted inserted replaced
0:d42f4d78c85e 1:243f75d0ed6e
1 #!/usr/bin/perl 1 ########################################################################
2 ######################################## 2 # JAMMv1.0.7rev1 is a peak finder for joint analysis of NGS replicates.
3 #### Filters peaks by p-value and width 3 # Copyright (C) 2014-2015 Mahmoud Ibrahim
4 #### Perl script 4 #
5 ####################################### 5 # This program is free software: you can redistribute it and/or modify
6 # it under the terms of the GNU General Public License as published by
7 # the Free Software Foundation, either version 3 of the License, or
8 # (at your option) any later version.
9 #
10 # This program is distributed in the hope that it will be useful,
11 # but WITHOUT ANY WARRANTY; without even the implied warranty of
12 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
13 # GNU General Public License for more details.
14 #
15 # You should have received a copy of the GNU General Public License
16 # along with this program. If not, see <http://www.gnu.org/licenses/>.
17 #
18 # Contact: mahmoud.ibrahim@mdc-berlin.de
19 ########################################################################
6 20
7 21
8 use feature qw(say); 22 use feature qw(say);
9 23
10 24