-
Notifications
You must be signed in to change notification settings - Fork 13
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
First Release #15
First Release #15
Conversation
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.
Hi Rike, thanks for the PR!
For the tests to run, you can fix the container pulling and tagging as suggested. Additionally, we try to do release tags with 1.0.0 rather than 1.0. Do you think that you could still change it with bump-versions?
Additionally, there is an updated github actions CI workflow and a new container pushing workflow in the template that are quite useful. Maybe you could update these?
Co-authored-by: Gisela Gabernet <[email protected]>
Co-authored-by: Gisela Gabernet <[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.
HI Rike, I have some small changes. Great work with the pipeline!
@ggabernet let's see if this works now |
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 the container slug in the nextflow.config is missing ;)
Co-authored-by: Gisela Gabernet <[email protected]>
waiting on the tests to pass before merging |
@ggabernet I realised that my branch was not named correctly and their was no docker image built triggered. which is why I have now renamed the branch.
Many thanks to contributing to nf-core/bamtofastq!
Please fill in the appropriate checklist below (delete whatever is not relevant). These are the most common things requested on pull requests (PRs).
PR checklist
nextflow run . -profile test,docker
).nf-core lint .
).docs
is updatedCHANGELOG.md
is updatedREADME.md
is updatedLearn more about contributing: https://github.com/nf-core/bamtofastq/tree/master/.github/CONTRIBUTING.md