You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .github/CONTRIBUTING.md
+7-8Lines changed: 7 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -70,14 +70,13 @@ If you wish to contribute a new step, please use the following coding standards:
70
70
3. Define the output channel if needed (see below).
71
71
4. Add any new flags/options to `nextflow.config` with a default (see below).
72
72
5. Add any new flags/options to `nextflow_schema.json` with help text (with `nf-core schema build .`).
73
-
6. Add any new flags/options to the help message (for integer/text parameters, print to help the corresponding `nextflow.config` parameter).
74
-
7. Add sanity checks for all relevant parameters.
75
-
8. Add any new software to the `scrape_software_versions.py` script in `bin/` and the version command to the `scrape_software_versions` process in `main.nf`.
76
-
9. Do local tests that the new code works properly and as expected.
77
-
10. Add a new test command in `.github/workflow/ci.yaml`.
78
-
11. If applicable add a [MultiQC](https://https://multiqc.info/) module.
79
-
12. Update MultiQC config `assets/multiqc_config.yaml` so relevant suffixes, name clean up, General Statistics Table column order, and module figures are in the right order.
80
-
13. Optional: Add any descriptions of MultiQC report sections and output files to `docs/output.md`.
73
+
6. Add sanity checks for all relevant parameters.
74
+
7. Add any new software to the `scrape_software_versions.py` script in `bin/` and the version command to the `scrape_software_versions` process in `main.nf`.
75
+
8. Do local tests that the new code works properly and as expected.
76
+
9. Add a new test command in `.github/workflow/ci.yaml`.
77
+
10. If applicable add a [MultiQC](https://https://multiqc.info/) module.
78
+
11. Update MultiQC config `assets/multiqc_config.yaml` so relevant suffixes, name clean up, General Statistics Table column order, and module figures are in the right order.
79
+
12. Optional: Add any descriptions of MultiQC report sections and output files to `docs/output.md`.
- Improved output documentation for MultiQC general stats table (thanks to @KathrinNaegele and @esalmela)
20
+
- Improved output documentation for BowTie2 (thanks to @isinaltinkaya)
21
+
-[#612](https://github.com/nf-core/eager/issues/612) Updated BAM trimming defaults to 0 to ensure no unwanted trimming when mixing half-UDG with no-UDG (thanks to @scarlhoff)
22
+
-[#722](https://github.com/nf-core/eager/issues/722) Updated BWA mapping mapping parameters to latest recommendations - primarily alnn back to 0.01 and alno to 2 as per Oliva et al. 2021 (10.1093/bib/bbab076)
23
+
- Updated workflow diagrams to reflect latest functionality
0 commit comments