-
Notifications
You must be signed in to change notification settings - Fork 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
Release 1.1.0 - Resolution Road #105
base: master
Are you sure you want to change the base?
Conversation
Sync dev to master
Co-authored-by: Florian Wuennemann <[email protected]>
Merging template updates, dev version bump after release, module update
Co-authored-by: Florian Wuennemann <[email protected]>
Fixed multiqc report
Mindagap skip
updated changelog
Prepare release 1.1.0
|
you seem to have CI issues, is that planned or normal? |
It was not expected, in a template update, I changed the CI and skipped conda only on dev, I opened a PR with the fix: #106 |
@maxulysse Not planned. Forgot to disable conda for the full pipeline test. Will make fix and add to this PR 👍🏻 ! |
Exclude conda from all tests.
@maxulysse All checks green 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.
Don't you have a logo?
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 do have a logo, don't know where that went in the repo @kbestak? Logo can be found here also:
https://github.com/nf-core/logos/tree/master/hexagon-stickers/molkart
conf/igenomes_ignored.config
Outdated
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.
you shouldn't need this file.
do you have igenomes in the nf-core features to ignore?
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 am guessing this is a remnant from an older template that didn't get removed automatically?
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.
kill it with fire
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.
what happened to the logo?
tests/main.nf.test
Outdated
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.
nft-utils would make the snapshots both easier and more complete
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.
Can you be a bit more specific here? What exactly from nft-utils would help here. Is that something we can do for the next release or you think it would help for this version?
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.
basically follow this logic:
https://github.com/nf-core/sarek/blob/master/tests/default.nf.test#L1-L41
remove
https://github.com/nf-core/sarek/blob/master/tests/default.nf.test#L22-L24
and
https://github.com/nf-core/sarek/blob/master/tests/default.nf.test#L36-L37
That will capture ALL the files produced by the pipeline
You will need a .nftignorefile
such as https://github.com/nf-core/sarek/blob/master/tests/.nftignore
and you adapt the non stable files with its content
@@ -4,3 +4,4 @@ | |||
======================================================================================== | |||
*/ | |||
|
|||
trace.overwrite = true |
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.
do you really need that?
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.
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.
Looking good, minor requests
Co-authored-by: Maxime U Garcia <[email protected]>
This PR will update the master branch for the next release 1.1.0 Resolution Road.
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).