Command line options
Revision as of 19:38, 18 November 2013 by 69.173.108.246 (talk) (Created page with "== Available options == Options for use on the command line or with website integration. {| | --file <file> | Load this file first, all other files will be loaded conc...")
Available options
Options for use on the command line or with website integration.
| --file <file> | Load this file first, all other files will be loaded concurrently after this files has finished |
| --url <url> | Load the data from this url first. After this has finished, all other files will be loaded concurrently |
| --session <url or file > | Load the session from this URL or file. This parameter will override all others. |
| --config <file or url> | Load extra configuration options from this file or URL. This configuration will override default and user configuration. See <a href="/content/configuration">configuration</a> for more details. |
| --position <position> | Zoom to the supplied position on start-up. You need to use this in conjunction with the --url or --file option. First that file or url will be loaded and then GenomeView will zoom to the supplied position. The position is in the format <entry>:<start position>:<end position> The entry part can be omitted in which case it becomes <start position>:<end position>
|
| remaining arguments | Load all remaining files and URLs specified on the command line |