bin/polymarker.rb in bio-polyploid-tools-0.5.1 vs bin/polymarker.rb in bio-polyploid-tools-0.5.2
- old
+ new
@@ -77,11 +77,12 @@
options[:arm_selection] = arm_selection_functions[o.to_sym];
end
opts.on("-p", "--primer_3_preferences FILE", "file with preferences to be sent to primer3") do |o|
options[:primer_3_preferences] = Bio::DB::Primer3.read_primer_preferences(o, options[:primer_3_preferences] )
-
end
+
+
end.parse!
if options[:primer_3_preferences][:primer_product_size_range]
range = options[:primer_3_preferences][:primer_product_size_range]
\ No newline at end of file