fu-pecheck
Note
Preliminary version
A program to check the integrity of Paired End FASTQ files.
usage: fu-pecheck [-h] [--for-tag FOR_TAG] [--rev-tag REV_TAG] [--verbose] [--version] DIRValidate FASTQ filespositional arguments: DIR Input directoryoptional arguments: -h, --help show this help message and exit --for-tag FOR_TAG Tag to use for the forward reads output (default: _R1) --rev-tag REV_TAG Tag to use for the forward reads output (default: _R2) --verbose Verbose output --version show program's version number and exit
This script runsfu-secheck
twice and compare the results, and will print a five column table with the following columns:
- Sample basename
- Status (
OK
orERR
) - Number of reads or "None" if the file is corrupt
- Name of the first read
- Name of the last read