sarek icon indicating copy to clipboard operation
sarek copied to clipboard

replace .collect().ifEmpty([]) by .toList()

Open maxulysse opened this issue 1 year ago • 4 comments

cf https://github.com/nf-core/rnaseq/issues/882

PR checklist

  • [ ] This comment contains a description of changes (with reason).
  • [ ] If you've fixed a bug or added code that should be tested, add tests!
  • [ ] If you've added a new tool - have you followed the pipeline conventions in the contribution docs- [ ] If necessary, also make a PR on the nf-core/sarek branch on the nf-core/test-datasets repository.
  • [ ] Make sure your code lints (nf-core lint).
  • [ ] Ensure the test suite passes (nextflow run . -profile test,docker --outdir <OUTDIR>).
  • [ ] Usage Documentation in docs/usage.md is updated.
  • [ ] Output Documentation in docs/output.md is updated.
  • [ ] CHANGELOG.md is updated.
  • [ ] README.md is updated (including new tool citations and authors/contributors).

maxulysse avatar Oct 07 '22 13:10 maxulysse

nf-core lint overall result: Passed :white_check_mark: :warning:

Posted for pipeline commit 86e732e

+| ✅ 154 tests passed       |+
#| ❔   4 tests were ignored |#
!| ❗   1 tests had warnings |!

:heavy_exclamation_mark: Test warnings:

  • pipeline_todos - TODO string in methods_description_template.yml: #Update the HTML below to your prefered methods description, e.g. add publication citation for this pipeline

:grey_question: Tests ignored:

  • files_unchanged - File ignored due to lint config: assets/nf-core-sarek_logo_light.png
  • files_unchanged - File ignored due to lint config: docs/images/nf-core-sarek_logo_light.png
  • files_unchanged - File ignored due to lint config: docs/images/nf-core-sarek_logo_dark.png
  • files_unchanged - File ignored due to lint config: lib/NfcoreTemplate.groovy

:white_check_mark: Tests passed:

Run details

  • nf-core/tools version 2.6
  • Run at 2022-10-07 13:03:24

github-actions[bot] avatar Oct 07 '22 13:10 github-actions[bot]

might need to retrigger the tested. looks like they had a hickup

FriederikeHanssen avatar Oct 07 '22 21:10 FriederikeHanssen

I'm not sure it's actually working as expected:

home/runner/pytest_workflow_vfashlpr/Run_default_pipeline/results/multiqc' does not exist while it should

maxulysse avatar Oct 10 '22 11:10 maxulysse

Likewise on smrnaseq, we also had a couple of issues there.

apeltzer avatar Oct 10 '22 12:10 apeltzer