Hello,
Im new at Qiime. Im trying to trim the Barcodes with cutadapt, so as it says i have to have a ‘MultiplexedPairedEndBarcodeInSequence’ type of qza file.
but when im trying to import the files and creating the right qza file with this code:
qiime tools import
–type MultiplexedPairedEndBarcodeInSequence
–source-format CasavaOneEightSingleLanePerSampleDirFmt
–input-path row_files
–output-path multiplexed-seqs.qza
im getting this error:
No transformation from <class ‘q2_types.per_sample_sequences._format.CasavaOneEightSingleLanePerSampleDirFmt’> to <class ‘q2_types.multiplexed_sequences._format.MultiplexedPairedEndBarcodeInSequenceDirFmt’>
thank you!