Alien-parasail
view release on metacpan or search on metacpan
# NAME
Alien::parasail
# VERSION
version 1.232370
# DESCRIPTION
This distribution provides parasail so that it can be used by other
Perl distributions that are on CPAN. It does this by first trying to
detect an existing install of parasail on your system. If found it
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
- [parasail](https://github.com/jeffdaily/parasail)
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...
- [Alien](https://metacpan.org/pod/Alien)
Documentation on the Alien concept itself.
- [Alien::Base](https://metacpan.org/pod/Alien%3A%3ABase)
The base class for this Alien.
- [Alien::Build::Manual::AlienUser](https://metacpan.org/pod/Alien%3A%3ABuild%3A%3AManual%3A%3AAlienUser)
Detailed manual for users of Alien classes.
# AUTHOR
Christos Argyropoulos <chrisarg@gmail.com>
# COPYRIGHT AND LICENSE
This software is copyright (c) 2023 by Christos Argyropoulos.
This is free software; you can redistribute it and/or modify it under
the same terms as the Perl 5 programming language system itself.
( run in 1.585 second using v1.01-cache-2.11-cpan-39bf76dae61 )