File: pc-compare.1.xml

package info (click to toggle)
probcons 1.12-15
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 664 kB
  • sloc: cpp: 7,263; xml: 567; makefile: 114; sh: 21
file content (121 lines) | stat: -rw-r--r-- 4,304 bytes parent folder | download | duplicates (7)
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
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
<?xml version='1.0' encoding='ISO-8859-1'?>
<?xml-stylesheet type="text/xsl"
        href="http://docbook.sourceforge.net/release/xsl/current/manpages/docbook.xsl"?>
<!DOCTYPE refentry PUBLIC "-//OASIS//DTD DocBook XML V4.2//EN"
"/usr/share/xml/docbook/schema/dtd/4.4/docbookx.dtd" [

  <!ENTITY dhfirstname "Charles">
  <!ENTITY dhsurname   "Plessy">
  <!ENTITY dhusername  "&dhfirstname; &dhsurname;">
  <!ENTITY dhdate      "2007-04-04">
  <!ENTITY dhsection   "1">
  <!ENTITY dhemail     "charles-debian-nospam@plessy.org">
  <!ENTITY dhucpackage "PC-COMPARE">
  <!ENTITY dhpackage   "pc-compare">
  <!ENTITY dhrelease   "1.12">
  <!ENTITY dhproduct   "&dhpackage;">
  <!ENTITY dhtitle     "Probcons Manual">
  <!ENTITY debian      "<productname>Debian</productname>">
  <!ENTITY gnu         "<acronym>GNU</acronym>">
  <!ENTITY gpl         "&gnu; <acronym>GPL</acronym>">
]>

<refentry>
  <refentryinfo>
    <title>&dhtitle;</title>
    <productname>&dhpackage;</productname>
    <releaseinfo role="version">&dhrelease;</releaseinfo>
    <date>&dhdate;</date>
    <authorgroup>
      <author>
        <firstname>Chuong</firstname>
        <surname>Do</surname>
        <contrib>Wrote probcons in collaboration with Michael Brudno in the research group of Serafim Batzoglou, Department of Computer Science, Stanford University.</contrib>
        <address>
          <email>chuongdo@cs.stanford.edu</email>
        </address>
      </author>
      <author>
        <firstname>&dhfirstname;</firstname>
        <surname>&dhsurname;</surname>
        <contrib>Wrote this manpage in DocBook XML for the Debian distribution.</contrib>
        <address>
          <email>&dhemail;</email>
        </address>
      </author>
    </authorgroup>
    <!--<copyright>
            <year>2004</year>
            <year>2005</year>
            <year>2006</year>
            <year>2007</year>
            <holder>Chuong Do</holder>
    </copyright>
    <copyright>
            <year>2006</year>
            <year>2007</year>
            <holder>&dhusername;</holder>
    </copyright>--><!-- Public domain: no copyright -->
    <legalnotice>
      <para>This program and its manpage are in the public domain.</para>
    </legalnotice>
  </refentryinfo>

  <refmeta>
    <refentrytitle>&dhucpackage;</refentrytitle>
    <manvolnum>&dhsection;</manvolnum>
  </refmeta>

  <refnamediv>
    <refname>&dhpackage;</refname>

    <refpurpose>Program for scoring alignments
         according to a reference alignment with respect to
         sum-of-pairs and column scores.</refpurpose>
  </refnamediv>
  <refsynopsisdiv>
    <cmdsynopsis>
      <command>&dhpackage;</command>
      <arg><replaceable>TEST_ALIGNMENT</replaceable></arg>
      <arg><replaceable>REFERENCE_ALIGNMENT</replaceable></arg>
      <arg choice="opt"><replaceable>BALIBASE_ANNOT_FILE</replaceable></arg>
      <arg choice="opt"><option>-col</option></arg>
      <arg choice="opt"><option>-core</option></arg>
      <arg choice="opt"><option>-caps</option></arg>
      <arg choice="opt">
        <option>-annot <replaceable>FILENAME</replaceable></option>
      </arg>
    </cmdsynopsis>
  </refsynopsisdiv>
    <refsect1>
      <title>NOTE</title>
      <para>&dhpackage; is named <filename>compare</filename> in the original sources, but has been remamed to avoid collision with other program names.</para>
    </refsect1>
	      
  <refsect1>
    <title>SEE ALSO</title>
    <para>
      <citerefentry>
        <refentrytitle>pc-makegnufile</refentrytitle>
        <manvolnum>1</manvolnum>
      </citerefentry>,
      <citerefentry>
        <refentrytitle>pc-project</refentrytitle>
        <manvolnum>1</manvolnum>
      </citerefentry>,from the probcons-extra package, and
      <citerefentry>
        <refentrytitle>probcons</refentrytitle>
        <manvolnum>1</manvolnum>
      </citerefentry> and 
      <citerefentry>
        <refentrytitle>probcons-RNA</refentrytitle>
        <manvolnum>1</manvolnum>
      </citerefentry> from the probcons package.</para>
  </refsect1>

  <refsect1>
    <title>REFERENCE</title>
    <para>Please cite  Do, C.B., Mahabhashyam, M.S.P., Brudno, M., and Batzoglou, S. 2005. PROBCONS: Probabilistic Consistency-based Multiple Sequence Alignment. Genome Research 15: 330-340.</para>
  </refsect1>

</refentry>