File: README

package info (click to toggle)
patman 1.2.2%2Bdfsg-5
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 184 kB
  • sloc: cpp: 783; makefile: 62
file content (10 lines) | stat: -rw-r--r-- 485 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
PatMaN: Pattern Matching in Nucleotide data bases 

PatMaN compares a set of short patterns against one or more sequence
databases.  Patterns can match with an arbitrary (but generally small)
number of mismatches and/or gaps given as arguments.  See the man page
for details.

To install into your home directory, simply call 'make install'.  You
can call 'make install prefix=dir' to install into 'dir' instead.  To
compile, a reasonable C++ compiler and the popt library are needed.