skip to main content
Roche logo
3.5.12
After your Project has finished computing you can open it with the GUI to explore the results and alignments. As usual, the Variants Frequency Table on the main Variants Tab of the GUI can be manually exported by clicking on the “text file” button located next to it. The structure of this exported file is in the same two-dimensional geometry (Variants as the rows and Samples as the columns) as the table displayed in the GUI itself. Because of the two-dimensional structure, this format is not particularly amenable to high-throughput processing as one might want to do following a project Computation. The same information can also be generated in an automated fashion, and in a more useful linear form, using the “report variantHits” command from the CLI (see section 3.4.12.2 for the usage statement and output format). Although the GUI allows you to apply various filters to the data before exporting Sample-Variant data, the CLI currently only supports a bulk report of all the Variant statistics. You can generate the report in either tab-separated value (tsv) or comma-separated value (csv) formats. The report only includes Variants that are officially part of the Project, i.e. specifically defined Variants, or auto-detected Variants that were “loaded” using the “computation loadDetectedVariants” command (see section 3.5.11.3). If you have any unloaded automatically detected Variants, they will not be included in the output unless you use the “computation loadDetectedVariants” command prior to using “report variantHits.”