Skip to content

Commit 85dae3f

Browse files
jasmezzmashehu
andauthored
Apply suggestions from code review [skip ci]
Skip CI tests because only docs are updated (and previous CI tests succeeded) Co-authored-by: Matthias Hörtenhuber <[email protected]>
1 parent 86ba79b commit 85dae3f

File tree

3 files changed

+6
-1
lines changed

3 files changed

+6
-1
lines changed

CHANGELOG.md

+2
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
2424

2525
### `Deprecated`
2626

27+
- FastQC
28+
2729
## v1.1.3 - [2023-08-11]
2830

2931
### `Added`

docs/usage.md

+3-1
Original file line numberDiff line numberDiff line change
@@ -230,7 +230,9 @@ Note that the names of the supplied folders must differ from each other (e.g. `a
230230
231231
### DeepBGC
232232

233-
> ⚠️ The dependencies for the deepBGC database download are currently broken. Until deepBGC gets fixed, users need to provide the database files themselves or just skip the tool (`--bgc_skip_deepbgc`). To provide the files yourself: The links for the database files can be found in [this script](https://github.com/Merck/deepbgc/blob/476934b61521d23c1122a1cfada176ee5e402741/deepbgc/data.py) from the deepBGC GitHub repository. The command `deepbgc download` as described below will not work at the moment.
233+
:::danger
234+
The dependencies for the deepBGC database download are currently broken. Until deepBGC gets fixed, users need to provide the database files themselves or just skip the tool (`--bgc_skip_deepbgc`). To provide the files yourself: The links for the database files can be found in [this script](https://github.com/Merck/deepbgc/blob/476934b61521d23c1122a1cfada176ee5e402741/deepbgc/data.py) from the deepBGC GitHub repository. The command `deepbgc download` as described below will not work at the moment.
235+
:::
234236

235237
DeepBGC relies on trained models and Pfams to run its analysis. nf-core/funcscan will download these databases for you. If the flag `--save_databases` is set, the downloaded files will be stored in the output directory under `databases/deepbgc/`.
236238

nextflow_schema.json

+1
Original file line numberDiff line numberDiff line change
@@ -311,6 +311,7 @@
311311
},
312312
"annotation_prokka_retaincontigheaders": {
313313
"type": "boolean",
314+
"fa_icon":"fas fa-remove-format",
314315
"help_text": "This parameter allows prokka to retain the original contig names by activating `PROKKA`'s `--force` flag. If this parameter is set to `false` it activates `PROKKA`'s flags `--locus-tag PROKKA --centre CENTER` so the locus tags (contig names) will be PROKKA_# and the center tag will be CENTER. By default `PROKKA` changes contig headers to avoid errors that might rise due to long contig headers, so this must be turned on if the user has short contig names that should be retained by `PROKKA`. \n\n> Modifies tool parameter(s):\n> - Prokka: `--locus-tag PROKKA --centre CENTER`\n> - Prokka: `--force`",
315316
"description": "Retains contig names."
316317
}

0 commit comments

Comments
 (0)