105 |
TSetup("$options->{trace} SproutLoad ERDBLoad ERDB Stats Tracer Load", "+>$FIG_Config::temp/trace.log"); |
TSetup("$options->{trace} SproutLoad ERDBLoad ERDB Stats Tracer Load", "+>$FIG_Config::temp/trace.log"); |
106 |
# Create the sprout loader object. |
# Create the sprout loader object. |
107 |
my $fig = FIG->new(); |
my $fig = FIG->new(); |
108 |
my $sprout = Sprout->new($FIG_Config::sproutDB, { noDPOpen => 1 }); |
my $sprout = Sprout->new($FIG_Config::sproutDB, { noDBOpen => 1 }); |
109 |
my $spl = SproutLoad->new($sprout, $fig, $options->{geneFile}, $options->{subsysFile}); |
my $spl = SproutLoad->new($sprout, $fig, $options->{geneFile}, $options->{subsysFile}); |
110 |
# Process the parameters. |
# Process the parameters. |
111 |
for my $group (@parameters) { |
for my $group (@parameters) { |