Hi,
I am trying to extract GBS tags from a v2 pipeline run.
I have tried the GetTagSequenceFromDBPlugin, but it returned all tags with no identifying information. I would also like the alleleid, snpid, position and chromosome number so that I can merge these with the SNPs we are using in some analysis.
I also tried using SQLite to access the sequences directly from the GBS.db, but it seems like they are encrypted and converted into blob format. I've gotten them out of blob format, but still not human readable.
Would it be possible to access the source code to GetTagSequenceFromDBPlugin to see how to convert this data into DNA sequence? Is there another way to access tags with other identifying information?
Thanks for your help,
Sarah