Skip to content

plot-vcfstats merge error #1040

@LaboratoryOfNeurogenetics

Description

I am trying to merge two vcfstats files so that I can generate multi-sample plots, but am getting an error "Whoops, no such dst sample: B1-36490". My code is as follows:
bcftools stats B1-36489_S1.genome.vcf.gz -s- >test2.txt;
bcftools stats B1-36490_S1.genome.vcf.gz -s- >test4.txt;
plot-vcfstats test2.txt --merge test4.txt

Any help would be appreciated.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions