Scroll to navigation

CATFISHQ(1) User Commands CATFISHQ(1)

NAME

catfishq - concatenates fastq files

DESCRIPTION

usage: catfishq [-h]

[--log {DEBUG,INFO,WARNING,ERROR,CRITICAL,debug,info,warning,error,critical}] [-o OUT] [-l MIN_LEN] [-q MIN_QSCORE] [--max-sequencing-time MAX_SEQ_TIME] [--min-sequencing-time MIN_SEQ_TIME] [--start-time START_TIME] [--print-start-time] [-n MAX_N] [-b MAX_BP] [-r] [-d] FASTQ [FASTQ ...]

Cat long lists of FASTQ files

positional arguments:

FASTQ files or folders containing FASTQ files

optional arguments:

show this help message and exit
Print debug information
Output file. (default: stdout)
Minimum read length
Minimum q-score
Only output reads that where sequenced up to the given time (minutes).
Only output reads that where sequenced after the given time (minutes).
Starttime of the run as guppy time stamp (only required with --sequencing-time). If 'min' is given as argument the minimal time is detected automatically.
Print the minimal start_time of all fastq files
Stop after <max_n> reads
Stop after <max_bp> mega base pairs
Search folders recursively
Remove duplicated reads.

AUTHOR


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

May 2021 catfishq 1.1.3+ds