Skip to content
Open
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
5 changes: 3 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

### `Dependencies`

| Tool | Previous version | New version |
| ---- | ---------------- | ----------- |
| Tool | Previous version | New version |
| ------- | ---------------- | ----------- |
| diamond | 2.1.12 | 2.1.24 |

## v2.0.0 - [2026-04-15]

Expand Down
2 changes: 1 addition & 1 deletion conf/test.config
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ params {

// Input data
input = params.pipelines_testdata_base_path + 'taxprofiler/samplesheet.csv'
databases = params.pipelines_testdata_base_path + 'taxprofiler/database_v2.0.csv'
databases = params.pipelines_testdata_base_path + 'taxprofiler/database_v2.1.csv'
perform_shortread_qc = true
perform_longread_qc = true
perform_shortread_redundancyestimation = true
Expand Down
2 changes: 1 addition & 1 deletion conf/test_alternativepreprocessing.config
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ params {

// Input data
input = params.pipelines_testdata_base_path + 'taxprofiler/samplesheet_shortreadfastqpairsonly.csv'
databases = params.pipelines_testdata_base_path + 'taxprofiler/database_v2.0.csv'
databases = params.pipelines_testdata_base_path + 'taxprofiler/database_v2.1.csv'
perform_shortread_qc = true
perform_longread_qc = true
shortread_qc_tool = 'adapterremoval'
Expand Down
2 changes: 1 addition & 1 deletion conf/test_falcobbduk.config
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ params {

// Input data
input = params.pipelines_testdata_base_path + 'taxprofiler/samplesheet_shortreadfastqpairsonly.csv'
databases = params.pipelines_testdata_base_path + 'taxprofiler/database_v2.0.csv'
databases = params.pipelines_testdata_base_path + 'taxprofiler/database_v2.1.csv'
preprocessing_qc_tool = 'falco'
perform_shortread_qc = true
perform_longread_qc = false
Expand Down
2 changes: 1 addition & 1 deletion conf/test_full.config
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ params {

// Input data for full size test
input = params.pipelines_testdata_base_path + 'taxprofiler/samplesheet_full.csv'
databases = params.pipelines_testdata_base_path + 'taxprofiler/database_full_v2.0.csv'
databases = params.pipelines_testdata_base_path + 'taxprofiler/database_full_v2.1.csv'

// Genome references
hostremoval_reference = 'ftp://ftp.ncbi.nlm.nih.gov/genomes/all/GCA/000/819/615/GCA_000819615.1_ViralProj14015/GCA_000819615.1_ViralProj14015_genomic.fna.gz'
Expand Down
2 changes: 1 addition & 1 deletion conf/test_malt.config
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ params {

// Input data
input = params.pipelines_testdata_base_path + 'taxprofiler/samplesheet_malt.csv'
databases = params.pipelines_testdata_base_path + 'taxprofiler/database_v2.0.csv'
databases = params.pipelines_testdata_base_path + 'taxprofiler/database_v2.1.csv'
perform_shortread_qc = false
perform_longread_qc = false
perform_shortread_redundancyestimation = false
Expand Down
2 changes: 1 addition & 1 deletion conf/test_minimal.config
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ params {

// Input data
input = params.pipelines_testdata_base_path + 'taxprofiler/samplesheet.csv'
databases = params.pipelines_testdata_base_path + 'taxprofiler/database_v2.0.csv'
databases = params.pipelines_testdata_base_path + 'taxprofiler/database_v2.1.csv'
perform_shortread_qc = false
perform_longread_qc = false
perform_shortread_redundancyestimation = false
Expand Down
2 changes: 1 addition & 1 deletion conf/test_nopreprocessing.config
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ params {

// Input data
input = params.pipelines_testdata_base_path + 'taxprofiler/samplesheet.csv'
databases = params.pipelines_testdata_base_path + 'taxprofiler/database_v2.0.csv'
databases = params.pipelines_testdata_base_path + 'taxprofiler/database_v2.1.csv'
perform_shortread_qc = false
perform_longread_qc = false
perform_shortread_redundancyestimation = false
Expand Down
2 changes: 1 addition & 1 deletion modules.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
},
"diamond/blastx": {
"branch": "master",
"git_sha": "c44e4bb090eb4c9136f6d3f786285e4a9000f38f",
"git_sha": "1b534ad2336876dbe82e9fea2773334cb624b426",
"installed_by": ["modules"]
},
"falco": {
Expand Down
2 changes: 1 addition & 1 deletion modules/nf-core/diamond/blastx/environment.yml

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

82 changes: 43 additions & 39 deletions modules/nf-core/diamond/blastx/main.nf

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

35 changes: 26 additions & 9 deletions modules/nf-core/diamond/blastx/meta.yml

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

4 changes: 2 additions & 2 deletions modules/nf-core/diamond/blastx/tests/main.nf.test

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

36 changes: 24 additions & 12 deletions modules/nf-core/diamond/blastx/tests/main.nf.test.snap

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

2 changes: 1 addition & 1 deletion subworkflows/local/profiling/main.nf
Original file line number Diff line number Diff line change
Expand Up @@ -323,7 +323,7 @@ workflow PROFILING {
ch_diamond_reads_format = params.diamond_save_reads ? 'sam' : params.diamond_output_format

DIAMOND_BLASTX(ch_input_for_diamond.reads, ch_input_for_diamond.db, ch_diamond_reads_format, [])
ch_versions = ch_versions.mix(DIAMOND_BLASTX.out.versions.first())
//ch_versions = ch_versions.mix(DIAMOND_BLASTX.out.versions.first())
ch_raw_profiles = ch_raw_profiles.mix(DIAMOND_BLASTX.out.tsv)
ch_multiqc_files = ch_multiqc_files.mix(DIAMOND_BLASTX.out.log)
}
Expand Down
Loading