From: martinahansen <martinahansen@74ccb610-7750-0410-82ae-013aeee3265d>
Date: Tue, 10 Jul 2012 09:38:29 +0000 (+0000)
Subject: added -m hardcoded option to prodigal.rb
X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=2cc9cc86850383b6e27be40063ac3937f4527c9a;p=biopieces.git

added -m hardcoded option to prodigal.rb

git-svn-id: http://biopieces.googlecode.com/svn/trunk@1860 74ccb610-7750-0410-82ae-013aeee3265d
---

diff --git a/code_ruby/lib/maasha/prodigal.rb b/code_ruby/lib/maasha/prodigal.rb
index 35b4992..33cae09 100644
--- a/code_ruby/lib/maasha/prodigal.rb
+++ b/code_ruby/lib/maasha/prodigal.rb
@@ -45,6 +45,7 @@ class Prodigal
     commands << "-p #{@options[:procedure]}"
     commands << "-i #{@infile}"
     commands << "-o #{@outfile}"
+    commands << "-m"
 
     execute(commands, @options[:verbose])
   end