I have been using Qiime 1 off and on for a long time. I'm trying to make the switch to Qiime 2 now. I have completed the Q2 moving picture tutorial.
I generally work with paired-end Illumina reads, without barcodes, i.e. one pair of R1 and R2 reads per sample, so I'm trying to adapt the atacama-soils tutorial for my needs.
I don't see how to create an artifact with my non-barcoded, paired-end reads, that includes my metadata, and is ready for the dada2 step.
My manifest looks like this:
sample-id,absolute-filepath,direction
7,5101-Cow108-w5d7-Feces-MS515F-926R_R1.fastq,forward
7,5101-Cow108-w5d7-Feces-MS515F-926R_R2.fastq,reverse
8,5101-Cow108-w5d7-Fluid-MS515F-926R_R1.fastq,forward
8,5101-Cow108-w5d7-Fluid-MS515F-926R_R2.fastq,reverse
I think I'm supposed to import like this (which does create the artifact.)
qiime tools import \
--type 'SampleData[PairedEndSequencesWithQuality]' \
--input-path manifest.csv \
--output-path sequences.qza \
--source-format PairedEndFastqManifestPhred33
And I have modified a Q1 mapping file to get this metadata file
#SampleID LinkerPrimerSequence ReverseLinkerPrimerSequence Type Description
7 GTGCCAGCMGCCGCGGTAA CCGTCAATTCMTTTRAGTTT Feces 7
8 GTGCCAGCMGCCGCGGTAA CCGTCAATTCMTTTRAGTTT Rumen Fluid 8