.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.47.4. .TH LAST-TRAIN "1" "January 2017" "last-train 830" "User Commands" .SH NAME last-train \- Try to find suitable score parameters for aligning the given sequences .SH SYNOPSIS .B last-train [\fI\,options\/\fR] \fI\,lastdb-name sequence-file(s)\/\fR .SH DESCRIPTION Try to find suitable score parameters for aligning the given sequences. .SH OPTIONS .TP \fB\-h\fR, \fB\-\-help\fR show this help message and exit .IP Training options: .TP \fB\-\-revsym\fR force reverse\-complement symmetry .TP \fB\-\-matsym\fR force symmetric substitution matrix .TP \fB\-\-gapsym\fR force insertion/deletion symmetry .TP \fB\-\-pid\fR=\fI\,PID\/\fR skip alignments with > PID% identity (default: 100) .TP \fB\-\-sample\fR=\fI\,N\/\fR use a random sample of N letters (default: 1000000) .IP Initial parameter options: .TP \fB\-r\fR SCORE match score (default: 6 if Q>0, else 5) .TP \fB\-q\fR COST mismatch cost (default: 18 if Q>0, else 5) .TP \fB\-p\fR NAME match/mismatch score matrix .TP \fB\-a\fR COST gap existence cost (default: 21 if Q>0, else 15) .TP \fB\-b\fR COST gap extension cost (default: 9 if Q>0, else 3) .TP \fB\-A\fR COST insertion existence cost .TP \fB\-B\fR COST insertion extension cost .IP Alignment options: .TP \fB\-D\fR LENGTH query letters per random alignment (default: 1e6) .TP \fB\-E\fR EG2 maximum expected alignments per square giga .TP \fB\-s\fR STRAND 0=reverse, 1=forward, 2=both (default: 2 if DNA, else 1) .TP \fB\-S\fR NUMBER score matrix applies to forward strand of: 0=reference, 1=query (default: 1) .TP \fB\-T\fR NUMBER type of alignment: 0=local, 1=overlap (default: 0) .TP \fB\-m\fR COUNT maximum initial matches per query position (default: 10) .TP \fB\-P\fR THREADS number of parallel threads .TP \fB\-Q\fR NUMBER input format: 0=fasta, 1=fastq\-sanger