Skip to content

Commit 1ca5e18

Browse files
authored
Merge pull request #63 from matrulda/update_contribution_guidelines_regarding_displaying_results
Update CONTRIBUTION regarding displaying tool results
2 parents a2d589f + 1dadfaa commit 1ca5e18

File tree

3 files changed

+10
-1
lines changed

3 files changed

+10
-1
lines changed

.github/CONTRIBUTING.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -82,6 +82,12 @@ If you wish to contribute a new step, please use the following coding standards:
8282
9. Update MultiQC config `assets/multiqc_config.yml` so relevant suffixes, file name clean up and module plots are in the appropriate order. If applicable, add a [MultiQC](https://https://multiqc.info/) module.
8383
10. Add a description of the output files and if relevant any appropriate images from the MultiQC report to `docs/output.md`.
8484

85+
### Things to consider regarding displaying results for a new tool
86+
87+
- If a MultiQC module exist for the tool, use the standard settings for it to start with.
88+
- If no Multiqc module exists, the results of the tool should be made available in the results directory.
89+
- If a tool doesn’t produce output files, the stdout should be channeled into a output file that can be accessible from the outdir of the pipeline.
90+
8591
### Default values
8692

8793
Parameters should be initialised / defined with default values in `nextflow.config` under the `params` scope.

.nf-core.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
bump_version: null
2-
lint: null
2+
lint:
3+
files_unchanged:
4+
- .github/CONTRIBUTING.md
35
nf_core_version: 3.0.2
46
org_path: null
57
repository_type: pipeline

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ Initial release of nf-core/seqinspector, created with the [nf-core](https://nf-c
1313
- [#13](https://github.com/nf-core/seqinspector/pull/13) Generate reports per run, per project and per lane.
1414
- [#49](https://github.com/nf-core/seqinspector/pull/49) Merge with template 3.0.2.
1515
- [#51](https://github.com/nf-core/seqinspector/pull/51) Add nf-test to CI.
16+
- [#63](https://github.com/nf-core/seqinspector/pull/63) Contribution guidelines added about displaying results for new tools
1617

1718
### `Fixed`
1819

0 commit comments

Comments
 (0)