error import data manifestfile.csv is not a(n) PairedEndFastqManifestPhred33 file

I need help with my manifest file.
I am using the commands below with qiime2:
qiime tools import \

--type 'SampleData[PairedEndSequencesWithQuality]' \

--input-path manifestfile.csv \

--output-path demux-paired-end.qza \

--input-format PairedEndFastqManifestPhred33

But, I get the folowing error message

manifestfile.csv is not a(n) PairedEndFastqManifestPhred33 file:

Found header on line 1 with the following labels: ["'sample+AF8-id", 'absolute+AF8-filepath', "direction'"], expected: ['sample-id', 'absolute-filepath', 'direction']

Here is my manifestfile in csv format
manifest_teste.csv (23.6 KB)

Welcome to the forum!

Did you try to rename those headers in the manifest file:

as plugin expected:

Hopefully it will fix an issue.
Best,

This topic was automatically closed 31 days after the last reply. New replies are no longer allowed.