Skip to content
Merged
14 changes: 13 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
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.0dev - [date]
## v2.3.0 - dev - [date]
Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Since you aren't releasing a new version, just adding to whatever the next release is, you don't need to set up a new dev tag. Just leave #v2.2.0dev and include your changes there. Typically, a new release will include more than just some tidying up. See the recent Sarek JSON improvement PR for an example.

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for the advice.


### `Added`

Expand All @@ -13,6 +13,18 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

### `Deprecated`

## v2.2.0 - André Cidade - [2025-3-25]

### `Added`

### `Fixed`

- [#469](https://github.com/nf-core/funcscan/pull/469) Changed descriptions from 'nextflow_schema.json' and 'schema_input.json'.

### `Dependencies`

### `Deprecated`

## v2.1.0 - Egyptian Koshari - [2025-03-05]

### `Added`
Expand Down
2 changes: 1 addition & 1 deletion assets/schema_input.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"sample": {
"type": "string",
"pattern": "^\\S+$",
"errorMessage": "Sample name must be provided and cannot contain spaces",
"errorMessage": "Sample ID must be provided, must be an integer or string and cannot contain spaces",
"meta": ["id"]
},
"fasta": {
Expand Down
5 changes: 2 additions & 3 deletions nextflow_schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,7 @@
"description": "MultiQC report title. Printed as page header, used for filename if not otherwise specified.",
"fa_icon": "fas fa-file-signature"
}
},
"help_text": ""
}
},
"screening_type_activation": {
"title": "Screening type activation",
Expand Down Expand Up @@ -1408,7 +1407,7 @@
"description": "The p-value cutoff for protein domains to be included.",
"fa_icon": "fas fa-filter",
"default": 1e-9,
"help_text": "The p-value cutoff for protein domains to be included.\n\nFor more information see the GECCO [documentation](https://github.com/zellerlab/GECCO).\n\n> Modifies tool parameter(s):\n> - GECCO: `--pfilter`"
"help_text": "For more information see the GECCO [documentation](https://github.com/zellerlab/GECCO).\n\n> Modifies tool parameter(s):\n> - GECCO: `--pfilter`"
},
"bgc_gecco_threshold": {
"type": "number",
Expand Down
Loading