So just to clarify, you've run these commands in an older version of QIIME 2 on the exact same data without issue? And you're attempting to re-run them with the new QIIME 2 docker image?
thanks for your reply.
i used to use the older q2 version via virtualbox.
now I have renewed my PC, so renewed q2 version as well.
this time i use docker, and testing the installation.
so now i am using my previous raw data just to validate whether my new q2 works in my environment or not.
One more thing, i have used different independent datasets and tried the test folder empty as well.
the error messages are always same, and the small datasets used for this time does not have any problems since i workd on them in previous q2 version.
Thanks for following up with those details! Do you mind sharing the input file you are attempting to import? I'd like to see if I can recreate this error on my end. Feel free to DM if you'd prefer to not share this file publicly. Thanks!
Thanks for sharing these files! I attempted to import these on my Docker container, and while I didn't receive the same error message you did - I do see a couple of issues here.
First, is your initial command:
The input format you've specified has a typo in it - rather than CasavaOneEightSingleLanePerSamplesDirFmt, you'll want to use CasavaOneEightSingleLanePerSampleDirFmt (with Sample singular vs. plural).
Second, is the filenames for your FASTQs. Please see our formatting requirements here for Casava 1.8 paired-end demultiplexed reads. You'll need to make sure that you have the following underscore-separated fields in your filenames:
sample identifier
barcode sequence or a barcode identifier
lane number
direction of the read (i.e. R1 or R2)
set number
You'll need to make these adjustments before attempting to re-import.
Please feel free to circle back if you run into the same error (or something different), and we'll keep troubleshooting!