fq-manifestor is alpha release software, and was collaboratively developed with AI1.
Importing can be hard. This website is designed to be a starting point to assist Illumina users with importing paired-end demultiplexed fastq files for use with QIIME 2 by helping to generate paired-end fastq manifest files. We expect to deliver more fully featured utilities like this in the not-too-distant future. 🔥🔥
Drop the top-level folder containing your demultiplexed FASTQ files into the box below.2 Your data won't leave your computer.
Adjust the pattern options if your filenames use different conventions. The preview updates instantly.
Download and move the manifest file into the folder you dropped.
cd into that folder, then run the QIIME 2 command shown below.
Drop your FASTQ folder here
or
The manifest uses $PWD for file paths, which the shell expands to the
current working directory. Move the downloaded manifest into your FASTQ folder, then
run this command from that folder:
cd /path/to/your-fastq-folder qiime tools import \ --type 'SampleData[PairedEndSequencesWithQuality]' \ --input-path manifest.tsv \ --output-path demux.qza \ --input-format PairedEndFastqManifestPhred33V2