diff options
author | Petar Petrov <slackalaxy@gmail.com> | 2018-01-12 20:54:03 +0000 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2018-01-13 07:13:04 +0700 |
commit | 3f6353744da1cbb699baab579305cf4b1501377c (patch) | |
tree | 00a8423e779686c0fdb9fa7a3759889671384652 /academic/ncbi-rmblastn/README | |
parent | 2ae24aff5ecd18bcd9990b6bc185006de295197f (diff) |
academic/ncbi-rmblastn: Added (NCBI RMBlast).
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
Diffstat (limited to 'academic/ncbi-rmblastn/README')
-rw-r--r-- | academic/ncbi-rmblastn/README | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/academic/ncbi-rmblastn/README b/academic/ncbi-rmblastn/README new file mode 100644 index 0000000000000..b203d952fa804 --- /dev/null +++ b/academic/ncbi-rmblastn/README @@ -0,0 +1,13 @@ +RMBlast is a RepeatMasker compatible version of the standard NCBI BLAST +suite. The primary difference between this distribution and the NCBI +distribution is the addition of a new program "rmblastn" for use with +RepeatMasker and RepeatModeler. + +RMBlast supports RepeatMasker searches by adding a few necessary +features to the stock NCBI blastn program. These include: + +- Support for custom matrices ( without KA-Statistics ) +- Support for cross_match-like complexity adjusted scoring + (Cross_match is Phil Green's seeded smith-waterman search algorithm: + www.phrap.org ) +- Support for cross_match-like masklevel filtering. |