]> git.donarmstrong.com Git - biopieces.git/blobdiff - bp_bin/swapcase_seq
fixed type bug in ruby code
[biopieces.git] / bp_bin / swapcase_seq
index 9681ae2df1b1338e9c32038cf8e760303477f89f..4831f2aa1abd15375c0b0423269ef30a6c5424fe 100755 (executable)
@@ -35,7 +35,7 @@ casts = []
 
 bp = Biopieces.new
 
-options = bp.parse(ARGV,casts)
+options = bp.parse(ARGV, casts)
 
 bp.each_record do |record|
   record["SEQ"].swapcase! if record.has_key? "SEQ"