Hi all, long-time reader, first-time poster. Truth-be-told, I'm really not sure where to even post.
I have multiplexed data in three files: and R1, an R2, and barcodes. All three are in fastq format.
I need to submit to NCBI via SRA. The problem is that SRA requires individual index files for each sample, once they've been demultiplexed.
I use demux emp-paired to demultiplex. I realize that I can extract (i.e., qiime tools extract) the R1 and R2 fastq files, but I need the barcodes divided out by sample as well.
I could use QIIME and multiple_extract_barcodes.py on the exported contents of my demuxed samples (the demux artifact produced by QIIME2), but I was wondering if QIIME2 had the equivalent?
Honestly, I'm not entirely sure what I am supposed to do with them. It looks like I'm just trying to extract them into another fastq file, while leaving them in the forward and reverse fastq files. However, I'm pressed for time, and cannot figure out the answer to that question for another couple of weeks (I'm in finals mode right now). Would it be okay to get back to you soon-ish on that second question?
I'm trying to automate a process for our lab right now. We had been using software provided by the sequencing lab that we use, but they only offer the software on PCs. I will actually have to compare the outputs to determine that.