I use nanopore promethion p2 solo.
At the end of the sequencing, a folder is generated for each barcode, and to use qiime2 I make the manifest with the location of the .fastq files, but every time I try to run the following command to import:
qiime tools import
--type 'SampleData[SequencesWithQuality]'
--input-path "$MANIFEST_PATH"
--output-path "$DEMUX_OUTPUT"
--input-format SingleEndFastqManifestPhred33V2
I receive the incorrect input format message. Since, in the manifest, because it is single-end, I put only forward in the direction column.