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

SAUtils.dll custom database script failing #120

Open
GH-MStamboulian opened this issue Nov 7, 2023 · 1 comment
Open

SAUtils.dll custom database script failing #120

GH-MStamboulian opened this issue Nov 7, 2023 · 1 comment

Comments

@GH-MStamboulian
Copy link

Hi, Im getting this error when trying to make my own database using the SAUtils.dll file... there error is below, I dont even have any entry at chromosome3 position 10183802, why do I get this error?

ERROR: Conflicting entries for items at chr3:10183802 for alleles T >

@GH-MStamboulian
Copy link
Author

GH-MStamboulian commented Dec 15, 2023

okay so I encountered another case which im unable to resolve,

Im using SAUtills file customvar functionality and constructing a database from the latest dbsnp download and the following two entries are giving me conflicts with the code:

#title=Sirius_v1.2_dbsnp
#assembly=GRCh37
#matchVariantsBy=allele
#CHROM  POS     REF     ALT     dbsnp_id        gene
#categories     .       .       .       .       .
#descriptions   .       .       .       .       .
#type   .       .       .       string  string
chr1    27107263        T       TC      rs551176418, rs369896037
chr1    27107272        C       CC      rs3841356

can you please help me understand what the logic for your script is here? I believe the block of code thats throwing off the error is here:
https://github.com/Illumina/Nirvana/blob/main/SAUtils/DataStructures/SuppDataUtilities.cs#L69-L86C22

The code is somehow mapping these two loci to the same variant, eventhough I did left align and normalize the dbSNP VCF before feeding it as input.

@rajatshuvro @shulik7 @yujiang02

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