Hi. Thank for reading this I have a problem, when i used the next command from SnpSift software:
java -jar SnpSift.jar filter "( EFF[0].EFFECT = 'NON_SYNONYMOUS_CODING' )" -f my_original_file.vcf > NON_SYNONYMOUS_file.vcf -v
The program didn't filter it as I wish. because when I compared the two files, original and filtered, are exactly the same, even when I change the filter parameter NON_SYNYMOUS_CODING to SYNONYMOUS_CODING the output file is the same. if you know what I could do it would be great even I did it with others10 vcf files and I have the same problem. pd: my_original_file.vcf come from SnpEff
thanks