Skip to content

Commit b4332d9

Browse files
committed
Linting fix
1 parent 68b9a21 commit b4332d9

File tree

1 file changed

+12
-10
lines changed

1 file changed

+12
-10
lines changed

CHANGELOG.md

Lines changed: 12 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -14,23 +14,25 @@ Thank you to everyone else that has contributed by reporting bugs, enhancements
1414
- [PR #1351](https://github.com/nf-core/rnaseq/pull/1351) - Adding Kraken2/Bracken on unaligned reads as an additional quality control step to detect sample contamination
1515

1616
### Parameters
17-
| Old parameter | New parameter |
18-
| ------------------ | `--contaminant_screening` |
19-
| | `--kraken_db` |
20-
| | `--save_kraken_assignments` |
21-
| | `--save_kraken_unassigned` |
22-
| | `--bracken_precision` |
17+
18+
| Old parameter | New parameter |
19+
| ------------- | --------------------------- |
20+
| | `--contaminant_screening` |
21+
| | `--kraken_db` |
22+
| | `--save_kraken_assignments` |
23+
| | `--save_kraken_unassigned` |
24+
| | `--bracken_precision` |
2325

2426
> **NB:** Parameter has been **updated** if both old and new parameter information is present.
2527
> **NB:** Parameter has been **added** if just the new parameter information is present.
2628
> **NB:** Parameter has been **removed** if new parameter information isn't present.
2729
2830
### Software dependencies
2931

30-
| Dependency | Old version | New version |
31-
| -------------- | ----------- | ----------- |
32-
| `Kraken2` | ----------- | 2.1.3 |
33-
| `Bracken` | ----------- | 2.9 |
32+
| Dependency | Old version | New version |
33+
| ---------- | ----------- | ----------- |
34+
| `Kraken2` | ----------- | 2.1.3 |
35+
| `Bracken` | ----------- | 2.9 |
3436

3537
> **NB:** Dependency has been **updated** if both old and new version information is present.
3638
>

0 commit comments

Comments
 (0)