Skip to content

Commit 0ea1c1f

Browse files
authored
Merge pull request #1027 from d4straub/update-params
Adjust parameter naming and add parameter types
2 parents 2cc22e4 + eaa4793 commit 0ea1c1f

50 files changed

Lines changed: 596 additions & 503 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.github/workflows/nf-test.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ on:
99
- "**/*.svg"
1010
release:
1111
types: [published]
12-
workflow_dispatch:
12+
workflow_dispatch: null
1313

1414
# Cancel if a newer run is started
1515
concurrency:
@@ -50,7 +50,7 @@ jobs:
5050
env:
5151
NFT_VER: ${{ env.NFT_VER }}
5252
with:
53-
max_shards: 17
53+
max_shards: 18
5454

5555
- name: debug
5656
run: |
@@ -79,8 +79,8 @@ jobs:
7979
- isMain: false
8080
profile: "singularity"
8181
NXF_VER:
82-
- "25.10.4"
83-
- "latest-everything"
82+
- 26.04.0
83+
- latest-everything
8484
env:
8585
NXF_ANSI_LOG: false
8686
TOTAL_SHARDS: ${{ needs.nf-test-changes.outputs.total_shards }}

.nf-core.yml

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
lint:
2+
nextflow_config: false # TODO: Remove when tools supports parameter types
3+
schema_params: false # TODO: Remove when tools supports parameter types
24
files_exist:
35
- conf/igenomes.config
46
files_unchanged:
@@ -8,11 +10,11 @@ lint:
810
- assets/nf-core-ampliseq_logo_dark.png
911
- docs/images/nf-core-ampliseq_logo_light.png
1012
- docs/images/nf-core-ampliseq_logo_dark.png
11-
nextflow_config:
12-
- config_defaults:
13-
- params.report_template
14-
- params.report_css
15-
- params.report_logo
13+
# nextflow_config: # TODO: Enable when tools supports parameter types
14+
# - config_defaults:
15+
# - params.report_template
16+
# - params.report_css
17+
# - params.report_logo
1618
nf_core_version: 4.0.2
1719
repository_type: pipeline
1820
template:

CHANGELOG.md

Lines changed: 19 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
44
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
55

6-
## nf-core/ampliseq version 2.19.0dev - [YYYY-MM-DD]
6+
## nf-core/ampliseq version 3.0.0dev - [YYYY-MM-DD]
77

88
### `Added`
99

@@ -14,10 +14,28 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1414
### `Changed`
1515

1616
- [#1018](https://github.com/nf-core/ampliseq/pull/1018) - Change version to 2.19.0dev (by @d4straub)
17+
- [#1027](https://github.com/nf-core/ampliseq/pull/1027) - Changed parameters, including the default of `--sample_inference` from `independent` to `pooled` and `--dada_taxonomy_rc` isnt enforced with IonTorrent and PacBio any more (by @d4straub)
18+
19+
| previously | now | comment |
20+
| ----------------- | ----------------------------- | ------- |
21+
| --nanopore | --sequencing_type nanopore | |
22+
| --pacbio | --sequencing_type pacbio | |
23+
| --iontorrent | --sequencing_type nanopore | |
24+
| --single_end | --sequencing_type illumina_se | |
25+
| default | --sequencing_type illumina_pe | default |
26+
| | --asv_calling auto | default |
27+
| default | --asv_calling dada2 | new |
28+
| | --asv_calling savont | new |
29+
| --illumina_pe_its | --illumina_pe_readthrough | |
30+
| --extension | --input_folder_extensions | |
31+
| --FW_primer | --primer_fwd | |
32+
| --RV_primer | --primer_rev | |
33+
| --classifier | --qiime_classifier | |
1734

1835
### `Fixed`
1936

2037
- [#1019](https://github.com/nf-core/ampliseq/pull/1019) - Improve channel assignment & improve some version reporting (by @d4straub)
38+
- [#1027](https://github.com/nf-core/ampliseq/pull/1027) - SBDI's file `dna.tsv` recorded "paired" as lib_layout if `--single_end` was not specified alongside `--pacbio` or `--iontorrent`; now reports "single" in that cases (by @d4straub)
2139

2240
### `Dependencies`
2341

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111

1212
[![Cite with Zenodo](http://img.shields.io/badge/DOI-10.5281/zenodo.1493841-1073c8?labelColor=000000)](https://doi.org/10.5281/zenodo.1493841)[![Cite Publication](https://img.shields.io/badge/Cite%20Us!-Cite%20Publication-important?labelColor=000000)](https://doi.org/10.3389/fmicb.2020.550420)
1313

14-
[![Nextflow](https://img.shields.io/badge/version-%E2%89%A525.10.4-green?style=flat&logo=nextflow&logoColor=white&color=%230DC09D&link=https%3A%2F%2Fnextflow.io)](https://www.nextflow.io/)
14+
[![Nextflow](https://img.shields.io/badge/version-%E2%89%A526.04.0-green?style=flat&logo=nextflow&logoColor=white&color=%230DC09D&link=https%3A%2F%2Fnextflow.io)](https://www.nextflow.io/)
1515
[![nf-core template version](https://img.shields.io/badge/nf--core_template-4.0.2-green?style=flat&logo=nfcore&logoColor=white&color=%2324B064&link=https%3A%2F%2Fnf-co.re)](https://github.com/nf-core/tools/releases/tag/4.0.2)
1616
[![run with conda](http://img.shields.io/badge/run%20with-conda-3EB049?labelColor=000000&logo=anaconda)](https://docs.conda.io/en/latest/)
1717
[![run with docker](https://img.shields.io/badge/run%20with-docker-0db7ed?labelColor=000000&logo=docker)](https://www.docker.com/)
@@ -66,8 +66,8 @@ Now, you can run the pipeline using:
6666
nextflow run nf-core/ampliseq \
6767
-profile <docker/singularity/.../institute> \
6868
--input "samplesheet.tsv" \
69-
--FW_primer "GTGYCAGCMGCCGCGGTAA" \
70-
--RV_primer "GGACTACNVGGGTWTCTAAT" \
69+
--primer_fwd "GTGYCAGCMGCCGCGGTAA" \
70+
--primer_rev "GGACTACNVGGGTWTCTAAT" \
7171
--outdir <OUTDIR>
7272
```
7373

assets/schema_multiregion.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,13 +22,13 @@
2222
"type": "string",
2323
"pattern": "^[ATUGCYRSWKMBDHVN]*$",
2424
"errorMessage": "FW_primer must be provided and may contain only uppercase nucleotide IUPAC code [ATUGCYRSWKMBDHVN]",
25-
"meta": ["fw_primer"]
25+
"meta": ["primer_fwd"]
2626
},
2727
"RV_primer": {
2828
"type": "string",
2929
"pattern": "^[ATUGCYRSWKMBDHVN]*$",
3030
"errorMessage": "RV_primer must be provided and may contain only uppercase nucleotide IUPAC code [ATUGCYRSWKMBDHVN]",
31-
"meta": ["rv_primer"]
31+
"meta": ["primer_rev"]
3232
}
3333
},
3434
"required": ["region", "region_length", "FW_primer", "RV_primer"]

0 commit comments

Comments
 (0)