Hello!
i have a problem importing my rawreads into QIIME2
i got them in fastq.gz format and when i run the code:
qiime tools import --type 'SampleData[PairedEndSequencesWithQuality]' --input-path manifest47.tsv --input-format PairedEndFastqManifestPhred33V2 --output-path imported
i got this:
/home/kevin/miniconda3/envs/qiime2-2022.11/lib/python3.8/site-packages/q2_types/per_sample_sequences/format.py:56: FutureWarning: iteritems is deprecated and will be removed in a future version. Use .items instead.
for i, (id, fp) in enumerate(column.iteritems(), start=1):
Aborted!
how can i fix it?