sand_align_kernel(1) | Cooperative Computing Tools | sand_align_kernel(1) |
sand_align_kernel - align candidate sequences sequentially
sand_align_kernel [options] [input file]
sand_align_kernel aligns candidate sequences sequentially. It is not normally called by the user, but is invoked by sand_align_master(1) for each sequential step of a distributed alignment workload. The options to sand_align_kernel control the type of alignment (Smith-Waterman, Prefix-Suffix, Banded, etc) and the quality threshhold for reporting alignments. These options are typically passed in by giving the -e option to sand_align_master.
sand_align_kernel reads a list of sequences from the given input file, or from standard input if none is given. The sequences are in the compressed fasta format produced by sand_compress_reads(1). The first sequence in the input is compared against all following sequences until a separator line. Following the separator, the next sequence is compared against all following sequences until the following separator, and so on.
On success, returns zero. On failure, returns non-zero.
Users do not normally invoke sand_align_kernel directly. Instead, pass arguments by using the -e option to sand_align_master(1). For example, to specify a minimum alignment length of 5 and a minimum quality of 0.25:
% sand_align_master sand_align_kernel -e "-m 5 -q 0.25" mydata.cand mydata.cfa mydata.ovl
The Cooperative Computing Tools are Copyright (C) 2005-2019 The University of Notre Dame. This software is distributed under the GNU General Public License. See the file COPYING for details.
CCTools 7.1.2 FINAL |