From 9be2d7f05dae32bc55d9e1067c03d34846edd549 Mon Sep 17 00:00:00 2001 From: martinahansen Date: Mon, 23 Apr 2012 11:17:50 +0000 Subject: [PATCH] added precise switch to findsim git-svn-id: http://biopieces.googlecode.com/svn/trunk@1808 74ccb610-7750-0410-82ae-013aeee3265d --- bp_bin/findsim_seq | 1 + 1 file changed, 1 insertion(+) diff --git a/bp_bin/findsim_seq b/bp_bin/findsim_seq index eeb2655..f12a188 100755 --- a/bp_bin/findsim_seq +++ b/bp_bin/findsim_seq @@ -41,6 +41,7 @@ casts << {:long=>'min_score', :short=>'m', :type=>'float', :mandatory=>false, casts << {:long=>'max_hits', :short=>'h', :type=>'uint', :mandatory=>false, :default=>7, :allowed=>nil, :disallowed=>"0"} casts << {:long=>'query_ids', :short=>'Q', :type=>'flag', :mandatory=>false, :default=>nil, :allowed=>nil, :disallowed=>nil} casts << {:long=>'subject_ids', :short=>'S', :type=>'flag', :mandatory=>false, :default=>nil, :allowed=>nil, :disallowed=>nil} +casts << {:long=>'precise', :short=>'p', :type=>'flag', :mandatory=>false, :default=>nil, :allowed=>nil, :disallowed=>nil} options = Biopieces.options_parse(ARGV, casts) tmpdir = Biopieces.mktmpdir -- 2.39.2