From 9e64d759584e0ebe8a0b741a67fcb7b71068a5e8 Mon Sep 17 00:00:00 2001 From: martinahansen Date: Mon, 26 Sep 2011 08:43:04 +0000 Subject: [PATCH] fixed bug in patscan_seq arguments git-svn-id: http://biopieces.googlecode.com/svn/trunk@1536 74ccb610-7750-0410-82ae-013aeee3265d --- bp_bin/patscan_seq | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bp_bin/patscan_seq b/bp_bin/patscan_seq index e09efde..194aaae 100755 --- a/bp_bin/patscan_seq +++ b/bp_bin/patscan_seq @@ -46,7 +46,7 @@ class Patscan end # Method to run Patscan - def run(comp = nil, type = nil, max_mis = nil, max_hit = nil, verbose = nil) + def run(comp = nil, type = nil, max_hit = nil, max_mis = nil, verbose = nil) args = [] args << "scan_for_matches" args << "-c" if comp -- 2.39.5