REViewer: Repeat Expansion Viewer

REViewer is a tool for visualizing alignments of reads in regions containing tandem repeats. REViewer requires a BAMlet with graph-realigned reads generated by ExpansionHunter and the corresponding variant catalog.

References:

Documentation
Important Notes

Interactive job
Interactive jobs should be used for debugging, graphics, or applications that cannot be run as batch jobs.

Allocate an interactive session and run the program. Sample session:

[user@biowulf]$ sinteractive --mem=10g -n 4
[user@cn3316 ~]$ module load REViewer
[+] Loading REViewer  0.2.7
[user@cn3316 ~]$ REViewer
Program options:
  --help                                Print help message
  --version                             Print version number
  --reads arg                           BAMlet generated by ExpansionHunter
  --vcf arg                             VCF file generated by ExpansionHunter
  --reference arg                       FASTA file with reference genome
  --catalog arg                         Variant catalog
  --locus arg                           Locus to analyze (or a list of
                                        comma-separated loci)
  --region-extension-length arg (=1000) Length of flanking region (must match
                                        corresponding ExpansionHunter setting)
  --output-prefix arg                   Prefix for the output files


End the interactive session:
[user@cn3316 ~]$ exit
salloc.exe: Relinquishing job allocation 46116226
[user@biowulf ~]$