Hi, here is my work directory,
(qiime2) yiggrite@MWMJ07RHBF:~/qiime2/muxed-se-barcode-in-seq$ pwd
/home/yiggrite/qiime2/muxed-se-barcode-in-seq
(qiime2) yiggrite@MWMJ07RHBF:~/qiime2/muxed-se-barcode-in-seq$
and i changed the manifest file format, csv or txt, and always met the same error. a little confused....
(qiime2) yiggrite@MWMJ07RHBF:~/qiime2/muxed-se-barcode-in-seq$ pwd
/home/yiggrite/qiime2/muxed-se-barcode-in-seq
(qiime2) yiggrite@MWMJ07RHBF:~/qiime2/muxed-se-barcode-in-seq$ head manifest2.txt
sample-id,absulote-filepath,direction
Controlgroup1,$home/yiggrite/qiime2/muxed-se-barcode-in-seq/casava-18-paired-end-demultiplexed/Controlgroup1_R1_001.fastq.gz,forward
Controlgroup2,$home/yiggrite/qiime2/muxed-se-barcode-in-seq/casava-18-paired-end-demultiplexed/Controlgroup2_R1_001.fastq.gz,forward
Controlgroup3,$home/yiggrite/qiime2/muxed-se-barcode-in-seq/casava-18-paired-end-demultiplexed/Controlgroup3_R1_001.fastq.gz,forward
Controlgroup4,$home/yiggrite/qiime2/muxed-se-barcode-in-seq/casava-18-paired-end-demultiplexed/Controlgroup4_R1_001.fastq.gz,forward
Controlgroup5,$home/yiggrite/qiime2/muxed-se-barcode-in-seq/casava-18-paired-end-demultiplexed/Controlgroup5_R1_001.fastq.gz,forward
P372,$home/yiggrite/qiime2/muxed-se-barcode-in-seq/casava-18-paired-end-demultiplexed/P372_R1_001.fastq.gz,forward
P373,$home/yiggrite/qiime2/muxed-se-barcode-in-seq/casava-18-paired-end-demultiplexed/P373_R1_001.fastq.gz,forward
Modelgroup3,$home/yiggrite/qiime2/muxed-se-barcode-in-seq/casava-18-paired-end-demultiplexed/Modelgroup3_R1_001.fastq.gz,forward
P854,home/yiggrite/qiime2/muxed-se-barcode-in-seq/casava-18-paired-end-demultiplexed/P854_R1_001.fastq.gz,forward
(qiime2) yiggrite@MWMJ07RHBF:~/qiime2/muxed-se-barcode-in-seq qiime tools import \
--type 'SampleData[PairedEndSequencesWithQuality]'
--input-path manifest2.txt
--output-path paired-end-demux.qza
--input-format PairedEndFastqManifestPhred64V2
There was a problem importing manifest2.txt:
manifest2.txt is not a(n) PairedEndFastqManifestPhred64V2 file:
Found unrecognized ID column name 'sample-id,absulote-filepath,direction' while searching for header. The first column name in the header defines the ID column, and must be one of these values:
Case-insensitive: 'feature id', 'feature-id', 'featureid', 'id', 'sample id', 'sample-id', 'sampleid'
Case-sensitive: '#OTU ID', '#OTUID', '#Sample ID', '#SampleID', 'sample_name'
NOTE: Metadata files must contain tab-separated values.
There may be more errors present in the metadata file. To get a full report, sample/feature metadata files can be validated with Keemei: https://keemei.qiime2.org
Find details on QIIME 2 metadata requirements here: Metadata in QIIME 2 — QIIME 2 2020.8.0 documentation
(qiime2) yiggrite@MWMJ07RHBF:~/qiime2/muxed-se-barcode-in-seq$
the manifest file is readable right? but what is the correct format?