.TH "sand_filter_kernel" 1 "" "CCTools 7.0.9 FINAL" "Cooperative Computing Tools" .SH NAME .LP \fBsand_filter_kernel\fP - filter read sequences sequentially .SH SYNOPSIS .LP \FC\fBsand_filter_kernel [options] [second sequence file]\fP\FT .SH DESCRIPTION .LP \fBsand_filter_kernel\fP filters a list of genomic sequences, and produces a list of candidate pairs for more detailed alignment. It is not normally called by the user, but is invoked by \fBsand_filter_master(1)\fP for each sequential step of a distributed alignment workload. .PP If one sequence file is given, \fBsand_filter_kernel\fP will look for similarities between all sequences in that file. If given two files, it will look for similarities between sequences in the first file and the second file. The output is a list of candidate pairs, listing the name of the candidate sequences and a starting position for alignment. .SH OPTIONS .LP .LP .TP .BI \ -s \ . Size of "rectangle" for filtering. You can determine the size dynamically by passing in d rather than a number. .TP .BI \ -r \ . A meryl file of repeat mers to be ignored. .TP .BI \ -k \ . The k-mer size to use in candidate selection (default is 22). .TP .BI \ -w \ . The minimizer window size to use in candidate selection (default is 22). .TP .BI \ -o \ . The output file. Default is stdout. .TP .BI \ -d \ . Enable debug messages for this subsystem. Try \fB-d all\fP to start. .TP .B \ -v . Show version string. .TP .B \ -h . Show help screen. .SH EXIT STATUS .LP On success, returns zero. On failure, returns non-zero. .SH EXAMPLES .LP Users do not normally invoke \fBsand_filter_kernel\fP directly. Instead, options such as the k-mer size, minimizer window, and repeat file may be specified by the same arguments to \fBsand_filter_master(1)\fP instead. For example, to run a filter with a k-mer size of 20, window size of 24, and repeat file of \FCmydata.repeats\FT: .fam C .nf .nh .IP "" 8 % sand_filter_master -k 20 -w 24 -r mydata.repeats mydata.cfa mydata.cand .fi .hy .fam .P .SH COPYRIGHT .LP The Cooperative Computing Tools are Copyright (C) 2003-2004 Douglas Thain and Copyright (C) 2005-2015 The University of Notre Dame. This software is distributed under the GNU General Public License. See the file COPYING for details. .SH SEE ALSO .LP .IP \(bu 4 \fBCooperative Computing Tools Documentation\fP .IP \(bu 4 \fBSAND User Manual\fP .IP \(bu 4 \fBsand_filter_master(1)\fP \fBsand_filter_kernel(1)\fP \fBsand_align_master(1)\fP \fBsand_align_kernel(1)\fP \fBsand_compress_reads(1)\fP \fBsand_uncompress_reads(1)\fP \fBwork_queue_worker(1)\fP