From 5e014d5c454d23e0eb211beab24f0365a09bc104 Mon Sep 17 00:00:00 2001 From: martinahansen Date: Fri, 18 Sep 2009 08:42:41 +0000 Subject: [PATCH] added features to calc_fixedstep git-svn-id: http://biopieces.googlecode.com/svn/trunk@677 74ccb610-7750-0410-82ae-013aeee3265d --- bp_bin/calc_fixedstep | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/bp_bin/calc_fixedstep b/bp_bin/calc_fixedstep index 49c9a76..17c3d0d 100755 --- a/bp_bin/calc_fixedstep +++ b/bp_bin/calc_fixedstep @@ -42,7 +42,9 @@ my ( $options, $in, $out, $record, $tmp_dir, $bed_file, $fh_in, $fh_out, $options = Maasha::Biopieces::parse_options( [ - { long => 'check', short => 'C', type => 'flag', mandatory => 'no', default => undef, allowed => undef, disallowed => undef }, + { long => 'check', short => 'C', type => 'flag', mandatory => 'no', default => undef, allowed => undef, disallowed => undef }, + { long => 'use_score', short => 'u', type => 'flag', mandatory => 'no', default => undef, allowed => undef, disallowed => undef }, + { long => 'use_log10', short => 'l', type => 'flag', mandatory => 'no', default => undef, allowed => undef, disallowed => undef }, ] ); -- 2.39.2