diff --git a/docs/tools/CheckAllelesVcfInBam.md b/docs/tools/CheckAllelesVcfInBam.md index 476f8a60c6df23b959a14af8323e11439940595f..f3b633d11e9b05da3f7e1434bc7c0f3114853ade 100644 --- a/docs/tools/CheckAllelesVcfInBam.md +++ b/docs/tools/CheckAllelesVcfInBam.md @@ -1,7 +1,7 @@ # CheckAllelesVcfInBam ## Introduction -This tool has been written to check the allele frequency in BAM files. +This tool has been written to check the allele frequency in BAM files. This is meant for comparison with the allele frequency reported at the VCF file ## Example To get the help menu: @@ -16,14 +16,15 @@ Usage: CheckAllelesVcfInBam [options] -v | --version Print version -I <file> | --inputFile <file> - + VCF file -o <file> | --outputFile <file> - + output VCF file name -s <value> | --sample <value> - + sample name -b <value> | --bam <value> - + bam file, from which the variants (VCF files) were called -m <value> | --min_mapping_quality <value> + minimum mapping quality score for a read to be taken into account ~~~ To run the tool: