diff options
author | Petar Petrov <slackalaxy@gmail.com> | 2023-09-11 15:12:41 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2023-09-11 22:18:38 +0700 |
commit | 5aa58a3edad6568e3b1e2834a5a75cc82e0456ec (patch) | |
tree | c3551040f9a1f9e131c078af9ddd2f6ce1fe5099 /academic/sim/README | |
parent | db15d0421d57b5c8a287c7e74e56dbfcefefdaab (diff) |
academic/sim: Added (local similarity program).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'academic/sim/README')
-rw-r--r-- | academic/sim/README | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/academic/sim/README b/academic/sim/README new file mode 100644 index 000000000000..b8dec9d5ba0b --- /dev/null +++ b/academic/sim/README @@ -0,0 +1,9 @@ +SIM - Local similarity program + +SIM finds k best non-intersecting alignments between two sequences or +within a sequence using dynamic programming techniques. The alignments +are reported in order of decreasing similarity score and share no +aligned pairs. + +Once the alignment is computed, you can view it using "lalnview", a +graphical viewer program for pairwise alignments, available at SBo. |