Hi all, I have a dataset that is comprised of data that I have processed with fastp - all in .fastq.gz format. However, when I select a dataset to use on fastqc my other datasets show up (i.e. the original data and trimmed data) but not the fastp processing output. Any ideas as to why this could be?
Hi,
when you’re saying your trimmed data shows up, what’s that then (if not the fastp output)?
Hi,
It was trimmed using porechop and then that was subsequently processed with fastp.
HI @oliverb12
It sounds like you have fastq data as the output from fastp but the shape of that data is not matching up with the FastQC tool form.
By “shape” I mean how it is organized. Is it inside a collection? A paired end collection? Individual files? Try to organize your data to match how the tool form is looking for inputs (or the reverse). This will probably solve your problem, and if you need to change the shape, maybe from a nested paired end collection to something simple like two lists (one forward, one reverse), go into the Collection Operations section of the tool panel and you will find ways to do this.
Please ask if you get stuck, and we can probably help more with specific tool choices. We will need to know what you have now, the exact tool you plan to use. That can be with screenshots or a shared history link. See the banner at this forum for how to share your work if that is how you would prefer to share (tends to be faster, and leads to less confusion, question → straight to actionable advice).
Thanks, and let us know how this worked out!
Hi @jennaj
Thanks so much for the response, I did manage to get it work and it seems that the problem was simply that the dataset was not being recognised as being in the fastqc format so FastQC didn’t want it. I fixed it by changing it from an auto dataset to a fastsanger dataset (oddly the fastqc dataset type didn’t work).
Thank you for the advice though!