File: txt2mzml.sgml

package info (click to toggle)
libpwiz 3.0.18342-2
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 14,888 kB
  • sloc: cpp: 157,552; sh: 4,182; makefile: 317
file content (77 lines) | stat: -rw-r--r-- 2,082 bytes parent folder | download | duplicates (5)
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
<!DOCTYPE refentry PUBLIC "-//OASIS//DTD DocBook V4.1//EN">
<refentry>
  <refentryinfo>
    <date>05 december 2013</date>
  </refentryinfo>
  <refmeta>
    <refentrytitle>
      <application>TXT2MZML</application>
    </refentrytitle>
    <manvolnum>1</manvolnum>
    <refmiscinfo>txt2mzml</refmiscinfo>
  </refmeta>
  <refnamediv>
    <refname>
      <application>txt2mzml</application>
    </refname>
    <refpurpose>
      Read text spectrum data and write mzML.
    </refpurpose>
  </refnamediv>
  <refsynopsisdiv>
    <cmdsynopsis>
      <command>txt2mzml</command>
      <arg><option><replaceable class="parameter">input filename</replaceable></option></arg>
      <arg><option><replaceable class="parameter">output filename</replaceable></option></arg>
    </cmdsynopsis>
  </refsynopsisdiv>
  <refsect1>
    <title>DESCRIPTION</title>
    <para>
      This manual page documents briefly
      the <command>txt2mzml</command> software shipped within the
      <filename>libpwiz-tools</filename> package. This program allows
      one to read spectrum data as text from
      one <replaceable class="parameter">input filename</replaceable>
      and output these data as mzML to
      another <replaceable class="parameter">output
      filename</replaceable>.
    </para>
  </refsect1>

  <refsect1>
    <title>AUTHOR</title>
    <para>
      <author>
	<firstname>Filippo</firstname>
	<surname>Rusconi &lt;lopippo@debian.org&gt;</surname>
	<authorblurb>
	  <para>
	    This manual page was written by Filippo Rusconi
	    &lt;lopippo@debian.org&gt; (initial writing 05 december
	    2013). Permission is granted to copy, distribute and/or
	    modify this document under the terms of the GNU General
	    Public License, Version 3, published by the Free Software
	    Foundation.
	  </para>
	  
	  <para>
	    On a Debian system the complete text of the GNU General
	    Public License version 3 can be found in the file
	    `<filename>/usr/share/common-licenses/GPL\-3</filename>'.
	  </para>

	</authorblurb>
      </author>
    </para>
  </refsect1>
</refentry>