# HG changeset patch # User p.lucas # Date 1644486955 0 # Node ID 0f875edd8d9194b468c9de231f1352905f6bd78d # Parent 97f22e5a417dcaa047d4adfb75e08e87db4ea8ab Uploaded v2 diff -r 97f22e5a417d -r 0f875edd8d91 varscan_readcount.xml --- a/varscan_readcount.xml Thu Feb 10 08:19:19 2022 +0000 +++ b/varscan_readcount.xml Thu Feb 10 09:55:55 2022 +0000 @@ -1,31 +1,26 @@ - - To use varscan readcount tool - - varscan - - - - - - - - - - - - command: varscan readcounts --help - - Min coverage: 1 - Min base qual: 20 - 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) - + + To use varscan readcount tool + + varscan + + + + + + + + + + + + COMMAND: varscan readcounts --help + 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 (default: 1) + --min-base-qual Minimum base quality at a position to count a read (default: 20) + - -