Adding simple workflow named "default" with PCA, PLS and LPLS. Changed the program to

use this as the default workflow.
This commit is contained in:
2011-03-06 15:27:16 +00:00
parent 633465e4c8
commit a1ab79024e
2 changed files with 25 additions and 1 deletions

View File

@@ -66,7 +66,7 @@ def parse_options():
help='List available workflows.')
op.add_option('-w', '--workflow',
default='chemometric',
default='default',
help='Start with selected workflow')
op.add_option('-c', '--generate-config',