Open
Description
Hello,
This request is to make the params of BLAST match exactly that of the web app (or an ability to pass them as xargs to the code)
This is an example of params sent by the code today:
Program | blastn |
Word size | 28 |
Expect value | 10 |
Hitlist size | 100 |
Match/Mismatch scores | 1,-2 |
Gapcosts | 0,2.5 |
Low Complexity Filter | Yes |
Filter string | L;m; |
Genetic Code | 1 |
and these are the params if BLAST is done on the web directly
Program | blastn |
---|---|
Word size | 11 |
Expect value | 0.05 |
Hitlist size | 100 |
Match/Mismatch scores | 2,-3 |
Gapcosts | 5,2 |
Low Complexity Filter | Yes |
Filter string | L;m; |
Genetic Code | 1 |
Thank you very much