File: control

package info (click to toggle)
fsm-lite 1.0-2
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 192 kB
  • ctags: 68
  • sloc: cpp: 563; makefile: 37
file content (20 lines) | stat: -rw-r--r-- 780 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
Source: fsm-lite
Maintainer: Debian Med Packaging Team <debian-med-packaging@lists.alioth.debian.org>
Uploaders: Andreas Tille <tille@debian.org>
Section: science
Priority: optional
Build-Depends: debhelper (>= 9),
               libsdsl-dev
Standards-Version: 3.9.8
Vcs-Browser: https://anonscm.debian.org/cgit/debian-med/fsm-lite.git
Vcs-Git: https://anonscm.debian.org/git/debian-med/fsm-lite.git
Homepage: https://github.com/nvalimak/fsm-lite

Package: fsm-lite
Architecture: any
Depends: ${shlibs:Depends},
         ${misc:Depends}
Description: frequency-based string mining (lite)
 A singe-core implementation of frequency-based substring mining used in
 bioinformatics to extract substrings that discriminate two (or more)
 datasets inside high-throughput sequencing data.