Skip to content

Commit 2636859

Browse files
committed
Update user manual
1 parent 0a64c9c commit 2636859

28 files changed

+2407
-16530
lines changed
Binary file not shown.

installer/resources/core/RTGOperationsManual/_sources/administration.rst.txt

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,7 @@ Advanced installation configuration
66

77
RTG software can be shared by a group of users by installing on a
88
centrally available file directory or shared drive. Assignment of
9-
execution privileges can be determined by the administrator, independent
10-
of the software license file. For commercial users, the software license
11-
prepared by Real Time Genomics (``rtg-license.txt``) need only be included
12-
in the same directory as the executable (``RTG.jar``) and the run-time
13-
scripts (``rtg`` or ``rtg.bat``).
9+
execution privileges can be determined by the administrator.
1410

1511
During installation on Unix systems, a configuration file named
1612
``rtg.cfg`` is created in the installation directory. By editing this
@@ -138,15 +134,13 @@ Usage logging
138134
RTG has the ability to record simple command usage information for
139135
submission to Real Time Genomics. The first time RTG is run (typically
140136
during installation), the user will be asked whether to enable usage
141-
logging. This information may be required for customers with a
142-
pay-per-use license. Other customers may choose to send this information
137+
logging. Customers may choose to send this information
143138
to give Real Time Genomics feedback on which commands and features are
144139
commonly used or to locally log RTG command use for their own analysis.
145140

146141
A usage record contains the following fields:
147142

148143
- Time and date
149-
- License serial number
150144
- Unique ID for the run
151145
- Version of RTG software
152146
- RTG command name, without parameters (e.g. map)

installer/resources/core/RTGOperationsManual/_sources/appendix.rst.txt

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -323,6 +323,10 @@ for files from third party sources or RTG command output where the
323323

324324
.. include:: appendix_output_formats.inc.rst
325325

326+
.. only:: extra
327+
328+
.. include:: appendix/segment_output_formats.inc.rst
329+
326330
RTG JavaScript filtering API
327331
----------------------------
328332

@@ -507,7 +511,7 @@ present. This will add an ``FILTER`` declaration line to the header.
507511

