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

Release 2.3.0 #137

Merged
merged 90 commits into from
Jun 12, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
90 commits
Select commit Hold shift + click to select a range
ebcd833
add kmerfinder for shortreads
Daniel-VM Nov 6, 2023
68a9c5d
add module kmerfinder summary report
Daniel-VM Nov 6, 2023
fd8a934
add module to find and download reference genome
Daniel-VM Nov 14, 2023
c81cc29
fix kmerfinder summary input
Daniel-VM Nov 14, 2023
f989ae3
update kmerfinder output file extension
Daniel-VM Nov 17, 2023
20be5f9
add kmerfinder refseqid to meta
Daniel-VM Nov 17, 2023
16b5068
fix url in kmerfinder donwload ref
Daniel-VM Nov 17, 2023
10f68ba
temporary commit
Daniel-VM Nov 17, 2023
a48518d
group assemblies by refseqid
Daniel-VM Nov 19, 2023
1e436ea
allow global quast and by-refseqid quast
Daniel-VM Nov 19, 2023
7969e11
move kmerfinder processing to subworkflow plus output refactoring
Daniel-VM Nov 21, 2023
ef85494
Merge branch 'bu-isciii_tmp' into buisciii-develop
Daniel-VM Nov 21, 2023
3e8d9f1
allow quast to standard and byrefseq data
Daniel-VM Nov 21, 2023
53cc7ec
add byrefseq quast reports to multiqc and patch quast
Daniel-VM Nov 22, 2023
7aff2f6
add byrefseq quast reports to multiqc and patch quast
Daniel-VM Nov 22, 2023
de8e877
update multiqc and append fastp metrics to assmebly metrics df
Daniel-VM Jan 2, 2024
7103bfa
add new method to complie kmerfinder results into multiqc report
Daniel-VM Jan 2, 2024
854782d
add long reads assembly metrics to custom multiqc
Daniel-VM Jan 2, 2024
6fb64b3
Merge branch 'buisciii-develop' of https://github.com/Daniel-VM/bacas…
Daniel-VM Jan 2, 2024
0f3970e
fix custom multiqc when kmerfinder is not invoked
Daniel-VM Jan 3, 2024
247f592
add custom multiqc for hybrid assembly
Daniel-VM Jan 4, 2024
df1403d
add file-check-exist and rename variables
Daniel-VM Jan 4, 2024
c42735e
update documentation and add save_trimmed option
Daniel-VM Jan 5, 2024
3357785
add fastp additional options and fix input sample path
Daniel-VM Jan 5, 2024
1847f39
allow module to emit tsv report
Daniel-VM Jan 15, 2024
b73e3f0
add kmerfinder for shortreads
Daniel-VM Nov 6, 2023
764a3d0
add module kmerfinder summary report
Daniel-VM Nov 6, 2023
0f07718
add module to find and download reference genome
Daniel-VM Nov 14, 2023
e072b2d
fix kmerfinder summary input
Daniel-VM Nov 14, 2023
8baded1
update kmerfinder output file extension
Daniel-VM Nov 17, 2023
9bdc67e
add kmerfinder refseqid to meta
Daniel-VM Nov 17, 2023
97c2866
fix url in kmerfinder donwload ref
Daniel-VM Nov 17, 2023
0724141
temporary commit
Daniel-VM Nov 17, 2023
071d334
group assemblies by refseqid
Daniel-VM Nov 19, 2023
7822c4b
allow global quast and by-refseqid quast
Daniel-VM Nov 19, 2023
149071f
move kmerfinder processing to subworkflow plus output refactoring
Daniel-VM Nov 21, 2023
6e7e0fa
allow quast to standard and byrefseq data
Daniel-VM Nov 21, 2023
a184e41
add byrefseq quast reports to multiqc and patch quast
Daniel-VM Nov 22, 2023
997fc91
update multiqc and append fastp metrics to assmebly metrics df
Daniel-VM Jan 2, 2024
07f6c39
add new method to complie kmerfinder results into multiqc report
Daniel-VM Jan 2, 2024
e0481e0
add long reads assembly metrics to custom multiqc
Daniel-VM Jan 2, 2024
04ca4b3
fix custom multiqc when kmerfinder is not invoked
Daniel-VM Jan 3, 2024
3c6297a
add custom multiqc for hybrid assembly
Daniel-VM Jan 4, 2024
660799d
add file-check-exist and rename variables
Daniel-VM Jan 4, 2024
aeaa20e
update documentation and add save_trimmed option
Daniel-VM Jan 5, 2024
95d965d
add fastp additional options and fix input sample path
Daniel-VM Jan 5, 2024
b33a37d
allow module to emit tsv report
Daniel-VM Jan 15, 2024
0703417
fix kmerFinder by narrowing down the reference genomes to a single wi…
Daniel-VM Jan 17, 2024
20f891e
Fix divergen branches when mergin remote origin/buisciii-develop into…
Daniel-VM Mar 19, 2024
9334814
Fix: save_trimmed_fail is a boolean
adamrtalbot Apr 16, 2024
59b823c
bump version 2.3.0dev
Daniel-VM Apr 17, 2024
1e4c248
add reviewer suggestions on #126
Daniel-VM Apr 17, 2024
d2be649
Merge pull request #126 from Daniel-VM/dev
Daniel-VM Apr 17, 2024
35ab1bb
Merge remote-tracking branch 'upstream/dev' into HEAD
Daniel-VM Apr 22, 2024
ab26e8d
update CHANGELOG #125
Daniel-VM Apr 22, 2024
9e0399c
Merge pull request #125 from nf-core/fix_schema_boolean
Daniel-VM Apr 22, 2024
f3d7513
Template update for nf-core/tools version 2.14.0
nf-core-bot May 8, 2024
867b735
Template update for nf-core/tools version 2.14.1
nf-core-bot May 9, 2024
7308526
update to nf-core-tools-2.14.1
Daniel-VM May 16, 2024
ba84cd4
update changelog #133
Daniel-VM May 16, 2024
548e298
Merge pull request #133 from Daniel-VM/update_nf-core-tools-2.14.1
Daniel-VM May 17, 2024
e8ddcc2
fix samples reported in prokka/bakta multiqc report
Daniel-VM May 16, 2024
647066f
update changelog #134
Daniel-VM May 16, 2024
495debc
add multiqc report generic method to name samples
Daniel-VM May 17, 2024
3a51224
Merge pull request #134 from Daniel-VM/dev
Daniel-VM May 17, 2024
923696d
fix uncompress method to parse kmerfinder db
Daniel-VM May 17, 2024
b626c5d
add new kmerfinderdb untar method and fix standalone py
Daniel-VM May 17, 2024
75faba6
fix step to prepare kmerfinderdb
Daniel-VM May 20, 2024
fd96b5a
add kmerfinder to pipeline tests
Daniel-VM May 20, 2024
0fca1d1
kmerfinder subworkflow cleaning
Daniel-VM May 20, 2024
11010c7
Merge branch 'buisciii-develop' into dev
Daniel-VM May 20, 2024
7778a12
remove unnecessary dependencies after merging branch
Daniel-VM May 20, 2024
820ca64
fix linting after mergin branch
Daniel-VM May 20, 2024
0410564
update CHANGLEOG in #135
Daniel-VM May 20, 2024
8967e55
add reviewer suggestions #135 pt.1
Daniel-VM May 23, 2024
7075f3d
fix multqc channels
Daniel-VM May 23, 2024
53629ce
add reviewer suggestions #135 pt.2
Daniel-VM May 23, 2024
7b66a5e
fix test_long_miniasm git CI test in #135
Daniel-VM May 23, 2024
7114a6d
Merge pull request #135 from Daniel-VM/dev
Daniel-VM May 24, 2024
031703d
bump version 2.3.0
Daniel-VM May 24, 2024
4f3843f
Merge pull request #136 from Daniel-VM/dev
Daniel-VM May 24, 2024
156e023
added reviewer suggestions before v2.3.0 release
Daniel-VM May 25, 2024
c47b461
Merge pull request #138 from Daniel-VM/dev
Daniel-VM May 27, 2024
6e94fc4
reviewer 2 suggestions before v2.3.0 release
Daniel-VM May 30, 2024
cb1c258
add stable url
Daniel-VM Jun 3, 2024
6d91eb5
Merge pull request #139 from Daniel-VM/dev
Daniel-VM Jun 3, 2024
9d48eef
added missing liscence
Daniel-VM Jun 12, 2024
71ac73a
Merge pull request #140 from Daniel-VM/dev
Daniel-VM Jun 12, 2024
7756bd5
Update date of release in CHANGELOG.md #137
Daniel-VM Jun 12, 2024
dafb9f4
Merge pull request #141 from Daniel-VM/dev
Daniel-VM Jun 12, 2024
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/PULL_REQUEST_TEMPLATE.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ Learn more about contributing: [CONTRIBUTING.md](https://github.com/nf-core/baca
- [ ] If you've added a new tool - have you followed the pipeline conventions in the [contribution docs](https://github.com/nf-core/bacass/tree/master/.github/CONTRIBUTING.md)
- [ ] If necessary, also make a PR on the nf-core/bacass _branch_ on the [nf-core/test-datasets](https://github.com/nf-core/test-datasets) repository.
- [ ] Make sure your code lints (`nf-core lint`).
- [ ] Check for unexpected warnings in debug mode (`nextflow run . -profile debug,test,docker --outdir <OUTDIR>`).
- [ ] Ensure the test suite passes (`nextflow run . -profile test,docker --outdir <OUTDIR>`).
- [ ] Usage Documentation in `docs/usage.md` is updated.
- [ ] Output Documentation in `docs/output.md` is updated.
- [ ] `CHANGELOG.md` is updated.
Expand Down
10 changes: 5 additions & 5 deletions .github/workflows/awsfulltest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,12 @@ on:
types: [published]
workflow_dispatch:
jobs:
run-tower:
run-platform:
name: Run AWS full tests
if: github.repository == 'nf-core/bacass'
runs-on: ubuntu-latest
steps:
- name: Launch workflow via tower
- name: Launch workflow via Seqera Platform
uses: seqeralabs/action-tower-launch@v2
# Add full size test data (but still relatively small datasets for few samples)
# on the `test_full.config` test runs with only one set of parameters
Expand All @@ -32,7 +32,7 @@ jobs:

- uses: actions/upload-artifact@v4
with:
name: Tower debug log file
name: Seqera Platform debug log file
path: |
tower_action_*.log
tower_action_*.json
seqera_platform_action_*.log
seqera_platform_action_*.json
12 changes: 6 additions & 6 deletions .github/workflows/awstest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,13 @@ name: nf-core AWS test
on:
workflow_dispatch:
jobs:
run-tower:
run-platform:
name: Run AWS tests
if: github.repository == 'nf-core/bacass'
runs-on: ubuntu-latest
steps:
# Launch workflow using Tower CLI tool action
- name: Launch workflow via tower
# Launch workflow using Seqera Platform CLI tool action
- name: Launch workflow via Seqera Platform
uses: seqeralabs/action-tower-launch@v2
with:
workspace_id: ${{ secrets.TOWER_WORKSPACE_ID }}
Expand All @@ -27,7 +27,7 @@ jobs:

- uses: actions/upload-artifact@v4
with:
name: Tower debug log file
name: Seqera Platform debug log file
path: |
tower_action_*.log
tower_action_*.json
seqera_platform_action_*.log
seqera_platform_action_*.json
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,10 +28,10 @@ jobs:
- "latest-everything"
steps:
- name: Check out pipeline code
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4
uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4

- name: Install Nextflow
uses: nf-core/setup-nextflow@v1
uses: nf-core/setup-nextflow@v2
with:
version: "${{ matrix.NXF_VER }}"

Expand Down
7 changes: 5 additions & 2 deletions .github/workflows/download_pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,9 +32,12 @@ jobs:
- name: Install Nextflow
uses: nf-core/setup-nextflow@v2

- uses: actions/setup-python@0a5c61591373683505ea898e09a3ea4f39ef2b9c # v5
- name: Disk space cleanup
uses: jlumbroso/free-disk-space@54081f138730dfa15788a46383842cd2f914a1be # v1.3.1

- uses: actions/setup-python@82c7e631bb3cdc910f68e0081d67478d79c6982d # v5
with:
python-version: "3.11"
python-version: "3.12"
architecture: "x64"
- uses: eWaterCycle/setup-singularity@931d4e31109e875b13309ae1d07c70ca8fbc8537 # v7
with:
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/fix-linting.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
runs-on: ubuntu-latest
steps:
# Use the @nf-core-bot token to check out so we can push later
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4
- uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4
with:
token: ${{ secrets.nf_core_bot_auth_token }}

Expand All @@ -32,9 +32,9 @@ jobs:
GITHUB_TOKEN: ${{ secrets.nf_core_bot_auth_token }}

# Install and run pre-commit
- uses: actions/setup-python@0a5c61591373683505ea898e09a3ea4f39ef2b9c # v5
- uses: actions/setup-python@82c7e631bb3cdc910f68e0081d67478d79c6982d # v5
with:
python-version: 3.11
python-version: "3.12"

- name: Install pre-commit
run: pip install pre-commit
Expand Down
19 changes: 9 additions & 10 deletions .github/workflows/linting.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,13 +14,12 @@ jobs:
pre-commit:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4
- uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4

- name: Set up Python 3.11
uses: actions/setup-python@0a5c61591373683505ea898e09a3ea4f39ef2b9c # v5
- name: Set up Python 3.12
uses: actions/setup-python@82c7e631bb3cdc910f68e0081d67478d79c6982d # v5
with:
python-version: 3.11
cache: "pip"
python-version: "3.12"

- name: Install pre-commit
run: pip install pre-commit
Expand All @@ -32,14 +31,14 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Check out pipeline code
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4
uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4

- name: Install Nextflow
uses: nf-core/setup-nextflow@v1
uses: nf-core/setup-nextflow@v2

- uses: actions/setup-python@0a5c61591373683505ea898e09a3ea4f39ef2b9c # v5
- uses: actions/setup-python@82c7e631bb3cdc910f68e0081d67478d79c6982d # v5
with:
python-version: "3.11"
python-version: "3.12"
architecture: "x64"

- name: Install dependencies
Expand All @@ -60,7 +59,7 @@ jobs:

- name: Upload linting log file artifact
if: ${{ always() }}
uses: actions/upload-artifact@5d5d22a31266ced268874388b861e4b58bb5c2f3 # v4
uses: actions/upload-artifact@65462800fd760344b1a7b4382951275a0abb4808 # v4
with:
name: linting-logs
path: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/linting_comment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Download lint results
uses: dawidd6/action-download-artifact@f6b0bace624032e30a85a8fd9c1a7f8f611f5737 # v3
uses: dawidd6/action-download-artifact@09f2f74827fd3a8607589e5ad7f9398816f540fe # v3
with:
workflow: linting.yml
workflow_conclusion: completed
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release-announcements.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/setup-python@0a5c61591373683505ea898e09a3ea4f39ef2b9c # v5
- uses: actions/setup-python@82c7e631bb3cdc910f68e0081d67478d79c6982d # v5
with:
python-version: "3.10"
- name: Install dependencies
Expand Down
1 change: 1 addition & 0 deletions .nf-core.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,3 +8,4 @@ lint:
nextflow_config:
- config_defaults:
- params.dfast_config
nf_core_version: "2.14.1"
3 changes: 3 additions & 0 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@ repos:
rev: "v3.1.0"
hooks:
- id: prettier
additional_dependencies:
- [email protected]

- repo: https://github.com/editorconfig-checker/editorconfig-checker.python
rev: "2.7.3"
hooks:
Expand Down
29 changes: 28 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,34 @@
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## v2.2.0 nf-core/bacass: "Aqua Platinum Zebrafish" 2024/03/27
## v2.3.0 nf-core/bacass: "Navy Iron Oyster" 2024/06/12

### `Changed`

- [#135](https://github.com/nf-core/bacass/pull/135) Replaced nf-core MultiQC module with a custom MultiQC module.

### `Added`

- [#135](https://github.com/nf-core/bacass/pull/135) Implementation of KmerFinder subworkflow Custom Quast, and Custom MultiQC Reports:

- Added KmerFinder subworkflow for read quality control, purity assessment, and sample grouping based on reference genome estimation.
- Enhanced Quast Assembly QC to run both general and reference genome-based analyses when KmerFinder is invoked.
- Implemented custom MultiQC module with multiqc_config.yml files for different assembly modes (short, long, hybrid).
- Generated custom MultiQC HTML report consolidating metrics from KmerFinder, Quast, and other relevant sources.

- [#133](https://github.com/nf-core/bacass/pull/133) Update nf-core/bacass to the new nf-core 2.14.1 `TEMPLATE`.

### `Fixed`

- [#134](https://github.com/nf-core/bacass/pull/134) - Fixed samples reported of prokka/bakta in multiqc report.

- [#125](https://github.com/nf-core/bacass/pull/125) - Fixed conflicting settings in save_trimmed_fail parameter.

### `Dependencies`

### `Deprecated`

## v2.2.0 nf-core/bacass: "Aqua Platinum Zebrafish" 2024/03/30

### `Changed`

Expand Down
12 changes: 9 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
[![run with conda](http://img.shields.io/badge/run%20with-conda-3EB049?labelColor=000000&logo=anaconda)](https://docs.conda.io/en/latest/)
[![run with docker](https://img.shields.io/badge/run%20with-docker-0db7ed?labelColor=000000&logo=docker)](https://www.docker.com/)
[![run with singularity](https://img.shields.io/badge/run%20with-singularity-1d355c.svg?labelColor=000000)](https://sylabs.io/docs/)
[![Launch on Seqera Platform](https://img.shields.io/badge/Launch%20%F0%9F%9A%80-Seqera%20Platform-%234256e7)](https://tower.nf/launch?pipeline=https://github.com/nf-core/bacass)
[![Launch on Seqera Platform](https://img.shields.io/badge/Launch%20%F0%9F%9A%80-Seqera%20Platform-%234256e7)](https://cloud.seqera.io/launch?pipeline=https://github.com/nf-core/bacass)

[![Get help on Slack](http://img.shields.io/badge/slack-nf--core%20%23bacass-4A154B?labelColor=000000&logo=slack)](https://nfcore.slack.com/channels/bacass)[![Follow on Twitter](http://img.shields.io/badge/twitter-%40nf__core-1DA1F2?labelColor=000000&logo=twitter)](https://twitter.com/nf_core)[![Follow on Mastodon](https://img.shields.io/badge/mastodon-nf__core-6364ff?labelColor=FFFFFF&logo=mastodon)](https://mstdn.science/@nf_core)[![Watch on YouTube](http://img.shields.io/badge/youtube-nf--core-FF0000?labelColor=000000&logo=youtube)](https://www.youtube.com/c/nf-core)

Expand All @@ -29,11 +29,12 @@ On release, automated continuous integration tests run the pipeline on a full-si

### Short Read Assembly

This pipeline is primarily for bacterial assembly of next-generation sequencing reads. It can be used to quality trim your reads using [FastP](https://github.com/OpenGene/fastp) and performs basic sequencing QC using [FastQC](https://www.bioinformatics.babraham.ac.uk/projects/fastqc/). Afterwards, the pipeline performs read assembly using [Unicycler](https://github.com/rrwick/Unicycler). Contamination of the assembly is checked using [Kraken2](https://ccb.jhu.edu/software/kraken2/) to verify sample purity.
This pipeline is primarily for bacterial assembly of next-generation sequencing reads. It can be used to quality trim your reads using [FastP](https://github.com/OpenGene/fastp) and performs basic sequencing QC using [FastQC](https://www.bioinformatics.babraham.ac.uk/projects/fastqc/). Afterwards, the pipeline performs read assembly using [Unicycler](https://github.com/rrwick/Unicycler). Contamination of the assembly is checked using [Kraken2](https://ccb.jhu.edu/software/kraken2/) and [Kmerfinder](https://bitbucket.org/genomicepidemiology/kmerfinder/src/master/) to verify sample purity.

### Long Read Assembly

For users that only have Nanopore data, the pipeline quality trims these using [PoreChop](https://github.com/rrwick/Porechop) and assesses basic sequencing QC utilizing [NanoPlot](https://github.com/wdecoster/NanoPlot) and [PycoQC](https://github.com/a-slide/pycoQC).
For users that only have Nanopore data, the pipeline quality trims these using [PoreChop](https://github.com/rrwick/Porechop) and assesses basic sequencing QC utilizing [NanoPlot](https://github.com/wdecoster/NanoPlot) and [PycoQC](https://github.com/a-slide/pycoQC). Contamination of the assembly is checked using [Kraken2](https://ccb.jhu.edu/software/kraken2/) and [Kmerfinder](https://bitbucket.org/genomicepidemiology/kmerfinder/src/master/) to verify sample purity.

The pipeline can then perform long read assembly utilizing [Unicycler](https://github.com/rrwick/Unicycler), [Miniasm](https://github.com/lh3/miniasm) in combination with [Racon](https://github.com/isovic/racon), [Canu](https://github.com/marbl/canu) or [Flye](https://github.com/fenderglass/Flye) by using the [Dragonflye](https://github.com/rpetit3/dragonflye)(\*) pipeline. Long reads assembly can be polished using [Medaka](https://github.com/nanoporetech/medaka) or [NanoPolish](https://github.com/jts/nanopolish) with Fast5 files.

> [!NOTE]
Expand All @@ -47,6 +48,11 @@ For users specifying both short read and long read (NanoPore) data, the pipeline

In all cases, the assembly is assessed using [QUAST](http://bioinf.spbau.ru/quast). The resulting bacterial assembly is furthermore annotated using [Prokka](https://github.com/tseemann/prokka), [Bakta](https://github.com/oschwengers/bakta) or [DFAST](https://github.com/nigyta/dfast_core).

If Kmerfinder is invoked, the pipeline will group samples according to the [Kmerfinder](https://bitbucket.org/genomicepidemiology/kmerfinder/src/master/)-estimated reference genomes. Afterwards, two QUAST steps will be carried out: an initial ('general') [QUAST](http://bioinf.spbau.ru/quast) of all samples without reference genomes, and subsequently, a 'by reference genome' [QUAST](http://bioinf.spbau.ru/quast) to aggregate samples with their reference genomes.

> [!NOTE]
> This scenario is supported when [Kmerfinder](https://bitbucket.org/genomicepidemiology/kmerfinder/src/master/) analysis is performed only.

## Usage

> [!NOTE]
Expand Down
7 changes: 5 additions & 2 deletions assets/multiqc_config.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
report_comment: >
This report has been generated by the <a href="https://github.com/nf-core/bacass/releases/tag/2.2.0" target="_blank">nf-core/bacass</a>
This report has been generated by the <a href="https://github.com/nf-core/bacass/releases/tag/2.3.0" target="_blank">nf-core/bacass</a>
analysis pipeline. For information about how to interpret these results, please see the
<a href="https://nf-co.re/bacass/2.2.0/docs/output" target="_blank">documentation</a>.
<a href="https://nf-co.re/bacass/2.3.0/docs/output" target="_blank">documentation</a>.
report_section_order:
"nf-core-bacass-methods-description":
order: -1000
Expand All @@ -13,3 +13,6 @@ report_section_order:
export_plots: true

disable_version_detection: true
use_filename_as_sample_name:
- prokka
- bakta
Loading
Loading