From f72fb3b8d2883afdb21efd27d16412b7211883d9 Mon Sep 17 00:00:00 2001 From: martinahansen Date: Tue, 25 May 2010 11:15:29 +0000 Subject: [PATCH] added plot_scores fix git-svn-id: http://biopieces.googlecode.com/svn/trunk@969 74ccb610-7750-0410-82ae-013aeee3265d --- bp_bin/plot_scores | 1 + 1 file changed, 1 insertion(+) diff --git a/bp_bin/plot_scores b/bp_bin/plot_scores index bfd9584..bfe87cc 100755 --- a/bp_bin/plot_scores +++ b/bp_bin/plot_scores @@ -46,6 +46,7 @@ $formats = "solexa,phred,decimal"; $options = Maasha::Biopieces::parse_options( [ { long => 'no_stream', short => 'x', type => 'flag', mandatory => 'no', default => undef, allowed => undef, disallowed => undef }, + { long => 'data_out', short => 'o', type => 'file', mandatory => 'no', default => undef, allowed => undef, disallowed => undef }, { long => 'format' , short => 'f', type => 'string', mandatory => 'no', default => "solexa", allowed => $formats, disallowed => undef }, { long => 'terminal', short => 't', type => 'string', mandatory => 'no', default => 'dumb', allowed => $terminals, disallowed => undef }, { long => 'title', short => 'T', type => 'string', mandatory => 'no', default => $default, allowed => undef, disallowed => undef }, -- 2.39.2