Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Conversation

@Felix-Kummer
Copy link
Collaborator

Adding changes requested in review #8 for the first release of the Rangeland pipeline in nf-core #7 .

@Felix-Kummer Felix-Kummer changed the title Adressing review suggestions Adressing review suggestions for Version 1.0.0 Aug 13, 2024
@github-actions
Copy link

github-actions bot commented Aug 13, 2024

nf-core pipelines lint overall result: Passed ✅ ⚠️

Posted for pipeline commit a651b55

+| ✅ 202 tests passed       |+
#| ❔   2 tests were ignored |#
!| ❗   4 tests had warnings |!
Details

❗ Test warnings:

  • nextflow_config - Config manifest.version should end in dev: 1.0.0
  • readme - README contains the placeholder zenodo.XXXXXXX. This should be replaced with the zenodo doi (after the first release).
  • pipeline_todos - TODO string in README.md: Add citation for pipeline after first release. Uncomment lines below and update Zenodo doi and badge at the top of this file.
  • pipeline_todos - TODO string in methods_description_template.yml: #Update the HTML below to your preferred methods description, e.g. add publication citation for this pipeline

❔ Tests ignored:

  • files_exist - File is ignored: conf/igenomes.config
  • files_exist - File is ignored: conf/igenomes_ignored.config

✅ Tests passed:

Run details

  • nf-core/tools version 3.0.2
  • Run at 2024-11-26 14:58:33

docs/usage.md Outdated
Comment on lines 334 to 335
--mosaic_visualization = '[boolean]'
--pyramid_visualization = '[boolean]'
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
--mosaic_visualization = '[boolean]'
--pyramid_visualization = '[boolean]'
mosaic_visualization = 'true'
pyramid_visualization = 'true'

maybe also add a title=paramters.yml to the code block and switch the language. for reproducibility I would discourage cli paramter input and nudge people to use a paramter file instead.

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I would need to change that for every parameter in usage.md
Previously I was told to use cli parameter input.
Is there a guideline for that?

docs/usage.md Outdated
Comment on lines 347 to 348
--save_ard = '[boolean]'
--save_tsa = '[boolean]'
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

same as above

The default value is 2.
### Module output publishing

Certain users may not be interested in the pipeline's outputs.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

why would one want to run a pipeline, while not being interested in the outputs? 🤔

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This was requested by a colleague for evaluating workflow execution approaches using different task placement strategies.

@Felix-Kummer Felix-Kummer merged commit caee766 into nf-core:dev Nov 26, 2024
5 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants