forked from ModelSEED/Model-SEED-core
-
Notifications
You must be signed in to change notification settings - Fork 0
Command Line Interface
devoid edited this page Mar 21, 2012
·
1 revision
For the ModelSeed's command line interface, there are four major commands that are available:
-
mseed
for configuring the system and accessing data objects. -
mdl
for interacting with model objects. -
bio
for interacting with biochemistry objects. -
fba
for interacting with the output of flux balance / variability analysis runs.
These commands are called with sub-commands that group together relavant functionality. So mdl
has sub-commands that relate to models while bio
has sub-commands that relate to the biochemistry.
-
mseed list
-v: option for "verbose mode" where a table is printed instead of ids
>> mseed list
biochems (3)
models (10)
mappings (1)
annotations (8)
>> mseed list models
chenry/Seed83333.1
public/iJR904
...
>> mseed list biochem/media
biochem/chenry/main/media/LB
biochem/chenry/main/media/GlucoseMinimal
biochem/chenry/main/media/NMS
...
>> mseed list biochem/chenry/main/media
biochem/chenry/main/media/LB
biochem/chenry/main/media/GlucoseMinimal
biochem/chenry/main/media/NMS
...
>> mseed list biochem/
media (200)
reactions (10,134)
compounds (12,439)
compartments (10)
...