Hi Qiime team, I am an undergrad working on a comparative microbiome research project with @Sam_Degregori. I am importing casava 1.8 paired-end files formatted as so:
SRR14041259_16SS_sequencing_of_carnivore_and_herbivore_mammals_1.fastq.gz
SRR14041259_16SS_sequencing_of_carnivore_and_herbivore_mammals_2.fastq.gz
However, I keep getting this error.
qiime tools import \
--type 'SampleData[PairedEndSequencesWithQuality]'
--input-path zoelzer
--input-format CasavaOneEightSingleLanePerSampleDirFmt
--output-path zoelzercpative-demux-paired-end.qza
There was a problem importing zoelzer:
Missing one or more files for CasavaOneEightSingleLanePerSampleDirFmt: '.+_.+_L[0-9][0-9][0-9]_R[12]_001\.fastq\.gz'
Is there a way to rename my files to match the required format for Casava 1.8? I know I can manifest these, but because of the metadata we have at hand, it would be much easier to import the Casava way. When we manifest it, the sample IDs are nonexistent and we would have to make up our own, but if we use Casava we know the file names are in the fastq.gz files. Any help would be appreciated it! Thank you!