lib/generators/templates/fetch in quorum-0.3.0 vs lib/generators/templates/fetch in quorum-0.3.1
- old
+ new
@@ -35,20 +35,20 @@
# General settings
opt :log_directory, "Path to log directory", :type => :string,
:required => true, :short => "-l"
opt :tmp_directory, "Path to tmp directory", :type => :string,
:required => true, :short => "-m"
-
+
# Global settings
opt :fetch_database, "Path to fetch tool database", :type => :string,
:short => "-d"
opt :fetch_database_names, "Semicolon delimited database names",
:type => :string, :short => "-n"
# Algorithm specific opts
opt :blast_hit_id, "Blast hit id", :type => :string, :short => "-b"
- opt :blast_hit_display_id, "Blast hit display id", :type => :string,
+ opt :blast_hit_display_id, "Blast hit display id", :type => :string,
:short => "-s"
opt :blast_algo, "Blast algorithm", :type => :string, :short => "-a"
end
@args = {} # Contains valid opts.
@@ -108,8 +108,8 @@
end
end
if __FILE__ == $0
- Quorum::Fetch.new
+ Quorum::Fetch.new
end