Entering edit mode
8.0 years ago
rmande
•
0
I have a multi-sample VCF and I would like to count the # of heterozygotes and # of homozygotes for each variant. Is there an easy way to do this?
I was thinking the easiest way would be to grep for 1/0 and 1/1, but I'm not sure if that's the correct way to do this.
Any suggestions and discussions could help me. Thanks!
Hi Pierre,
That would give me the # of hom and het variants per sample, no? I'm interested in seeing how many samples are homozygous or heterozygous for a given variant.
ah, let me change this !
now the output is:
Ok I will try that. Thanks!
A few questions.
When I try and run: make bioalcidae I get the following error Makefile:553: recipe for target 'api.ncbi.blast' failed make: * [api.ncbi.blast] Error 127
And do I need any specific Javascript libraries to run script.js?
why does it fail ? are you working behind a proxy ?
I don't believe I am.
show me what happends when you run
make api.ncbi.blast
$ make api.ncbi.blast
mkdir -p /home/rmande/jvarkit/src/main/generated-sources/java xjc -d /home/rmande/jvarkit/src/main/generated-sources/java -p gov.nih.nlm.ncbi.blast -dtd "https://www.ncbi.nlm.nih.gov/dtd/NCBI_BlastOutput.dtd" /bin/bash: xjc: command not found Makefile:553: recipe for target 'api.ncbi.blast' failed make: * [api.ncbi.blast] Error 127
https://github.com/lindenb/jvarkit/wiki/BioAlcidae#requirements--dependencies :