Scroll to navigation

BARCODE_SPLIT(1) User Commands BARCODE_SPLIT(1)

NAME

Barcode_split - simple tool to split sequencing summary report in per barcodes

DESCRIPTION

usage: Barcode_split [-h] [--version] --summary_file [SUMMARY_FILE ...]

[--barcode_file [BARCODE_FILE ...]]
[--output_dir OUTPUT_DIR] [--output_unclassified] [--min_barcode_percent MIN_BARCODE_PERCENT] [-v | -q]

Barcode_split is a simple tool to split sequencing summary report in per barcodes

optional arguments:

show this help message and exit
show program's version number and exit
Path to a sequencing_summary generated by Albacore 1.0.0 + (read_fast5_basecaller.py) / Guppy 2.1.3+ (guppy_basecaller). One can also pass multiple space separated file paths or a UNIX style regex matching multiple files
Path to the barcode_file generated by Guppy 2.1.3+ (guppy_barcoder) or Deepbinner 0.2.0+. One can also pass multiple space separated file paths or a UNIX style regex matching multiple files
Folder where to output split barcode data (default: current dir
If given, unclassified barcodes are also written in a file. By default they are skiped
Minimal percent of total reads to retain barcode label. If below, the barcode value is set as `unclassified` (default: 0.1)
Increase verbosity
Reduce verbosity

AUTHOR


This manpage was written by Nilesh Patra for the Debian distribution and
can be used for any other usage of the program.

December 2020 Barcode_split 2.5.2