Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Table of Contents
minLevel1
maxLevel7
typeflat
separatorpipe

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 blobtools blobtools2to discover versions available and to load the application.

Example

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

...