Add flag to enable p-value calculation

This commit is contained in:
eugenefischer
2022-10-01 14:36:22 -05:00
parent 26f66fe139
commit cf103c5223

View File

@@ -48,6 +48,7 @@ import java.util.stream.Stream;
* minpercent : (optional) the minimum percent overlap to attempt a matching. * minpercent : (optional) the minimum percent overlap to attempt a matching.
* writefile : (optional) the filename to write results to * writefile : (optional) the filename to write results to
* output : the values to print to System.out for piping * output : the values to print to System.out for piping
* pv : (optional) calculate p-values
* *
*/ */
public class CommandLineInterface { public class CommandLineInterface {