File: jvm_options.sgml

package info (click to toggle)
artemis 16.0.0%2Bdfsg-4~bpo8%2B1
  • links: PTS, VCS
  • area: main
  • in suites: jessie-backports
  • size: 17,092 kB
  • sloc: java: 129,622; sh: 3,225; xml: 2,074; makefile: 185; perl: 83; sql: 47
file content (132 lines) | stat: -rw-r--r-- 4,497 bytes parent folder | download
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
    <SECT2 ID="JVMOPTS-MEM">
      <TITLE><LITERAL>-Xmsn -Xmxn</LITERAL></TITLE>
      <PARA>
Use <LITERAL>-Xmsn</LITERAL> to specify the initial size, in bytes, of the
memory allocation pool. This value must be a multiple of 1024 greater than
1MB. Append the letter k or K to indicate kilobytes, or m or M to indicate
megabytes.
      </PARA>
      <PARA>
Use <LITERAL>-Xmxn</LITERAL> to specify the maximum size, in bytes, of the
memory allocation pool. This value must a multiple of 1024 greater than
2MB. Append the letter k or K to indicate kilobytes, or m or M to indicate
megabytes.
      </PARA>
    </SECT2>

    <SECT2 ID="BB-MODE">
       <TITLE><LITERAL>-Dblack_belt_mode=false</LITERAL></TITLE>
      <PARA>
If this is set to false then warning messages are kept to a minimum.
      </PARA>
    </SECT2>

    <SECT2 ID="JVM-OFFSET">
       <TITLE><LITERAL>-Doffset=10000</LITERAL></TITLE>
      <PARA>
This sets the base position that &prog; opens at, e.g. 10000.
      </PARA>
    </SECT2>

    <SECT2 ID="JVM-USERPLOT">
       <TITLE><LITERAL>-Duserplot=pathToFile</LITERAL></TITLE>
      <PARA>
This can be used to open userplots from the command line. The paths are comma
separated to open multiple plots (-Duserplot='/pathToFile/userPlot1,/pathToFile/userPlot2').
      </PARA>

<![ %act-only; [
      <PARA>
In ACT numbers are used to associate the file with a particular sequence. For example to add a
userplot to the second sequence:
</PARA>
<PARA><COMMAND>act -Duserplot2=/pathToFile/userPlot</COMMAND></PARA>

]]>
    </SECT2>

    <SECT2 ID="JVM-LOGUSERPLOT">
       <TITLE><LITERAL>-Dloguserplot=pathToFile</LITERAL></TITLE>
      <PARA>
This is the same as the above userplot option except that the log transform of the data is plotted.
      </PARA>
    </SECT2>


<![ %artemis-only; [ 
    <SECT2 ID="JVM-NG">
       <TITLE><LITERAL>-Dbam=pathToFile</LITERAL></TITLE>
      <PARA>
This can be used to open BAM files and/or VCF/BCF files (see <XREF LINKEND="FILEMENU-READ-BAM"> for more about the
using these file types). This can take a path name to a file or an HTTP address.
      </PARA>
    </SECT2>

    <SECT2 ID="JVM-NG2">
       <TITLE><LITERAL>-Dbam1=pathToFile1 -Dbam2=pathToFile2</LITERAL></TITLE>
      <PARA>
The following will open BAM files in separate panels (using -Dbam[1,2,3...]):
      </PARA>
      <PARA>
<COMMAND>art -Dbam1=fileA.bam -Dbam2=fileB.bam</COMMAND>
      </PARA>
    </SECT2>

    <SECT2 ID="JVM-NG3">
       <TITLE><LITERAL>-DbamClone=n</LITERAL></TITLE>
      <PARA>
Multiple BAM panels can be opened using the bamClone flag this is used with the -Dbam flag:
      </PARA>
      <PARA>
<COMMAND>art -Dbam='/pathToFile/file1.bam,/pathToFile/file2.bam' -DbamClone=n</COMMAND>
      </PARA>
      <PARA>
(where n is an integer greater than 1). All BAM files are then shown in	each panel.
      </PARA>
    </SECT2>
]]>

<![ %act-only; [
    <SECT2 ID="JVM-NG2">
       <TITLE><LITERAL>-Dbam1=pathToFile1 -Dbam2=pathToFile2</LITERAL></TITLE>
      <PARA>
This can be used to open BAM files and/or VCF/BCF files (see <XREF LINKEND="FILEMENU-READ-BAM"> for more about the
using these file types). This can take a path name to a file or an HTTP address.
Numbers are used to associate the file with a particular sequence. For example to add a BAM to the 
first (top) sequence in ACT:
</PARA>
<PARA><COMMAND>act -Dbam1=/pathToFile/file.bam </COMMAND></PARA>
    </SECT2>
]]>

    <SECT2 ID="JVM-CHADO">
       <TITLE><LITERAL>-Dchado="hostname:port/database?username"</LITERAL></TITLE>
      <PARA>
This is used to get &prog; to look for the database. The address of the database
(hostname, port and name) can be conveniently included
(e.g. -Dchado="genedb-db.sanger.ac.uk:5432/snapshot?genedb_ro") and
these details are then the default database address in the popup login window. 
      </PARA>
    </SECT2>

    <SECT2 ID="JVM-CHADO-READONLY">
       <TITLE><LITERAL>-Dread_only</LITERAL></TITLE>
      <PARA>
For a read only chado connection -Dread_only is specified on the command line
(e.g. art -Dchado="genedb-db.sanger.ac.uk:5432/snapshot?genedb_ro" -Dread_only).
      </PARA>
    </SECT2>

    <SECT2 ID="JVM-FWD-LINES">
       <TITLE><LITERAL>-Dshow_forward_lines=false</LITERAL></TITLE>
      <PARA>
Hide/show forward frame lines.
      </PARA>
    </SECT2>

    <SECT2 ID="JVM-BWD-LINES">
       <TITLE><LITERAL>-Dshow_reverse_lines=false</LITERAL></TITLE>
      <PARA>
Hide/show reverse frame lines.
      </PARA>
    </SECT2>