# HG changeset patch # User p.lucas # Date 1644481159 0 # Node ID 97f22e5a417dcaa047d4adfb75e08e87db4ea8ab # Parent f4f1a63fed38bed0fe59c2c1bc16158ff1b80718 change [ to ( in help diff -r f4f1a63fed38 -r 97f22e5a417d varscan_readcount.xml --- a/varscan_readcount.xml Thu Feb 10 08:13:56 2022 +0000 +++ b/varscan_readcount.xml Thu Feb 10 08:19:19 2022 +0000 @@ -1,37 +1,30 @@ To use varscan readcount tool - varscan - - - - - command: varscan readcounts --help Min coverage: 1 Min base qual: 20 - USAGE: java -jar VarScan.jar readcounts [pileup] OPTIONS + USAGE: java -jar VarScan.jar readcounts pileup_file OPTIONS OPTIONS: --variants-file A list of variants at which to report readcounts --output-file Output file to contain the readcounts - --min-coverage Minimum read depth at a position to make a call [1] - --min-base-qual Minimum base quality at a position to count a read [20] - + --min-coverage Minimum read depth at a position to make a call (1) + --min-base-qual Minimum base quality at a position to count a read (20)