File: architecture.html

package info (click to toggle)
seqtools 4.44.1%2Bdfsg-7
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 28,492 kB
  • sloc: cpp: 53,636; sh: 12,232; makefile: 386
file content (23 lines) | stat: -rw-r--r-- 761 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
<head>
  <title>SeqTools - Architecture</title>
</head>


<body>
<div class="outer">
  <h1>Architecture</h1>
  <p>
    The SeqTools package consists of the following modules:<br />
    <div class="subsection">
      <p>
        <a href="modules/blixemApp.html">blixemApp</a>: blixem and blixemh application code<br />
        <a href="modules/dotterApp.html">dotterApp</a>: dotter application code<br />
        <a href="modules/belvuApp.html">belvuApp</a>: belvu application code<br />
        <a href="modules/seqtoolsUtils.html">seqtoolsUtils</a>: generic utilities<br />
        <a href="modules/libpfetch.html">libpfetch</a>: utilities for fetching over http (only required for blixemh: requires libcurl)<br />
      </p>
    </div>
  </p>

</div>
</body>