NAME
mergeabi - Merge forward and reverse ABI files into a single sequence
VERSION
version 1.0.1
Description
Merge forward and reverse ABI files into a single sequence
Usage
mergeabi [options] --for <forward.fastq> --rev <reverse.fastq>
Parameters
-1
,--for
<forward.fastq>-
Forward read in .ab1 format
-r
,--rev
<reverse.fastq>-
Reverse read in .ab1 format
-n
,--name
<name>-
Output sequence name (otherwise sample name from forward chromatogram)
-q
,--min-qual
<min_qual>-
Minimum quality score to keep a base
-b
,--bad-bases
<bad_bases>-
Maximum number of bad bases to keep a base
-w
,--wnd
<wnd>-
Window size to use for quality score calculation
-s
,--min-score
<min_score>-
Minimum alignment score to keep a base
-i
,--info
-
Add information about the merge to the header
AUTHOR
Andrea Telatin <andrea@telatin.com>
COPYRIGHT AND LICENSE
This software is Copyright (c) 2019 by Andrea Telatin.
This is free software, licensed under:
The MIT (X11) License