How to import Roche 454 pyrosequencing data in QIIME2 without using QIIME1?

Hello everyone, I’m new here.
I’m working on .fastq files obtained through Roche454 pyrosequencing. I’d like to denoise them with dada2, by using qiime dada2 denoise-pyro, but I’m having trouble before this step, probably due to file format.

More specifically, I created a .qza file with the parameter --type 'SampleData[SequencesWithQuality] (–type EMPSingleEndSequences gives me an error) but unfortunately the next qiime demux emp-single script doesn’t support the former, but only the latter format EMPSingleEndSequences, making it impossible to continue.

Is there any direct and simple way to import pyrosequencing data in QIIME2 without using QIIME1? I’m asking because the only ways I found online mentioned QIIME1 codes.

Thanks in advance!

1 Like

Hello @Sparkle! Welcome to the forums.

I think the cutadapt plugin will work well on 454 data. Check out this tutorial and see if it looks like a good fit for your data set.

Colin

3 Likes

This topic was automatically closed 31 days after the last reply. New replies are no longer allowed.