]> git.donarmstrong.com Git - biopieces.git/blobdiff - bp_bin/swapcase_seq
added trimming of scores to remove_adaptor
[biopieces.git] / bp_bin / swapcase_seq
index 62a69796b04e50b53ab529fd951e7db976d21758..997d948ecc0affbd8e595ec800c13e0e298121e1 100755 (executable)
@@ -24,7 +24,7 @@ optparse = OptionParser.new do |opts|
 #              options[:stream_in] = arg
 #      end
 
-       opts.on( '-O', '--stream_in FILE', "Mandatory argument" ) do |arg|
+       opts.on( '-O', '--stream_out FILE', "Mandatory argument" ) do |arg|
                options[:stream_out] = arg
        end
 end