Skip to content

> 30,000 variants reported from trio-analysis with FPR 0.001? #386

@moldach

Description

@moldach

I'm seeing a very high number of reported variants from kevlar.
Even after restricting the max_fpr values to 0.001 I'm seeing > 30,000 variants?

config.json

{
    "ksize": 31,
    "recountmem": "950G",
    "numsplit": 16,
    "samples": {
        "casemin": 6,
        "ctrlmax": 1,
        "case": {
            "fastx": [
                "/tiered/mtgraovac/CombGene/CG00018/FASTQ/CG00018P_R1.fastq.gz",
                "/tiered/mtgraovac/CombGene/CG00018/FASTQ/CG00018P_R2.fastq.gz"
            ],
            "memory": "950G",
            "label": "Proband",
            "max_fpr": 0.001
        },
        "controls": [
            {
                "fastx": [
                    "/tiered/mtgraovac/CombGene/CG00018/FASTQ/CG00018M_R1.fastq.gz",
                    "/tiered/mtgraovac/CombGene/CG00018/FASTQ/CG00018M_R2.fastq.gz"
                ],
                "memory": "950G",
                "label": "Mother",
                "max_fpr": 0.001
            },
            {
                "fastx": [
                    "/tiered/mtgraovac/CombGene/CG00018/FASTQ/CG00018F_R1.fastq.gz",
                    "/tiered/mtgraovac/CombGene/CG00018/FASTQ/CG00018F_R2.fastq.gz"
                ],
                "memory": "950G",
                "label": "Father",
                "max_fpr": 0.001
            }
        ],
        "coverage": {
            "mean": 30.0,
            "stdev": 10.0
        }
    },
    "mask": {
        "fastx": [
            "/tiered/mtgraovac/indexes/GRCh37/Homo_sapiens.GRCh37.dna.toplevel.fa"
        ],
        "memory": "100G",
        "max_fpr": 0.005
    },
    "reference": {
        "fasta": "/tiered/mtgraovac/indexes/GRCh37/Homo_sapiens.GRCh37.dna.toplevel.fa",
        "memory": "100G",
        "max_fpr": 0.025
    },
    "localize": {
        "seedsize": 51,
        "delta": 50,
        "seqpattern": ".",
        "maxdiff": 10000
    },
    "varfilter": null
}

Counting lines in output

## snakemake submission
$ snakemake --snakefile Snakefile --configfile config.json --cores 32 --directory ./ -p calls

## counting lines in the vcf
$ bgzip -d calls.scored.sorted.vcf.gz
$ wc -l calls.scored.sorted.vcf 
31561 calls.scored.sorted.vcf

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions