File: seq_unix_download.xml

package info (click to toggle)
ncbi-tools6 6.1.20120620-8
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 241,628 kB
  • ctags: 101,236
  • sloc: ansic: 1,431,713; cpp: 6,248; pascal: 3,949; xml: 3,390; sh: 3,090; perl: 1,077; csh: 488; makefile: 449; ruby: 93; lisp: 81
file content (160 lines) | stat: -rw-r--r-- 6,405 bytes parent folder | download | duplicates (12)
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
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
<?xml version="1.0" encoding='iso-8859-1'?>
<doc>

   <title>
     Instructions for Linux and UNIX
  </title>

  <contents>

    <h4 class="c8">System Requirements</h4>
    <p>
    
    The current version of
    Sequin works with the following UNIX variants:
    </p>

    <ul>
      <li>Solaris/Sparc</li>
      <li>Solaris/Intel</li>
      <li>Linux</li>
      <li>SGI Irix5.X</li>
      <li>SGI Irix6.2 and higher</li>
      <li>DEC Alpha OSF1/Digital Unix</li>
      </ul>
      
      <h4 class="c8">Downloading Sequin</h4>
      
      A single executable program works for all supported
      Windows platforms.
      <ol>
        <li class="c10">Create an installation directory for
        sequin using the UNIX command <span class=
        "c9">mkdir</span>, or using your graphical file
        manager.</li>
        <li class="c10">Clicking on the link corresponding to
        your version of UNIX, and the type of compression you
        prefer. See <a href="#Notes">Notes</a> below for help
        in choosing compression type.

        <table border="0" class="c13" cellpadding="4"
               cellspacing="2">
          <tbody>
            <tr>
              <td class="c11" rowspan="1" colspan="1">
              Linux</td>
              <td class="c12" rowspan="1" colspan="1">
                <a href="ftp://ftp.ncbi.nih.gov/sequin/CURRENT/sequin.linux.tar.Z">
                  sequin.linux.tar.Z</a><br />
                  <a href=
                     "ftp://ftp.ncbi.nih.gov/sequin/CURRENT/sequin.linux.tar.gz">
              sequin.linux.tar.gz</a></td>
            </tr>
            <tr>
              <td class="c11" rowspan="1" colspan="1">SGI
              Irix<br /></td>
              <td class="c12" rowspan="1" colspan="1">
                <a href="ftp://ftp.ncbi.nih.gov/sequin/CURRENT/sequin.sgi.tar.Z">
                  sequin.sgi.tar.Z</a><br />
                  <a href=
                     "ftp://ftp.ncbi.nih.gov/sequin/CURRENT/sequin.sgi.tar.gz">
              sequin.sgi.tar.gz</a></td>
            </tr>
            <tr>
              <td class="c11" rowspan="1" colspan="1">
              Solaris/Sparc<br /></td>
              <td class="c12" rowspan="1" colspan="1">
                <a href="ftp://ftp.ncbi.nih.gov/sequin/CURRENT/sequin.solaris.tar.Z">
                  sequin.solaris.tar.Z</a><br />
                  <a href=
                     "ftp://ftp.ncbi.nih.gov/sequin/CURRENT/sequin.solaris.tar.gz">
              sequin.solaris.tar.gz</a></td>
            </tr>
            <tr>
              <td class="c11" rowspan="1" colspan="1">
              Solaris/Intel<br /></td>
              <td class="c12" rowspan="1" colspan="1">
                <a href="ftp://ftp.ncbi.nih.gov/sequin/CURRENT/sequin.solarisintel.tar.Z">
                  sequin.solarisintel.tar.Z</a><br />
                  <a href=
                     "ftp://ftp.ncbi.nih.gov/sequin/CURRENT/sequin.solarisintel.tar.gz">
              sequin.solarisintel.tar.gz</a></td>
            </tr>
          </tbody>
        </table>
        </li>
        <li class="c10">Your Web browser may show a dialog box
        asking if you want to run the program, or save it to
        disk. Choose <span class="c1"><span class=
        "c2">S</span>ave to disk...</span> and save the file to
        your installation directory.</li>
        <li class="c10">If your Web browser can't download the
        file for some reason, see <a href=
        "seq_trouble.html">Troubleshooting</a>. If the browser
        automatically downloads the file without asking for a
        directory to save to, find the downloaded file and move
        it to the installation directory.</li>
      </ol>
      
      <h4 class="c8">Installing Sequin</h4>
      <p>
      Follow these instructions to install Sequin on
      UNIX:
      </p>
      <ol>
        <li class="c10">Create an installation directory for
        the program; for example, <span class="c9">C:\Program
        Files\Sequin</span>. This directory may be anywhere on
        any hard drive in your system.</li>
        <li class="c10">In the installation directory,
        type:<br />
        <strong><code>      uncompress
        sequin.*.tar.Z</code></strong><br />
        or:<br />
        <strong><code>      gzip -d
        sequin.*.tar.gz</code></strong><br />
        depending on which file you downloaded.<br /></li>
        <li class="c10">Type<span class="c9"><span class=
        "c1">:</span></span><br />
        <strong><code>tar xvf
        sequin.*.tar</code></strong><br />
        This command will create a number of files and
        directories within the installation directory. </li>
        <li class="c10">Run an X window manager, if one is not
        already running. Note that your system must be
        configured for the appropriate version of the X Window
        System (X11R4 or X11R5).</li>
        <li class="c10">Start <code>sequin</code> by clicking
        the sequin icon ion the installation
        directory.<br /></li>
        </ol><br />
        
        <h4 class="c8"><a name="Notes" id="Notes"></a>Notes</h4>
        
        <!--  left column   -->
        <!-- extra column to force things over the gif border -->
        <ul>
          <li class="exdent">
            <span class="c3">Choosing a compression type</span>.
            The standard UNIX file compression program
            <span class="c9">compress</span> squeezes a file to
            make it smaller, and indicates that the file is
            compressed by adding a <span class="c9">.Z</span>
            suffix to the filename. The <span class=
            "c9">uncompress</span> program unsqueezes the file
            and removes the .Z suffix. Downloading and
            uncompressing a "<span class="c9">.Z</span> file"
            should work on any UNIX or Linux system. If your UNIX
            or Linux system has the program gzip, you can
            download the .gz version of sequin instead of the .Z
            version. A <span class="c9">.gz</span> file is
            smaller than an equivalent <span class="c9">.Z</span>
            file, so it downloads more quickly. Uncompress (or
            "unzip") a .gz file using the command:<br />
            <span class="c14">gzip -d file.gz</span>
          </li>
        </ul>
    </contents>
  <css>seq_unix_download.css</css>
</doc>