Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

MultiQC is not consolidating QUAST reports for assemblies #741

Open
amizeranschi opened this issue Dec 29, 2024 · 0 comments
Open

MultiQC is not consolidating QUAST reports for assemblies #741

amizeranschi opened this issue Dec 29, 2024 · 0 comments
Labels
bug Something isn't working

Comments

@amizeranschi
Copy link
Contributor

Hi,

As the title mentions, with more recent versions of the pipeline (tested with 3.2.1 and 3.3.0), it seems that MultiQC is not consolidating QUAST reports for assemblies, which used to be the case with older pipeline versions like 3.0.2.

Is this expected behavior, or is it a bug?

To reproduce:

nextflow run nf-core/mag -r 3.0.2 \
-profile docker,test \
--skip_spades \
--skip_prodigal \
--skip_prokka \
--skip_metaeuk \
--skip_binning \
--skip_gtdbtk \
--outdir test-mag-3.0.2

ls -1 test-mag-3.0.2/multiqc/multiqc_data/multiqc_quast.yaml
# test-mag-3.0.2/multiqc/multiqc_data/multiqc_quast.yaml

ls -1 test-mag-3.0.2/multiqc/multiqc_data/
# test-mag-3.0.2/multiqc/multiqc_data/multiqc.log
# test-mag-3.0.2/multiqc/multiqc_data/multiqc_Kraken2_Kraken2.yaml
# test-mag-3.0.2/multiqc/multiqc_data/multiqc_bowtie2.yaml
# test-mag-3.0.2/multiqc/multiqc_data/multiqc_citations.yaml
# test-mag-3.0.2/multiqc/multiqc_data/multiqc_data.json
# test-mag-3.0.2/multiqc/multiqc_data/multiqc_fastp.yaml
# test-mag-3.0.2/multiqc/multiqc_data/multiqc_fastqc.yaml
# test-mag-3.0.2/multiqc/multiqc_data/multiqc_fastqc_1.yaml
# test-mag-3.0.2/multiqc/multiqc_data/multiqc_general_stats.yaml
# test-mag-3.0.2/multiqc/multiqc_data/multiqc_quast.yaml
# test-mag-3.0.2/multiqc/multiqc_data/multiqc_software_versions.yaml
# test-mag-3.0.2/multiqc/multiqc_data/multiqc_sources.yaml


nextflow run nf-core/mag -r 3.3.0 \
-profile docker,test \
--skip_spades \
--skip_prodigal \
--skip_prokka \
--skip_metaeuk \
--skip_binning \
--skip_gtdbtk \
--outdir test-mag-3.3.0

ls -1 test-mag-3.3.0/multiqc/multiqc_data/multiqc_quast.yaml
# ls: cannot access 'test-mag-3.3.0/multiqc/multiqc_data/multiqc_quast.yaml': No such file or directory

ls -1 test-mag-3.3.0/multiqc/multiqc_data/
# test-mag-3.3.0/multiqc/multiqc_data/multiqc.log
# test-mag-3.3.0/multiqc/multiqc_data/multiqc_Kraken2_Kraken2.yaml
# test-mag-3.3.0/multiqc/multiqc_data/multiqc_bowtie2.yaml
# test-mag-3.3.0/multiqc/multiqc_data/multiqc_citations.yaml
# test-mag-3.3.0/multiqc/multiqc_data/multiqc_data.json
# test-mag-3.3.0/multiqc/multiqc_data/multiqc_fastp.yaml
# test-mag-3.3.0/multiqc/multiqc_data/multiqc_fastqc.yaml
# test-mag-3.3.0/multiqc/multiqc_data/multiqc_fastqc_1.yaml
# test-mag-3.3.0/multiqc/multiqc_data/multiqc_general_stats.yaml
# test-mag-3.3.0/multiqc/multiqc_data/multiqc_software_versions.yaml
# test-mag-3.3.0/multiqc/multiqc_data/multiqc_sources.yaml


@amizeranschi amizeranschi added the bug Something isn't working label Dec 29, 2024
@dialvarezs dialvarezs pinned this issue Jan 2, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant