Skip to content

Instantly share code, notes, and snippets.

/code.rb Secret

Created March 24, 2015 08:44
Show Gist options
  • Save anonymous/7e7c63fb50516f993bed to your computer and use it in GitHub Desktop.
Save anonymous/7e7c63fb50516f993bed to your computer and use it in GitHub Desktop.
Best way to wrap text?
opts.on('--scores_min <uint>', Integer, <<-OPT.gsub(/^\s+\|/, '')
|Drop reads if a single position in
|the index have a quality score below
|scores_min (default=#{DEFAULT_SCORE_MIN})
OPT
) do |o|
options[:scores_min] = o
end
--scores_min <uint> Drop reads if a single position in
the index have a quality score below
scores_min (default=16)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment