You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the issue
I got very similar even same results(.html) after running snpeff with several population vcf files which are seperated from a total vcf file.
Output:
i'm not sure whether you can see these pics, but they(html files) are totally same.
And this is the seperation command: bcftools view --threads 64 -S sample.list --force-samples merged.indel.vcf.gz | bgzip > temp1.snp.vcf.gz
Expected behavior
So, I need you tell me what to do to get real annotation of different samples.
The text was updated successfully, but these errors were encountered:
Describe the issue
I got very similar even same results(.html) after running snpeff with several population vcf files which are seperated from a total vcf file.
To Reproduce
java -jar snpEff.jar build -gff3 -v genome.ver.2.0.0 -config ~/softwares/snpEff-5.1/snpEff.config
java -Xmx8g -Dsnpeff.parallel.threads=64 -jar snpEff.jar -v -canon genome.ver.2.0.0 -stats temp1.indel.html temp1.indel.vcf.gz | bgzip > anno_temp1.indel.vcf.gz
i'm not sure whether you can see these pics, but they(html files) are totally same.
And this is the seperation command:
bcftools view --threads 64 -S sample.list --force-samples merged.indel.vcf.gz | bgzip > temp1.snp.vcf.gz
Expected behavior
So, I need you tell me what to do to get real annotation of different samples.
The text was updated successfully, but these errors were encountered: