# | Line 55 | Line 55 | if opts.task == 'dc': | |
---|---|---|
55 | if opts.task == 'plot': | |
56 | Plot_vars= config.items('Plot') | |
57 | ||
58 | < | path = config.get("Directories","samplepath") |
59 | < | infofile = open(path+'/env/samples.info','r') |
60 | < | info = pickle.load(infofile) |
61 | < | infofile.close() |
58 | > | if not opts.task == 'prep': |
59 | > | path = config.get("Directories","samplepath") |
60 | > | infofile = open(path+'/env/samples.info','r') |
61 | > | info = pickle.load(infofile) |
62 | > | infofile.close() |
63 | ||
64 | ||
65 | if opts.task == 'plot': |
– | Removed lines |
+ | Added lines |
< | Changed lines |
> | Changed lines |