Skip to content

Commit

Permalink
Only case-fold sequence data with --upcase.
Browse files Browse the repository at this point in the history
  • Loading branch information
csw committed Aug 15, 2012
1 parent 8c1deca commit 8a4057b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/maf_tile
Expand Up @@ -175,7 +175,7 @@ if $options.bed
concat.fill { '' }
each_tiler(access, intervals) do |tiler|
concat.zip(tiler.build_bio_alignment) do |buf, seq|
buf << seq.to_s.upcase
buf << seq.to_s
end
end
fh = $options.output_base ? File.open($options.output_base, 'wb') : $stdout
Expand Down

0 comments on commit 8a4057b

Please sign in to comment.