Alien-parasail

 view release on metacpan or  search on metacpan

README  view on Meta::CPAN

15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
    from the internet and it will be installed in a private share location
    for the use of other modules.
 
SEE ALSO
 
 
      The parasail library home page.
 
      parasail is a SIMD C (C99) library containing implementations of the
      Smith-Waterman (local), Needleman-Wunsch (global), and various
      semi-global pairwise sequence alignment algorithms. Here, semi-global
      means insertions before the start or after the end of either the
      query or target sequence are optionally not penalized. parasail
      implements most known algorithms for vectorized pairwise sequence
      alignment, including diagonal [Wozniak, 1997], blocked [Rognes and
      Seeberg, 2000], striped [Farrar, 2007], and prefix scan [Daily,
      2015]. Therefore, parasail is a reference implementation for these
      algorithms in addition to providing an implementation of the
      best-performing algorithm(s) to date on today's most advanced CPUs.
 
      parasail implements the above algorithms currently in three variants,

README.md  view on Meta::CPAN

14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
will use that.  If it cannot be found, the source code will be downloaded
from the internet and it will be installed in a private share location
for the use of other modules.
 
# SEE ALSO
 
 
    The parasail library home page.
 
    parasail is a SIMD C (C99) library containing implementations of the Smith-Waterman (local), Needleman-Wunsch (global), and various semi-global pairwise sequence alignment algorithms. Here, semi-global means insertions before the start or after t...
 
    parasail implements the above algorithms currently in three variants, 1) returning the alignment score and ending locations, 2) additionally returning alignment statistics (number of exact matches, number of similarities, and alignment length), a...
 
 
    Documentation on the Alien concept itself.
 
 
    The base class for this Alien.

lib/Alien/parasail.pm  view on Meta::CPAN

32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
for the use of other modules.
 
=head1 SEE ALSO
 
=over 4
 
 
The parasail library home page.
 
parasail is a SIMD C (C99) library containing implementations of the Smith-Waterman (local), Needleman-Wunsch (global), and various semi-global pairwise sequence alignment algorithms. Here, semi-global means insertions before the start or after the e...
 
parasail implements the above algorithms currently in three variants, 1) returning the alignment score and ending locations, 2) additionally returning alignment statistics (number of exact matches, number of similarities, and alignment length), and 3...
 
=item L<Alien>
 
Documentation on the Alien concept itself.
 
=item L<Alien::Base>
 
The base class for this Alien.



( run in 0.300 second using v1.01-cache-2.11-cpan-e5176c747c2 )