Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
violethaze74
Artemis
Commits
1899493e
Commit
1899493e
authored
Feb 07, 2013
by
tcarver
Browse files
add bam clone options
parent
b26b6415
Changes
1
Hide whitespace changes
Inline
Side-by-side
docs/jvm_options.sgml
View file @
1899493e
...
...
@@ -52,6 +52,29 @@ 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>
<SECT2 ID="JVM-CHADO">
<TITLE><LITERAL>-Dchado="hostname:port/database?username"</LITERAL></TITLE>
<PARA>
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment