Hello,
I am trying to restrict VCF variants using a gene list (text file) with the set function in SnpSift.
After annotating with ANOVAR and running through SnpEff for effect prediction we have been able to set the resulting vcf file against a text file “gene of interest list” using SnpSift. We used the command:
sample.vcf | java -Xmx4G -jar SnpSift.jar filter --set gene_of_interest_list.txt “ANN[0].GENE in SET[0]” > sample_set.vcf
I would like to be able to do this in Galaxy. In the tool for “SnpSift filter” there is no option to upload a text file to set a gene list against the vcf file.
How can I set a vcf file against a specific gene list in Galaxy?
Thanks for your help.