Skip to content

Commit b61074c

Browse files
committed
Update parameters table
1 parent 2344f27 commit b61074c

File tree

1 file changed

+21
-9
lines changed

1 file changed

+21
-9
lines changed

CHANGELOG.md

Lines changed: 21 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -31,15 +31,27 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
3131

3232
### Parameters
3333

34-
| Old parameter | New parameter |
35-
| ---------------------- | ------------------ |
36-
| `--clusterOptions` | |
37-
| `--conda` | `--enable_conda` |
38-
| | `--skip_qc` |
39-
| | `--aligner` |
40-
| | `--save_unaligned` |
41-
| `--skip_diff_analysis` | `--skip_deseq2_qc` |
42-
| | `--read_length` |
34+
| Old parameter | New parameter |
35+
| ---------------------- | ----------------------- |
36+
| `--conda` | `--enable_conda` |
37+
| `--skip_diff_analysis` | `--skip_deseq2_qc` |
38+
| | `--skip_qc` |
39+
| | `--aligner` |
40+
| | `--save_unaligned` |
41+
| | `--read_length` |
42+
| | `--multiqc_title` |
43+
| | `--gff` |
44+
| | `--bowtie2_index` |
45+
| | `--chromap_index` |
46+
| | `--star_index` |
47+
| | `--validate_params` |
48+
| | `--show_hidden_params` |
49+
| | `--config_profile_name` |
50+
| `--clusterOptions` | |
51+
| `--single_end` | |
52+
| `--name` | |
53+
| `--hostnames` | |
54+
4355

4456
> **NB:** Parameter has been **updated** if both old and new parameter information is present.
4557
> **NB:** Parameter has been **added** if just the new parameter information is present.

0 commit comments

Comments
 (0)