Hi,
I am just starting to figure out QIIME2 and I am running into some problems with processing some older data (sequenced in 2014). I have fastq files for the barcodes and sequences as well as a map that was originally used to process the data in QIIME. When I try to demutiplex the files using the following code,
qiime demux emp-single \
> --i-seqs emp-single-end-sequences.qza \
> --m-barcodes-file map.txt \
> --m-barcodes column BarcodeSequence \
> --o-per-sample-sequences demux.qza \
> --o-error-correction-details demux-details.qza
I get the following error (which shows up in this forum post),
Plugin error from demux: No sequences were mapped to samples. Check that your barcodes are in the correct orientation (see the rev_comp_barcodes and/or rev_comp_mapping_barcodes options). Debug info has been saved to /tmp/qiime2-q2cli-err-9zkbol2u.log
In the other post about this error, the user had their sequences and barcodes mixed up, but I do not think that is the case with this data. If it is some sort of formatting issue with my files, how can I fix it? I have put the .qza file and the map in the google drive link below:
https://drive.google.com/open?id=1B5LqYlOAncyIt1yZ_Gd5cDSg0lG0_qEN
If anyone can help with this I would be grateful!