From 5eda8ede42e0096ad55f1470b8eef3b03eefb38f Mon Sep 17 00:00:00 2001
From: martinahansen <martinahansen@74ccb610-7750-0410-82ae-013aeee3265d>
Date: Fri, 13 Sep 2013 13:07:50 +0000
Subject: [PATCH] added missing cpus switch to uclust_seq

git-svn-id: http://biopieces.googlecode.com/svn/trunk@2195 74ccb610-7750-0410-82ae-013aeee3265d
---
 bp_bin/uclust_seq | 1 +
 1 file changed, 1 insertion(+)

diff --git a/bp_bin/uclust_seq b/bp_bin/uclust_seq
index 1f5202a..5a6d0ef 100755
--- a/bp_bin/uclust_seq
+++ b/bp_bin/uclust_seq
@@ -36,6 +36,7 @@ casts = []
 casts << {long: 'no_sort',  short: 'n', type: 'flag',  mandatory: false, default: nil, allowed: nil, disallowed: nil}
 casts << {long: 'comp',     short: 'c', type: 'flag',  mandatory: false, default: nil, allowed: nil, disallowed: nil}
 casts << {long: 'identity', short: 'i', type: 'float', mandatory: true,  default: 0.9, allowed: nil, disallowed: nil}
+casts << {long: 'cpus',     short: 'C', type: 'uint',  mandatory: false, default: 1,   allowed: nil, disallowed: "0"}
 
 options = Biopieces.options_parse(ARGV, casts)
 
-- 
2.39.5