Class BackgroundFrequencyCommand

java.lang.Object
org.monarchinitiative.lirical.background.BackgroundFrequencyCommand
All Implemented Interfaces:
Callable<Integer>

public class BackgroundFrequencyCommand extends Object implements Callable<Integer>
This command is used to generate the background frequency files. It is not needed to run LIRICAL on exome/genome data, but may be interesting for those who desire to use a population frequency data source other than gnomAD. The heavy lifting is done by GenicIntoleranceCalculator. To run the command enter
     java -jar LIRICAL.jar gt2git -e  -g 
 
Author:
Peter Robinson