-
Notifications
You must be signed in to change notification settings - Fork 267
plot-vcfstats merge error #1040
Copy link
Copy link
Closed
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.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels