Usage:
run-create-input -h[elp]
run-create-input -cachedir
-data [] []
run-create-input -cachedir -service [] []
where -cachedir
is a mandatory argument; is a directory with local cache
where specify what Moby registry to connect to
-e
is an endpoint of a Moby registry
-uri
is a URI defining Moby registry's namespace
or
-registry
is a convenient way to specify a known registry;
the list of known registries can be obtained by the -lr option
from the MobyCmdLineClient (run-cmdline-client -lr)
where
-data
specifyies for which data type an input should be created
(e.g. -data FASTA)
-service
specifyies for which service an input should be created
(e.g. -service Mabuhay)
One of these parameters must be specified.
where are:
-q ... quiet mode (prints only errors)
(default) ... prints events what is happenning (to a log)
-v ... verbose mode (prints also decorations)
[Note: You can also use -argsfile to read arguments from a
file. See details in src/Clients/help/argsfile.example.]