You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Bug Description
When users attempt to import fastq files, but fail to include sample ids, the following error is generated:
There was a problem importing Manifest.csv:
Missing one or more files for SingleLanePerSampleSingleEndFastqDirFmt: '.+_.+_L[0-9][0-9][0-9]_R[12]_001.fastq.gz
Steps to reproduce the behavior
Activate QIIME 2 2019.4
Create a manifest file without sample IDs (see forum post for details)
Hey @ChrisKeefe, this kind of behavior wouldn't surprise me for this format, we had a few issues around the V1 manifest formats. Luckily we have replaced these with the new V2 formats (V1 formats are "deprecated," although we don't have plans to remove the V1 formats just yet), and I think the V2 error raised for your case above makes a little more sense here, although it could be cleaned up a bit, too:
There was a problem importing manifest.tsv:
manifest.tsv is not a(n) SingleEndFastqManifestPhred33V2 file:
'absolute-filepath' is not a column in the metadata. Available columns:
thermokarst
changed the title
Imports without sample names produce unclear error
Importing manifest v1 without sample names produce unclear error
Sep 23, 2019
Bug Description
When users attempt to import fastq files, but fail to include sample ids, the following error is generated:
There was a problem importing Manifest.csv:
Missing one or more files for SingleLanePerSampleSingleEndFastqDirFmt: '.+_.+_L[0-9][0-9][0-9]_R[12]_001.fastq.gz
Steps to reproduce the behavior
e.g.
Expected behavior
This should render a more user-friendly error message.
Computation Environment
Questions
References
The text was updated successfully, but these errors were encountered: