The sequence reads were already demultiplexed but I am not sure about the method. I can guess it is not CASSAVA from the file name. Also, the sequence reads were originally complied in .fq.bz2, so I re-complied the files in .fastq.gz to apply the data into Qiime2.
How large is the demux file? If it's not too large and you feel comfortable doing so, you could upload it somewhere and share the link, and then I can try to reproduce. I haven't seen this error before so I don't have any advice offhand.
Thank you so much @colinvwood , the file is not that large. Unfortunately, the data was collected from patients, so I am unable to upload it due to research policy restrictions.
If there’s any way to share the situation, please let me know. I have attached the screenshot just in case.
That looks normal. What if you pass this artifact to another command that takes demux files, e.g. qiime demux subsample-paired--do you get the same error? I see that this artifact is called Demux2.qza, is there a Demux1.qza? Did that demux successfully pass into the summarize command?
There was a problem loading 'Demux2.qza' as an artifact:
It looks like you have an Artifact but are missing the plugin(s) necessary to load it. Artifact has type 'SampleData[PairedEndSequencesWithQuality]' and format 'SingleLanePerSamplePairedEndFastqDirFmt'
See above for debug info.
But I confirmed that demux was successfully installed by running qiime --help. Running qiime demux summarize for Demux.qza brought the same error as for Demux2.qza.
Just to be safe, I re-ran qiime tools import and then executed qiime demux summarize with the newly created .qza file, which completed without any issues. I'm not sure what the exact cause was, but it seems there might have been an error during the initial qiime tools import process.