require_relative '../../macroape' module Macroape module CLI module FindPValue def self.main(argv) doc = <<-EOS.strip_doc Command-line format: #{run_tool_cmd} ... [options] Options: [-d ] [--pcm] - treat the input file as Position Count Matrix. PCM-to-PWM transformation to be done internally. [-b err $stderr.puts "\n#{err}\n#{err.backtrace.first(5).join("\n")}\n\nUse --help option for help\n\n#{doc}" end end end end