Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
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
43 changes: 24 additions & 19 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,38 +3,43 @@
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).

## v3.1.0dev - [date]
## v4.0.0dev - [date]

### `Breaking change`

- [](https://github.com/nf-core/funcscan/pull/) Updated AMPcombi, changed parameter `amp_ampcombi_cluster_removesingletons` into `amp_ampcombi_cluster_keepsingletons`. (by @jasmezz)

### `Added`

- [#483](https://github.com/nf-core/funcscan/pull/483) **New screening workflow** for CAZyme Gene Cluster (CGC) and substrate prediction, through dbCAN (by @HaidYi)
- [#483](https://github.com/nf-core/funcscan/pull/483) Added support for preannotated input with optional GFF column in samplesheet for dbCAN CAZyme Gene Cluster (CGC) and substrate prediction, with new `--dbcan_skip_cgc` and `--dbcan_skip_substrate` parameters (by @HaidYi)
- [#500](https://github.com/nf-core/funcscan/pull/500) Updated pipeline template to nf-core/tools version 3.4.1 (by @jfy133)
- [#508](https://github.com/nf-core/funcscan/pull/508) Added support for antiSMASH's --clusterhmmer, --fullhmmer, and --tigrfam options (❤️ to @yusukepockyby for requesting, @jfy133)
- [#506](https://github.com/nf-core/funcscan/pull/506) Added support GECCO convert for generation of additional files useful for downstream analysis (by @SkyLexS)
- [#507](https://github.com/nf-core/funcscan/pull/507) Updated to nf-core template v3.5.1 (by @jfy133)
- [#510](https://github.com/nf-core funcscan/pull/510) Fixed code to make Nextflow strict-syntax compliant (by @jfy133)
- [#521](https://github.com/nf-core funcscan/pull/521) Added option to turn on RGI's own cleanup of intermediate files (❤️ to @SamD28 for requesting, added by @jfy133)
- [#483](https://github.com/nf-core/funcscan/pull/483) **New screening workflow** for CAZyme Gene Cluster (CGC) and substrate prediction, through dbCAN. (by @HaidYi)
- [#483](https://github.com/nf-core/funcscan/pull/483) Added support for preannotated input with optional GFF column in samplesheet for dbCAN CAZyme Gene Cluster (CGC) and substrate prediction, with new `--dbcan_skip_cgc` and `--dbcan_skip_substrate` parameters. (by @HaidYi)
- [#500](https://github.com/nf-core/funcscan/pull/500) Updated pipeline template to nf-core/tools version 3.4.1. (by @jfy133)
- [#508](https://github.com/nf-core/funcscan/pull/508) Added support for antiSMASH's --clusterhmmer, --fullhmmer, and --tigrfam options. (❤️ to @yusukepockyby for requesting, @jfy133)
- [#506](https://github.com/nf-core/funcscan/pull/506) Added support GECCO convert for generation of additional files useful for downstream analysis. (by @SkyLexS)
- [#507](https://github.com/nf-core/funcscan/pull/507) Updated to nf-core template v3.5.1. (by @jfy133)
- [#510](https://github.com/nf-core/funcscan/pull/510) Fixed code to make Nextflow strict-syntax compliant. (by @jfy133)
- [#521](https://github.com/nf-core/funcscan/pull/521) Added option to turn on RGI's own cleanup of intermediate files. (❤️ to @SamD28 for requesting, added by @jfy133)

### `Fixed`

- [#501](https://github.com/nf-core/funcscan/pull/501) Fixed issue with BAKTA HMMs not being staged correctly (reported by Yusuke Hioki, fix by @jfy133)
- [#501](https://github.com/nf-core/funcscan/pull/501) Fixed issue with BAKTA HMMs not being staged correctly. (reported by Yusuke Hioki, fix by @jfy133)

### `Dependencies`

| Tool | Previous Version | New Version |
| ------- | ---------------- | ----------- |
| dbCAN | | 5.2.9 |
| MultiQC | 1.27 | 1.34 |
| Bakta | 1.10.4 | 1.11.4 |
| Tool | Previous Version | New Version |
| -------- | ---------------- | ----------- |
| AMPcombi | 2.0.1 | 3.0.0 |
| dbCAN | - | 5.2.9 |
| MultiQC | 1.27 | 1.34 |
| Bakta | 1.10.4 | 1.11.4 |

### `Deprecated`

## v3.0.0 - French Chocolatine - [2025-10-04]

### `Added`

- [#477](https://github.com/nf-core/funcscan/pull/477), [#480](https://github.com/nf-core/funcscan/pull/477), [#484](https://github.com/nf-core/funcscan/pull/484) Updated to nf-core template 3.2.1., 3.3.1, 3.3.2 (by @jasmezz, @jfy133)
- [#477](https://github.com/nf-core/funcscan/pull/477), [#480](https://github.com/nf-core/funcscan/pull/477), [#484](https://github.com/nf-core/funcscan/pull/484) Updated to nf-core template 3.2.1., 3.3.1, 3.3.2. (by @jasmezz, @jfy133)
- [#482](https://github.com/nf-core/funcscan/pull/482) Added vertical workflow diagram. (by @jasmezz)

### `Fixed`
Expand Down Expand Up @@ -126,7 +131,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

- [#322](https://github.com/nf-core/funcscan/pull/322) Updated all modules: introduce environment.yml files. (by @jasmezz)
- [#324](https://github.com/nf-core/funcscan/pull/324) Removed separate DeepARG test profile because database download is now stable. (by @jasmezz)
- [#332](https://github.com/nf-core/funcscan/pull/332) & [#327](https://github.com/nf-core/funcscan/pull/327) Merged pipeline template of nf-core/tools version 2.12.1 (by @jfy133, @jasmezz)
- [#332](https://github.com/nf-core/funcscan/pull/332) & [#327](https://github.com/nf-core/funcscan/pull/327) Merged pipeline template of nf-core/tools version 2.12.1. (by @jfy133, @jasmezz)
- [#338](https://github.com/nf-core/funcscan/pull/338) Set `--meta` parameter to default for Bakta, with singlemode optional. (by @jasmezz)
- [#343](https://github.com/nf-core/funcscan/pull/343) Added contig taxonomic classification using [MMseqs2](https://github.com/soedinglab/MMseqs2/). (by @darcy220606)
- [#358](https://github.com/nf-core/funcscan/pull/358) Improved RGI databases handling, users can supply their own CARD now. (by @jasmezz)
Expand Down Expand Up @@ -199,7 +204,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

### `Fixed`

- [#346](https://github.com/nf-core/funcscan/pull/346) Pinned version of nf-validation to 1.1.3
- [#346](https://github.com/nf-core/funcscan/pull/346) Pinned version of nf-validation to 1.1.3.

### `Dependencies`

Expand Down Expand Up @@ -308,7 +313,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- [#237](https://github.com/nf-core/funcscan/pull/237) Reactivate DeepARG automatic database downloading and CI tests as server is now back up. (by @jfy133)
- [#235](https://github.com/nf-core/funcscan/pull/235) Improved annotation speed by switching off pipeline-irrelevant Bakta annotation steps by default. (by @jasmezz)
- [#235](https://github.com/nf-core/funcscan/pull/235) Renamed parameter `annotation_bakta_db` to `annotation_bakta_db_localpath`. (by @jasmezz)
- [#242](https://github.com/nf-core/funcscan/pull/242) Fixed MACREL '.faa' issue that was generated when it was run on its own and upgraded MACREL from version `1.1.0` to `1.2.0` (by @Darcy220606)
- [#242](https://github.com/nf-core/funcscan/pull/242) Fixed MACREL '.faa' issue that was generated when it was run on its own and upgraded MACREL from version `1.1.0` to `1.2.0`. (by @Darcy220606)
- [#248](https://github.com/nf-core/funcscan/pull/248) Applied best-practice `error("message")` to all (sub)workflow files. (by @jasmezz)
- [#254](https://github.com/nf-core/funcscan/pull/254) Further resource optimisation based on feedback from 'real world' datasets. (ongoing, reported by @alexhbnr and @Darcy220606, fix by @jfy133)
- [#266](https://github.com/nf-core/funcscan/pull/266) Fixed wrong process name in base.config. (reported by @Darcy220606, fix by @jasmezz)
Expand Down
2 changes: 1 addition & 1 deletion bin/ampcombi_download.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/usr/bin/env python3

#########################################
# Authors: [Anan Ibrahim](https://github.com/paleobiotechnology/AMPcombi), [Louisa Perelo](https://github.com/louperelo)
# Authors: [Anan Ibrahim](https://github.com/Darcy220606), [Louisa Perelo](https://github.com/louperelo)
# File: amp_database.py
# Source: https://github.com/paleobiotechnology/AMPcombi/blob/main/ampcombi/amp_database.py
# This source code is licensed under the MIT license
Expand Down
9 changes: 5 additions & 4 deletions conf/modules.config
Original file line number Diff line number Diff line change
Expand Up @@ -625,7 +625,7 @@ process {
"--amplify_file ${params.amp_ampcombi_parsetables_amplify}",
"--macrel_file ${params.amp_ampcombi_parsetables_macrel}",
"--hmmsearch_file ${params.amp_ampcombi_parsetables_hmmsearch}",
"--ampgram_file '.tsv' --amptransformer_file '.txt' --neubi_file '.fasta' --log TRUE",
"--ampgram_file '.tsv' --amptransformer_file '.txt' --neubi_file '.fasta' --log",
"--hmm_evalue ${params.amp_ampcombi_parsetables_hmmevalue}",
"--window_size_stop_codon ${params.amp_ampcombi_parsetables_windowstopcodon}",
"--window_size_transporter ${params.amp_ampcombi_parsetables_windowtransport}",
Expand All @@ -646,7 +646,7 @@ process {
}
},
]
ext.args = "--log TRUE"
ext.args = "--log"
}

withName: AMPCOMBI2_CLUSTER {
Expand All @@ -669,8 +669,9 @@ process {
"--cluster_seq_id ${params.amp_ampcombi_cluster_seqid}",
"--cluster_sensitivity ${params.amp_ampcombi_cluster_sensitivity}",
"--cluster_min_member ${params.amp_ampcombi_cluster_minmembers}",
"--log TRUE",
params.amp_ampcombi_cluster_removesingletons ? '--cluster_remove_singletons' : '',
"--log",
params.amp_ampcombi_cluster_keepsingletons ? '--cluster_keep_singletons' : '',

].join(' ').trim()
}

Expand Down
6 changes: 3 additions & 3 deletions modules.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,17 +12,17 @@
},
"ampcombi2/cluster": {
"branch": "master",
"git_sha": "81880787133db07d9b4c1febd152c090eb8325dc",
"git_sha": "be790aafaa178554b403f862164eb27042f0b35a",
"installed_by": ["modules"]
},
"ampcombi2/complete": {
"branch": "master",
"git_sha": "81880787133db07d9b4c1febd152c090eb8325dc",
"git_sha": "be790aafaa178554b403f862164eb27042f0b35a",
"installed_by": ["modules"]
},
"ampcombi2/parsetables": {
"branch": "master",
"git_sha": "637c3e1796ab13d4c91f3030932598aed94a4f87",
"git_sha": "be790aafaa178554b403f862164eb27042f0b35a",
"installed_by": ["modules"]
},
"ampir": {
Expand Down
6 changes: 3 additions & 3 deletions modules/local/amp_database_download.nf
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
process AMP_DATABASE_DOWNLOAD {
label 'process_single'

conda "bioconda::ampcombi=2.0.1"
conda "bioconda::ampcombi=3.0.0"
container "${ workflow.containerEngine == 'singularity' && !task.ext.singularity_pull_docker_container ?
'https://depot.galaxyproject.org/singularity/ampcombi:2.0.1--pyhdfd78af_0':
'biocontainers/ampcombi:2.0.1--pyhdfd78af_0' }"
'https://depot.galaxyproject.org/singularity/ampcombi:3.0.0--pyhdfd78af_0':
'biocontainers/ampcombi:3.0.0--pyhdfd78af_0' }"

input:
val database_id
Expand Down
2 changes: 1 addition & 1 deletion modules/nf-core/ampcombi2/cluster/environment.yml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

21 changes: 5 additions & 16 deletions modules/nf-core/ampcombi2/cluster/main.nf

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

89 changes: 57 additions & 32 deletions modules/nf-core/ampcombi2/cluster/meta.yml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions modules/nf-core/ampcombi2/cluster/tests/main.nf.test

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading
Loading