feat: Add bakta to run modules in multiqc - #543
Conversation
|
Warning Newer version of the nf-core template is available. Your pipeline is using an old version of the nf-core template: 4.0.3. For more documentation on how to update your pipeline, please see the Synchronisation documentation. |
|
❌ nf-test failed with latest Nextflow versionNote Tests with Nextflow's latest version failed but it will not cause a CI workflow failure.
See the full run for details. |
That was actually a mistake and a result of me testing, didn't notice it got into the commit. Fixed! |
baktato therun_moduleslist inmultiqc_config.yml, enabling Bakta output in MultiQC reports (Closes Add BAKTA results to MultiQC #339).Baktasection totable_columns_visibleto control column visibility for Bakta results.bakta_fn_snames: trueto enable sample name formatting for Bakta results.Tested by checking the output of
nf-test test tests/test_bakta.nf.test --profile test_bakta,dockerPR checklist
nf-core pipelines lint).nextflow run . -profile test,docker --outdir <OUTDIR>).nextflow run . -profile debug,test,docker --outdir <OUTDIR>).docs/usage.mdis updated.docs/output.mdis updated.CHANGELOG.mdis updated.README.mdis updated (including new tool citations and authors/contributors).