-
Notifications
You must be signed in to change notification settings - Fork 72
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
Custom barcode demultiplexing forward-reverse primer combination #1253
Comments
Hi @HannahBenisty, I'm assuming you're referring to the flanking regions of your barcodes when you say 'primer' in your question but please correct me if I'm wrong here. The documentation on custom barcode configurations describes how you can define a barcoding configuration where the front and rear flanking regions are different. The sequences file is a just a fasta file as described on the same page. Best regards, |
Hi Rich, Thanks a lot for the fast reply. Flanking regions of my barcodes are different for the flank 1 and flank 2, as well as the barcodes in the front and the rear. Where do we indicate to which samples correspond each barcode combination? Thanks! |
In the sample sheet. |
Hi, I managed to demultiplexed the reads, however when I use the sample_sheet all reads end up unclassified. Could you please help me with this?
arrangement file
sample-sheet file
sequences file
|
Hi @HannahBenisty, I think there are a few issues here. The barcode name in the sample sheet should be the complete name
We don't support the ambiguity codes that you've used in the mask definitions
Which dorado version are you using? I don't recognise these fields in
Best regards, |
Hi Rich, Thanks a lot! Just changing the sample sheet as you indicate worked correctly. Sorry about the scoring part of the arrangement file, this was added by mistake. Regarding the mask definitions, do you have any recommendation to be specified in the arrangement file or should I keep it as it is? Best, |
I'm pleased to hear you're getting better results now - thanks for letting us know! Regarding the IUPAC ambiguity codes in the masks - You might see better results if the codes were replaced by choosing one of the options but this is dependent on which permutations you have etc. If you have an even distribution of all permutations then leaving them as mis-matches is probably the best approach. However, if for example, you have only have 2 permutations for I've started the discussion internally to see if we could support ambiguity codes in a future version of Dorado. Best regards, |
Thanks! Regarding the barcodes, is there a maximum of barcodes? It looks like demultiplexing works with low amount of barcodes eg. 10, but if I increase (eg. 99) then all reads are unclassified. Best, |
Hi,
I have a custom barcode setup, where the forward and reverse primers are different from each other in each read. I haven’t been able to find information on how to format the sequence file for this type of arrangement. Could you provide guidance on how to properly prepare the file in this case?
Thank you!
Hannah
The text was updated successfully, but these errors were encountered: