81 |
|
|
82 |
nohup LoadSproutTables -dbLoad -dbCreate -user=you -background "*" >null & |
nohup LoadSproutTables -dbLoad -dbCreate -user=you -background "*" >null & |
83 |
|
|
84 |
where C<you> is your used ID, and press ENTER. This will create the C<dtx> files |
where C<you> is your user ID, and press ENTER. This will create the C<dtx> files |
85 |
and load them. You may be asked for a password. If this is the case, simply |
and load them. You may be asked for a password. If this is the case, simply |
86 |
press ENTER. If that does not work, use the C<dbpass> value specified in |
press ENTER. If that does not work, use the C<dbpass> value specified in |
87 |
your C<FIG_Config.pm> file. |
your C<FIG_Config.pm> file. |
256 |
|
|
257 |
# Get the command-line parameters and options. |
# Get the command-line parameters and options. |
258 |
my ($options, @parameters) = StandardSetup(['SproutLoad', 'ERDBLoad', 'Stats', |
my ($options, @parameters) = StandardSetup(['SproutLoad', 'ERDBLoad', 'Stats', |
259 |
'ERDB', 'Load', 'Sprout'], |
'ERDB', 'Load', 'Sprout', 'Subsystem'], |
260 |
{ geneFile => ["", "name of the genome list file"], |
{ geneFile => ["", "name of the genome list file"], |
261 |
subsysFile => ["", "name of the trusted subsystem file"], |
subsysFile => ["", "name of the trusted subsystem file"], |
262 |
dbLoad => [0, "load the database from generated files"], |
dbLoad => [0, "load the database from generated files"], |