-
Notifications
You must be signed in to change notification settings - Fork 5
Adressing review suggestions for Version 1.0.0 #9
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
…essing results, some minor adjustments in the docs.
|
docs/usage.md
Outdated
| --mosaic_visualization = '[boolean]' | ||
| --pyramid_visualization = '[boolean]' |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
| --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.
There was a problem hiding this comment.
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
| --save_ard = '[boolean]' | ||
| --save_tsa = '[boolean]' |
There was a problem hiding this comment.
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. |
There was a problem hiding this comment.
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? 🤔
There was a problem hiding this comment.
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.
Co-authored-by: Matthias Hörtenhuber <[email protected]>
Co-authored-by: Matthias Hörtenhuber <[email protected]>
Adding changes requested in review #8 for the first release of the Rangeland pipeline in nf-core #7 .