I have 389 individuals across 5 different libraries, which were sent to a sequencing facility to be pooled there and then sequenced in one lane of a NovaSeq S4 run. Here is what my raw data files look like (specific IDs will be obfuscated in the following bits of data and code in <> format):
So there we have it - it's pairing individual barcodes with the i5 Illumina index, then it subsequently isn't able to match them to any of the individual samples that it already correctly identified using the individual and library barcodes (because I do still end up with 389 demultiplexed individuals in my output files - they're just all lower in read count because of the above issue).
That should cover all of my immediate bases here. I have already tried many of the other index flags - most of which kick my script immediately - and I also tried a different barcode file wherein I appended "+AGATCT" to every library barcode to see if it would pull them based on that, and that also failed as it couldn't be properly recognized by process_radtags.
So, I'm not sure what to try next. How do I get it to properly ignore that AGATCT barcode without having to permanently edit my raw files? I have been trying to fix this for weeks! :(
Happy to provide any other info where needed! Thanks in advance!
Hi Liz,
If I understand your setup, you have three barcodes: two index and an inline. If that is correct, you should be able to run process_radtags in two rounds, first with --index-index and specifying the two 6bp index barcodes, just demultiplexing the files, no quality checks and no rad cutsite check. Then, for each pair of output files, you should run process_radtags again, this time specifying each pair of input files using the -1 and -2 options along with the longer, inline barcode (--inline-null) that are related to the original pair of index barcodes. In this second run, you can turn on quality checks, rad cutsite and adapter filtering.
Typically that first round of demultiplexing is done by the Illumina software so we I don’t think I have seen a three barcode combination before, so I haven’t tried it myself.
Let us know if that works.
Best,
Julian
--
Stacks website: http://catchenlab.life.illinois.edu/stacks/
---
You received this message because you are subscribed to the Google Groups "Stacks" group.
To unsubscribe from this group and stop receiving emails from it, send an email to
stacks-users...@googlegroups.com.
To view this discussion visit https://groups.google.com/d/msgid/stacks-users/79dc8cdc-25a6-46b2-98de-5827a849c44fn%40googlegroups.com.