-
Notifications
You must be signed in to change notification settings - Fork 15
Minor fixes and template update #32
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
Master to dev
Bump dev 🚀
Lower resources
Make config same as test profile
Important! Template update for nf-core/tools v3.1.0
Update to latest modules
Bump version for release
Important! Template update for nf-core/tools v3.2.0
|
Co-authored-by: Nicolas Vannieuwkerke <[email protected]>
updated nextflow_schema.json
Important! Template update for nf-core/tools v3.2.1
@christopher-hakkaart Is this blocked by anything or do you just need a second thumbs up? |
The later. I think |
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.
Looks mostly fine to me. Couple of small things I am not clear on
- On your own fork, make a new branch `patch` based on `upstream/main` or `upstream/master`. | ||
- Fix the bug, and bump version (X.Y.Z+1). | ||
- A PR should be made on `master` from patch to directly this particular bug. | ||
- Open a pull-request from `patch` to `main`/`master` with the changes. |
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 think one of main/master
should be chosen and remove reference to the other.
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). | ||
|
||
## 1.0.1 | ||
## dev |
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.
Should this be updated to the latest release? Presumably since we are merging from dev into master this changelog shouldn't have anything only in dev
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.
We usually have dev as a suffix until the release PR
PR checklist
nf-core pipelines 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).