Usage:
   run-create-input -h[elp]
   run-create-input -cachedir <dir> -data <data-type>  [<find-arguments>] [<other-arguments>]
   run-create-input -cachedir <dir> -service <service> [<find-arguments>] [<other-arguments>]

where -cachedir <dir>
   is a mandatory argument; <dir> is a directory with local cache

where <find-arguments> specify what Moby registry to connect to
   -e <URL>
      <URL> is an endpoint of a Moby registry
   -uri <namespace>
      <namespace> is a URI defining Moby registry's namespace
 or
   -registry <registry-synonym>
      <registry-synonym> 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 <data-type-name>
      specifyies for which data type an input should be created
      (e.g. -data FASTA)
   -service <service-name>
      specifyies for which service an input should be created
      (e.g. -service Mabuhay)
   One of these parameters must be specified.

where <other-arguments> 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 <filename> to read arguments from a
file. See details in src/Clients/help/argsfile.example.]
