File: README

package info (click to toggle)
zalign 0.9.1-4
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 1,680 kB
  • sloc: sh: 10,084; cpp: 1,948; ansic: 309; makefile: 51
file content (29 lines) | stat: -rw-r--r-- 1,328 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
zAlign README
-------------

[ See INSTALL for instructions on how to compile and install zAlign. ]

zAlign is a GPLv3-licensed local sequence aligner, especially intended for use
with large biological sequences ("large" meaning >3Mpb, or millions of pairs of
bases). It uses exact algorithms and linear affine gap cost functions to perform
this task.

It can be used both in standalone environments ('zalign' executable) and in
distributed environments ('mpialign' executable) -- like clusters, for example.
zAlign has been tested successfully on Linux and Solaris x86, using Open MPI and
MPICH-1 implementations. We're working on ports for other Unix-like
environments.

The program was originally developed by Rodolfo Bezerra Batista in his master's
thesis as a student of the Department of Computer Science (CIC), University of
Brasília (UnB), Brazil. Later improvements were made by Felipe Scarel and Lavir
Souza, both undergraduate students from the same university. The project is
currently maintained by these three developers.

The zAlign project is situated at Launchpad.net, the Open Source development
center maintained by Canonical (yep, the same one from Ubuntu). If you have any
questions or want to help out, make sure you visit our development page at
http://launchpad.net/zalign .

Best regards,
zAlign Team.