Mercurial > repos > p.lucas > varscan_readcount
comparison varscan_readcount.xml @ 12:0179feb477d7 draft default tip
Uploaded
author | p.lucas |
---|---|
date | Thu, 10 Feb 2022 12:46:44 +0000 |
parents | cad99097cdc2 |
children |
comparison
equal
deleted
inserted
replaced
11:cad99097cdc2 | 12:0179feb477d7 |
---|---|
14 <outputs> | 14 <outputs> |
15 <data name="output" format="vcf"/> | 15 <data name="output" format="vcf"/> |
16 </outputs> | 16 </outputs> |
17 <help> | 17 <help> |
18 USAGE: java -jar VarScan.jar readcounts pileup_file OPTIONS | 18 USAGE: java -jar VarScan.jar readcounts pileup_file OPTIONS |
19 | |
19 OPTIONS: | 20 OPTIONS: |
21 | |
20 --output-file Output file to contain the readcounts | 22 --output-file Output file to contain the readcounts |
23 | |
21 --min-coverage Minimum read depth at a position to make a call (default: 1) | 24 --min-coverage Minimum read depth at a position to make a call (default: 1) |
25 | |
22 --min-base-qual Minimum base quality at a position to count a read (default: 20) | 26 --min-base-qual Minimum base quality at a position to count a read (default: 20) |
27 | |
23 </help> | 28 </help> |
24 </tool> | 29 </tool> |