X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=bp_bin%2Fuclust_seq;h=5a6d0ef901a1f9cb298b324106c568c721a50b1d;hb=5eda8ede42e0096ad55f1470b8eef3b03eefb38f;hp=1f5202a42f75201866f6affee4e219de06295651;hpb=bdcd4e373c9a3361781e5f171d2d60166c46dc3d;p=biopieces.git 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)