-
Notifications
You must be signed in to change notification settings - Fork 12
blobtools host
Richard Challis edited this page Dec 22, 2023
·
1 revision
Assuming the BlobToolKit Viewer code and dependencies are available (see Installation), the blobtools host
command provides a convenient way to start the Viewer to begin interactive exploration of all BlobDir datasets in a directory. Wrapper commands in blobtools view
provide ways to call blobtools host
in common scenarios, e.g. on a remote server or to start a local inteactive session.
Host a collection of BlobDirs.
Usage:
blobtools host [--port INT] [--api-port INT]
[-h|--help] [-v|--version]
[--hostname STRING] DIRECTORY
Arguments:
DIRECTORY Directory containing one or more BlobDirs.
Options:
--port INT HTTP port number. [Default: 8080]
--api-port INT API port number. [Default: 8000]
--hostname STRING Hostname used to connect to API. [Default: localhost]
-h, --help Show this
-v, --version Show version number