Skip to content

Commit

Permalink
Merge pull request #218 from danilodileo/release
Browse files Browse the repository at this point in the history
Last PR before the release
  • Loading branch information
danilodileo authored Dec 7, 2023
2 parents 163312a + 9160116 commit 5b77bcd
Show file tree
Hide file tree
Showing 23 changed files with 71 additions and 58 deletions.
4 changes: 2 additions & 2 deletions assets/multiqc_config.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
report_comment: >
This report has been generated by the <a href="https://github.com/nf-core/metatdenovo/releases/tag/2.5.1" target="_blank">nf-core/metatdenovo</a>
This report has been generated by the <a href="https://github.com/nf-core/metatdenovo/releases/tag/1.0.0" target="_blank">nf-core/metatdenovo</a>
analysis pipeline. For information about how to interpret these results, please see the
<a href="https://nf-co.re/metatdenovo/2.5.1/docs/output" target="_blank">documentation</a>.
<a href="https://nf-co.re/metatdenovo/1.0.0/docs/output" target="_blank">documentation</a>.
report_section_order:
"nf-core-metatdenovo-methods-description":
Expand Down
14 changes: 7 additions & 7 deletions modules.json
Original file line number Diff line number Diff line change
Expand Up @@ -67,27 +67,27 @@
},
"samtools/flagstat": {
"branch": "master",
"git_sha": "63e817de8c617131447192ab2c4e70b4ed4071f7",
"git_sha": "a64788f5ad388f1d2ac5bd5f1f3f8fc81476148c",
"installed_by": ["bam_stats_samtools"]
},
"samtools/idxstats": {
"branch": "master",
"git_sha": "63e817de8c617131447192ab2c4e70b4ed4071f7",
"git_sha": "a64788f5ad388f1d2ac5bd5f1f3f8fc81476148c",
"installed_by": ["bam_stats_samtools"]
},
"samtools/index": {
"branch": "master",
"git_sha": "5394565c5fe4c760e5b35977ec7607c62e81d1f8",
"git_sha": "a64788f5ad388f1d2ac5bd5f1f3f8fc81476148c",
"installed_by": ["bam_sort_stats_samtools"]
},
"samtools/sort": {
"branch": "master",
"git_sha": "3f5420aa22e00bd030a2556dfdffc9e164ec0ec5",
"git_sha": "a64788f5ad388f1d2ac5bd5f1f3f8fc81476148c",
"installed_by": ["bam_sort_stats_samtools"]
},
"samtools/stats": {
"branch": "master",
"git_sha": "3f5420aa22e00bd030a2556dfdffc9e164ec0ec5",
"git_sha": "a64788f5ad388f1d2ac5bd5f1f3f8fc81476148c",
"installed_by": ["bam_stats_samtools"]
},
"seqtk/mergepe": {
Expand Down Expand Up @@ -131,12 +131,12 @@
"nf-core": {
"bam_sort_stats_samtools": {
"branch": "master",
"git_sha": "af41b722617a973f3c2c0f83a5f64095e4d87ca2",
"git_sha": "a64788f5ad388f1d2ac5bd5f1f3f8fc81476148c",
"installed_by": ["subworkflows"]
},
"bam_stats_samtools": {
"branch": "master",
"git_sha": "0da36ce43056d68253d3c422c7137223ac6d3c3a",
"git_sha": "a64788f5ad388f1d2ac5bd5f1f3f8fc81476148c",
"installed_by": ["bam_sort_stats_samtools"]
}
}
Expand Down
4 changes: 2 additions & 2 deletions modules/local/eukulele/search.nf
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ process EUKULELE_SEARCH {

conda "bioconda::eukulele=2.0.5"
container "${ workflow.containerEngine == 'singularity' && !task.ext.singularity_pull_docker_container ?
'https://depot.galaxyproject.org/singularity/eukulele:2.0.5--pyh723bec7_0' :
'biocontainers/eukulele:2.0.5--pyh723bec7_0' }"
'https://depot.galaxyproject.org/singularity/eukulele:2.0.7--pyh78b79e7_0' :
'biocontainers/eukulele:2.0.7--pyh78b79e7_0' }"

input:
tuple val(meta), path(fasta), val(dbname), path(eukdb)
Expand Down
2 changes: 1 addition & 1 deletion modules/nf-core/samtools/flagstat/environment.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/samtools/flagstat/main.nf

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

1 change: 1 addition & 0 deletions modules/nf-core/samtools/flagstat/tests/main.nf.test

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

2 changes: 1 addition & 1 deletion modules/nf-core/samtools/idxstats/environment.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/samtools/idxstats/main.nf

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

1 change: 1 addition & 0 deletions modules/nf-core/samtools/idxstats/tests/main.nf.test

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

2 changes: 1 addition & 1 deletion modules/nf-core/samtools/index/environment.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/samtools/index/main.nf

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

2 changes: 1 addition & 1 deletion modules/nf-core/samtools/sort/environment.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/samtools/sort/main.nf

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

5 changes: 4 additions & 1 deletion modules/nf-core/samtools/sort/tests/main.nf.test

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

19 changes: 14 additions & 5 deletions modules/nf-core/samtools/sort/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 modules/nf-core/samtools/stats/environment.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/samtools/stats/main.nf

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

2 changes: 1 addition & 1 deletion modules/nf-core/samtools/stats/tests/main.nf.test

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

20 changes: 10 additions & 10 deletions modules/nf-core/samtools/stats/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 nextflow.config
Original file line number Diff line number Diff line change
Expand Up @@ -282,7 +282,7 @@ manifest {
description = """Assembly and annotation of metatranscriptomic data, both prokaryotic and eukaryotic"""
mainScript = 'main.nf'
nextflowVersion = '!>=23.04.0'
version = '2.5.1'
version = '1.0.0'
}

// Load modules.config for DSL2 module specific options
Expand Down
5 changes: 2 additions & 3 deletions nextflow_schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@
},
"se_reads": {
"type": "boolean",
"default": false,
"description": "activate when using single end reads input"
"description": "activate when using single end reads input",
"fa_icon": "fas fa-long-arrow-alt-right"
},
"outdir": {
"type": "string",
Expand Down Expand Up @@ -510,7 +510,6 @@
"validate_params": {
"type": "boolean",
"description": "Boolean whether to validate parameters against the schema at runtime",
"default": false,
"fa_icon": "fas fa-check-square",
"hidden": true
},
Expand Down

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

Loading

0 comments on commit 5b77bcd

Please sign in to comment.