File tree Expand file tree Collapse file tree 1 file changed +21
-9
lines changed Expand file tree Collapse file tree 1 file changed +21
-9
lines changed Original file line number Diff line number Diff 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.
You can’t perform that action at this time.
0 commit comments