Skip to content

Commit 66ae486

Browse files
committed
Linting fixes
1 parent 24813cc commit 66ae486

3 files changed

Lines changed: 6 additions & 26 deletions

File tree

.vscode/settings.json

Lines changed: 1 addition & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -1,24 +1,3 @@
11
{
2-
"markdown.styles": [
3-
"public/vscode_markdown.css"
4-
],
5-
"workbench.colorCustomizations": {
6-
"activityBar.activeBackground": "#2f7b49",
7-
"activityBar.background": "#2f7b49",
8-
"activityBar.foreground": "#e7e7e7",
9-
"activityBar.inactiveForeground": "#e7e7e799",
10-
"activityBarBadge.background": "#442c73",
11-
"activityBarBadge.foreground": "#e7e7e7",
12-
"commandCenter.border": "#e7e7e799",
13-
"sash.hoverBorder": "#2f7b49",
14-
"statusBar.background": "#215633",
15-
"statusBar.foreground": "#e7e7e7",
16-
"statusBarItem.hoverBackground": "#2f7b49",
17-
"statusBarItem.remoteBackground": "#215633",
18-
"statusBarItem.remoteForeground": "#e7e7e7",
19-
"titleBar.activeBackground": "#215633",
20-
"titleBar.activeForeground": "#e7e7e7",
21-
"titleBar.inactiveBackground": "#21563399",
22-
"titleBar.inactiveForeground": "#e7e7e799"
23-
}
2+
"markdown.styles": ["public/vscode_markdown.css"]
243
}

CHANGELOG.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,13 +10,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1010
- [#799](https://github.com/nf-core/mag/pull/799) - Add `--cat_classify_unbinned`, to enable taxonomic classification of unbinned contigs using CAT (by @dialvarezs)
1111

1212
### `Changed`
13+
1314
- [#799](https://github.comf/nf-core/mag/pull/799) - Migrate from local CAT modules to nf-core ones, updating version (by @dialvarezs)
1415

1516
### `Dependencies`
1617

17-
| Tool | Previous version | New version |
18-
| ------- | ---------------- | ----------- |
19-
| CAT | 5.2.3 | 6.0.1 |
18+
| Tool | Previous version | New version |
19+
| ---- | ---------------- | ----------- |
20+
| CAT | 5.2.3 | 6.0.1 |
2021

2122
## v4.0.0 - [2025-05-22]
2223

docs/usage.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,7 @@ You can also pass to `--busco_db` a URL pointing to a lineage tarball, or the ta
140140
This database can be downloaded from the [CAT developers' website](https://tbb.bio.uu.nl/tina/CAT_pack_prepare/), which is based in the Netherlands (and could be slow for other regions of the world).
141141

142142
> [!NOTE]
143-
Only the `CAT_nr` database is supported by the pipeline.
143+
> Only the `CAT_nr` database is supported by the pipeline.
144144
145145
Enabling the `--cat_db_generate` option will create a new database using the latest version of the NCBI nr database. This requires a large download (over 200 GB) and several hours of subsequent processing. If you enable the `--save_cat_db` option, the database will be saved in the `Taxonomy/CAT/db` directory and can be reused in future runs by specifying its path with `--cat_db`.
146146

0 commit comments

Comments
 (0)