diff --git a/docs/software-developer-documentation/legacy-server-side-extensions/search-domain-services.md b/docs/software-developer-documentation/legacy-server-side-extensions/search-domain-services.md index d2903f5fd2f78edf22d90fa92cfe337254a9d841..592ce4d226deff3b7586fe35cf4f86802a4705a8 100644 --- a/docs/software-developer-documentation/legacy-server-side-extensions/search-domain-services.md +++ b/docs/software-developer-documentation/legacy-server-side-extensions/search-domain-services.md @@ -92,7 +92,15 @@ and used as command line parameters of the BLAST+ tools: |---------|--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------| |evalue |Defines the threshold of so-called "Expect Value" of found matches (for details see http://www.ncbi.nlm.nih.gov/blast/Blast.cgi?CMD=Web&PAGE_TYPE=BlastDocs&DOC_TYPE=FAQ#expect and http://homepages.ulb.ac.be/~dgonze/TEACHING/stat_scores.pdf). Higher values means more found matches. Default value is 10. | |word_size|Word size for initial match. Decreasing word size results in increasing number of matches. Default values (if task parameter hasn't been specified): 11 for blastn and 3 for blastp. | -|task |Defines values for a set of parameters of the tools blastn and blastp. Possible values are <ul><li>blastn: Default value blastn</li></ul> <ul><li>blastp: Default value blastp</li></ul> +|task |Defines values for a set of parameters of the tools blastn and blastp. Possible values are <ul><li>blastn: Default value blastn</li></ul>|Value |Description |Default value of word_size| +|------------|---------------------------------------------------------------------------------------------------------|--------------------------| +|blastn-short|blastn program optimized for sequences shorter than 50 bases |7 | +|blastn |Traditional blastn requiring an exact match of 11 |11 | +|dc-megablast|Discontiguous megablast used to find more distant (e.g., interspecies) sequences |11 | +|megablast |Traditional megablast used to find very similar (e.g., intraspecies or closely related species) sequences|28 |<ul><li>blastp: Default value blastp</li></ul>|Value |Description |Default value of word_size| +|------------|-------------------------------------------------------------------|--------------------------| +|blastp |Traditional blastp to compare a protein query to a protein database|3 | +|blastp-short|blastp optimized for queries shorter than 30 residues |2 | |ungapped |If specified (with an empty string value) only ungapped matches are returned. Will be ignored for blastp. |