extract_barcodes.py¶
Extracts FASTQ records matching the specified barcodes from a pair of unmatched read FASTQ files. For each specified barcode, records matching the barcode will be written to a new pair of FASTQ files. All output files are compressed with gzip. It is expected that both input FASTQ files (the forward and reverse read files) are sorted by read name and that their aren’t any missing mates, otherwise an Exception will be raised.
usage: extract_barcodes.py [-h] --r1 R1 --r2 R2 [--outdir OUTDIR]
--outfile-prefix OUTFILE_PREFIX
[-b BARCODES [BARCODES ...]]
Named Arguments¶
| --r1 |
|
| --r2 |
|
| --outdir |
|
| --outfile-prefix | |
| |
| -b, --barcodes |
|