-seqs | -xml
Sequence input filename
The FASTA sequence input file, which will be used as the BLAST query.
Default value: none
-tiac
Output filename
Creates the output file. If the filename does not end with .tiac, this suffix will automatically be appended.
Default value: tiac
-dna / -protein
Determines whether the query sequences in the input file are DNA or protein, which determines which BLAST program is to be used.
Default value: protein
-db
Database
Sets the database to be searched by BLAST.
Default value: est
-e
Expectation value (double)
Sets the expectation value to be used as a cut-off in the BLAST search.
Default value: 1e-20
-b
(Integer)
Sets the number of alignments to be returned by BLAST. The higher the number, the more potential matches.
Default value: 1000000
-v
(Integer)
Sets the number of descriptions returned in the BLAST output. This should be the same as the number of alignments returned (cf -b) because both alignments and descriptions are used to determine which matches satisfy the criteria given by -minimumLength and -percentIdentity.
Default value: 1000000
-minimumLength
Minimum length (integer)
Sets the minimum length that the HSP between the query sequence and the subject sequence must span for a match to be considered. The default value of 50 is recommended for protein sequences; 150 recommended for DNA sequences.
Default value: 50
-percentIdentity
Percent identity (double)
Sets the minimum percent identity that the HSP between query and subject sequence must satisfy for match to be considered.
Default value: 0.95 (i.e. 95% sequence identity)