I have a single multisample (48 samples) sample VCF file generated by GATK joint genotyping. I have further filtered by site level quality and such. Of these 48 samples, 24 samples are control and 24 samples are treatment. I am not so much interested between my samples vs reference. I am interested in variants that differ between my control and treated samples. How do I go about doing this? What is the workflow? What tools should I use?
So, in my case, I just need to replace S1, S2 etc with my sample aliases? Can I source them as a list of sample aliases in a text file?
Downloaded, compiled and ran this:
java -jar vcffilterjdk.jar --help
I have checked if I have JAVA in my path
echo ${PATH}
/sw/comp/java/x86_64/sun_jdk1.8.0_92/bin
hum what is the output of
please
Checked all dependencies.
this is really strange... did you move the jar file ?
nope.
Deleted all and reinstalled again. It works this time.