-
Notifications
You must be signed in to change notification settings - Fork 708
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
Add reference recommendations to usage docs #1314
Add reference recommendations to usage docs #1314
Conversation
Dev -> master for 3.14.0 release
Sentence per line to allow easier commenting.
I've opened this a draft as I think it would be good to get more comments etc. before merging. Most of the checklist didn't seem relevant for a docs only change and I wasn't sure how to edit |
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.
Good suggestions on content, but much of this is already covered, if at a lower level of detail, in the pre-existing material.
I've suggested some minor improvements to flow etc of your additions, but in general these need to be worked into existing sections to make sure we're not repeating ourselves.
This was just a bit of an information dump to start with but I agree it makes sense to combine with what is already there. I guess I overlooked it because it is an "options" section further down and I figured that was more about the technical details of the different arguments and not so much the broader question of which genome/annotation to use. Could we move the combined section closer to the start as it's likely to be relevant to more users than the options sections? |
Let's postpone reorganisation for a future PR (@drpatelh may have views), and stick with the new content integration for the moment. |
Co-authored-by: Jonathan Manning <[email protected]>
@pinin4fjords I've incorporated your suggestions and moved the new content to the existing sections |
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.
Just some more tweaks, then we probably need @drpatelh to approve.
Co-authored-by: Jonathan Manning <[email protected]>
Thanks alot for this @lazappi ! We will include it in the next release! Would love for @tdanhorn @MatthiasZepper to give this a once over too since they were involved in discussions in the parent issue. PS: I also sent you an invite to become a member of the nf-core community on Github. Hopefully, future contributions won't have to be approved on PRs. |
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 is a really nice write-up and summary! I think the pipeline will profit greatly from this additional documentation. The only concern that I have is using the toplevel
assemblies directly.
On the other hand, the quantification may be good enough and the impact not as big as I presume.
Co-authored-by: Matthias Zepper <[email protected]>
|
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.
Just restoring the pre-existing structure. All of this content belongs under the Explicit Reference File Specification section.
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.
Thanks for the input and feedback everyone, think this is looking good now.
Adds a section to the usage docs providing more information and recommendations about reference files. Fixes #1086.
PR checklist
nf-core lint
).nextflow run . -profile test,docker --outdir <OUTDIR>
).nextflow run . -profile debug,test,docker --outdir <OUTDIR>
).docs/usage.md
is updated.docs/output.md
is updated.CHANGELOG.md
is updated.README.md
is updated (including new tool citations and authors/contributors).