]> git.donarmstrong.com Git - biopieces.git/commitdiff
added -m hardcoded option to prodigal.rb
authormartinahansen <martinahansen@74ccb610-7750-0410-82ae-013aeee3265d>
Tue, 10 Jul 2012 09:38:29 +0000 (09:38 +0000)
committermartinahansen <martinahansen@74ccb610-7750-0410-82ae-013aeee3265d>
Tue, 10 Jul 2012 09:38:29 +0000 (09:38 +0000)
git-svn-id: http://biopieces.googlecode.com/svn/trunk@1860 74ccb610-7750-0410-82ae-013aeee3265d

code_ruby/lib/maasha/prodigal.rb

index 35b49920bef76a8741d93b748818fec2fffb90aa..33cae09a5879425321e78c807b6ca10aab20ab47 100644 (file)
@@ -45,6 +45,7 @@ class Prodigal
     commands << "-p #{@options[:procedure]}"
     commands << "-i #{@infile}"
     commands << "-o #{@outfile}"
+    commands << "-m"
 
     execute(commands, @options[:verbose])
   end