Closed spacocha closed 10 years ago
A couple fixes...
JS
should be dbotu_js
JS_cutoff
should be dbotu_js_cutoff
. I'm trying to keep all the dbotu flags with some common prefix. And none of the other ones have capital letters.str
. the execute
routine does that itself.x.append(y); x.append(z)
. instead do x += [y, z]
.also, the user config file shouldn't have any personal info. follow the example of the previous lines for path/to/
and user
.
Also added mothur to the user.cfg.template