]> git.donarmstrong.com Git - biopieces.git/commitdiff
added features to calc_fixedstep
authormartinahansen <martinahansen@74ccb610-7750-0410-82ae-013aeee3265d>
Fri, 18 Sep 2009 08:42:41 +0000 (08:42 +0000)
committermartinahansen <martinahansen@74ccb610-7750-0410-82ae-013aeee3265d>
Fri, 18 Sep 2009 08:42:41 +0000 (08:42 +0000)
git-svn-id: http://biopieces.googlecode.com/svn/trunk@677 74ccb610-7750-0410-82ae-013aeee3265d

bp_bin/calc_fixedstep

index 49c9a76d207b9581ff8c4e2fc975ece8de7ef7b4..17c3d0d981f60ac28dba6a33c53834dbc8b73e0e 100755 (executable)
@@ -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 },
     ]   
 );