508512
.. code-block:: javascript
509513
510-
ensureFilterHeader('##INFO=<ID=FAIL_VAL,' +
514+
ensureFilterHeader('##FILTER=<ID=FAIL_VAL,' +
511515
'Description="Failed validation">');
512516
513517
@@ -661,7 +665,7 @@ notice. While every effort has been made to make this guide as complete
661665
and accurate as possible as of the publication date, no warranty of
662666
fitness is implied.
663667

664-
© 2017 Real Time Genomics All rights reserved.
668+
© 2025 Real Time Genomics All rights reserved.
665669

666670
Illumina, Solexa, Complete Genomics, Ion Torrent, Roche, ABI, Life
667671
Technologies, and PacBio are registered trademarks and all other brands

installer/resources/core/RTGOperationsManual/_sources/overview.rst.txt

Lines changed: 3 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,8 @@ RTG software description
2929

3030
RTG software is delivered as a single executable with multiple commands
3131
executed through a command line interface (CLI). Commands are delivered
32-
in product packages, and for commercial users each command can be
33-
independently enabled through a license key.
32+
in product packages, and the available commands vary per product
33+
package.
3434

3535
Usage:
3636

@@ -115,10 +115,7 @@ Here are platform-specific instructions for RTG deployment.
115115
Linux/MacOS X:
116116

117117
- Unzip the RTG distribution to the desired location.
118-
- If your installation requires a license file (``rtg-license.txt``),
119-
copy the license file provided by Real Time Genomics into the RTG
120-
distribution directory.
121-
- In a terminal, cd to the installation directory and test for success
118+
- In a terminal, cd to the installation directory and test for success
122119
by entering ``./rtg version``
123120
- On MacOS X, depending on your operating system version and
124121
configuration regarding unsigned applications, you may encounter the
@@ -156,9 +153,6 @@ Linux/MacOS X:
156153
Windows:
157154

158155
- Unzip the RTG distribution to the desired location.
159-
- If your installation requires a license, copy the license file
160-
provided by Real Time Genomics (``rtg-license.txt``) into the RTG
161-
distribution directory.
162156
- Test for success by entering ``rtg version`` at the command line. The
163157
first time RTG is executed you will be prompted with some questions
164158
to customize your installation. Follow the prompts.
@@ -170,25 +164,6 @@ Windows:
170164
override this limit by setting the ``RTG_MEM`` variable in the
171165
``rtg.bat`` script or as an environment variable.
172166

173-
License Management
174-
~~~~~~~~~~~~~~~~~~
175-
176-
Commercial distributions of RTG products require the presence of a valid
177-
license key file for operation.
178-
179-
The license key file must be located in the same directory as the RTG
180-
executable. The license enables the execution of a particular command
181-
set for the purchased product(s) and features.
182-
183-
A license key allows flexible use of the RTG package on any node or CPU
184-
core.
185-
186-
To view the current license features at the command prompt, enter:
187-
188-
.. code-block:: text
189-
190-
$ rtg license
191-
192167
.. seealso:: For more data center deployment and instructions for
193168
editing scripts, see :ref:`Administration & capacity planning`.
194169

installer/resources/core/RTGOperationsManual/_sources/rtg_command_reference.rst.txt

Lines changed: 21 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,7 @@ RTG is installed as a single executable in any system subdirectory where
1515
permissions authorize a particular community of users to run the
1616
application. RTG commands are executed through the RTG command-line
1717
interface (CLI). Each command has its own set of parameters and options
18-
described in this section. The availability of each command may be
19-
determined by the RTG license that has been installed. Contact
20-
``[email protected]`` to discuss changing the set of commands
21-
that are enabled by your license.
18+
described in this section.
2219

2320
Results are organized in results directories defined by command
2421
parameters and settings. The command line shell environment should
@@ -134,16 +131,15 @@ launch of RTG product commands, options, and utilities:
134131
$ rtg version
135132
136133
It will display the version of the RTG software installed, RAM
137-
requirements, and license expiration, for example:
134+
requirements, for example:
138135

139136
.. code-block:: text
140137
141138
$rtg version
142139
Product: RTG Core 3.5
143140
Core Version: 6236f4e (2014-10-31)
144141
RAM: 40.0GB of 47.0GB RAM can be used by rtg (84%)
145-
License: Expires on 2015-09-30
146-
License location: /home/rtgcustomer/rtg/rtg-license.txt
142+
License: No license file required
147143
148144
149145
Patents / Patents pending:
@@ -163,14 +159,12 @@ requirements, and license expiration, for example:
163159
doi:10.1089/cmb.2014.0029.
164160
(c) Real Time Genomics Inc, 2014
165161
166-
To see what commands you are licensed to use, type ``rtg license``:
162+
To see release status of commands you are licensed to use, type ``rtg license``:
167163

168164
.. code-block:: text
169165
170166
$rtg license
171-
License: Expires on 2015-03-30
172-
Licensed to: John Doe
173-
License location: /home/rtgcustomer/rtg/rtg-license.txt
167+
License: No license file required
174168
175169
Command name Licensed? Release Level
176170
@@ -285,8 +279,7 @@ license, type ``rtg help``:
285279
license print license information for all commands
286280
help print this screen or help for specified command
287281
288-
The help command will only list the commands for which you have a
289-
license to use.
282+
The help command will only list the commands at GA or beta release level.
290283

291284
To display help and syntax information for a specific command from the
292285
command line, type the command and then the --help option, as in:
@@ -307,6 +300,21 @@ command line, type the command and then the --help option, as in:
307300

308301
.. include:: rtg_command_reference_mapish.inc.rst
309302

303+
.. only:: core or extra
304+
305+
.. include:: rtg_command_reference_variant_calling.inc.rst
306+
307+
.. only:: extra
308+
309+
.. include:: rtg_command_reference/segment.inc.rst
310+
.. include:: rtg_command_reference/cnvsummary.inc.rst
311+
.. include:: rtg_command_reference/cnvponbuild.inc.rst
312+
.. include:: rtg_command_reference/fusionfilter.inc.rst
313+
314+
.. only:: core or extra
315+
316+
.. include:: rtg_command_reference_metagenomics.inc.rst
317+
310318
.. include:: rtg_command_reference_simulation.inc.rst
311319

312320
.. include:: rtg_command_reference_utility.inc.rst

0 commit comments

Comments
 (0)