BlobTools2

1 Overview | 2 Using | 2.1 Example

Overview

BlobTools2 is a reimplementation of BlobTools, written in Python 3 with a fully modular design to make creating new datasets and adding additional analysis types even easier. Notable differences relative to BlobTools include the addition of a blobtools add command to allow new data to be added to an existing dataset and the ability to apply any filters from the interactive BlobToolKit Viewer when using theblobtools filter and blobtools view commands.

Using

Use the module name blobtools2to discover versions available and to load the application.

Example

[]$ blobtools --help usage: blobtools [<command>] [<args>...] [-h|--help] [--version] []$ blobtools --version blobtoolkit v3.1.5

Please feel free to report/share any interesting observations and we can update this page.