Hello,
I'm having some trouble importing my Miseq paired-end reads.
My reads are structured like this:
illumina adapter - Ns - barcode - AMPLICON
both forward and reverse reads have barcodes and they are in sequence.
I have generated a metadata.tsv file with three columns for my dual-index sequences like this:
sample_name | barcode1 | barcode2 |
---|---|---|
smplB1 | aacaagcc | acaaccga |
smplH1c | ggaatgag | acaaccga |
I have a dir with the following files:
forward.fastq.gz metadata.tsv reverse.fastq.gz
The command I run is:
qiime tools import
--type MultiplexedPairedEndBarcodeInSequence
--input-path muxed-pe-barcode-in-seq
--output-path multiplexed-seqs.qza
The error I get is:
There was a problem importing muxed-pe-barcode-in-seq:
Unrecognized file (muxed-pe-barcode-in-seq/metadata.tsv) for MultiplexedPairedEndBarcodeInSequenceDirFmt.
I think that the issue regards the metadata table but I was not able to retrieve some sample table to copy it. (QIIME2 ver qiime2-2023.5).
Thank you all!