Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

"SnpSift.jar annotate -id" and "SnpSift.jar annotate" have the same results #72

Open
jiriny opened this issue Jun 2, 2022 · 0 comments

Comments

@jiriny
Copy link

jiriny commented Jun 2, 2022

I used these two commands to annotate my vcf file (VarDict) with information from dbSNP and from clinvar. With dbSNP, resulting file contained SNP information in both ID and INFO columns. Using clinvar I got annotation only in ID column, no information from clinvar.vcf was transferred to INFO column. In both cases "SnpSift.jar annotate -id" and "SnpSift.jar annotate" had the same results. Results, therefore, depended on file used to annotate and did not depended on the command used. My commands:
java -jar /data/home/"$USER"/snpEff/SnpSift.jar annotate -id /data/amplicon_ref/GCF_000001405.39_P_Genes.vcf.gz MH2021102901.CDS.vcf > MH2021102901.CDS.Sift.SNP.vcf
java -jar /data/home/"$USER"/snpEff/SnpSift.jar annotate -id clinvar_20220528.vcf MH2021102901.CDS.vcf > MH2021102901.CDS.Sift.clin.vcf
and two other commands that omitted "-id"
Both dbSNP and clinvar input files were modified to contain the same type of names (chr1, chr2, ...) for chromosomes to match my VarDict vcf file. In dbSNP file I kept only SNPs located in regions where mutations were called by VarDict.
Thank you, Jiri

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant