Hi everyone, I have my fastQC files on collection in my history and want to use multQC. It is saying that there are no options available even though you can see them in my history. Can anyone offer any help or guidence?
Best wishes
Hi everyone, I have my fastQC files on collection in my history and want to use multQC. It is saying that there are no options available even though you can see them in my history. Can anyone offer any help or guidence?
Best wishes
Hi @Martyn
The immediate issue is that the input collection is in a nested “paired list” shape. MultiQC is expecting a simple “list” collection.
Use the Faster Download and Extract Reads in FASTQ format from NCBI SRA
tool
Then, when running FastQC
on a paired end collection, it is useful to first apply the Collection Operations -> Flatten Collection
tool. This assigns a unique sample identifier to each end of the pair – giving the sequences a distinct collection identifier. MultiQC
will then provide the results for each sequence end, and summarize correctly.
Single dataset QA example
Multiple paired end dataset QA example
A demonstration is in the Quality Control Q20-L20 public workflow.
How to find it →
What to do
Flatten Collection
tool on the output from Faster Download and Extract Reads in FASTQ
FastQC
on the result (a simple “list” collection format)MultiQC
on the result.Or, you can try the workflow. You can customize the trimming step, or ignore it, or remove that step in your copy of the workflow.
Please let us know if this helps or not, and we can follow up more!