Importing Casava 1.8 paired-end demultiplexed fastq.gz files

Hi @Nick.622,

In the manifest file, you describe the location of your input data. So, if there are paired-end samples, you only need these three columns! And yes, the format file is ".tsv". In the importing section, they say:

The manifest file is a tab-seperated (i.e., .tsv ) text file. The first column defines the Sample ID, while the second (and optional third) column defines the absolute filepath to the forward (and optional reverse) reads. All of the rules and behavior of this format are inherited from the QIIME 2 Metadata format.

In this case, I prefer writing the absolute file path, but I guess this approximation is good too!

Also, I think this post is interesting (in case you are wondering about the differences between metadata and manifest files):

I hope I have been helpful!!

Best,

Elsa

3 Likes