-
Notifications
You must be signed in to change notification settings - Fork 10
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
Transdecoder bug #270
Transdecoder bug #270
Conversation
This PR is against the
|
|
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 you upgraded the version too early. I think you shouldn't change version number until you make a release PR. I updated to 1.0.1
in some places, but maybe it should actually still be 1.0.1dev
. It certainly shouldn't be 1.0.2
.
The changes I suggested to CHANGELOG.md
is what I think it should look like. I compared with Ampliseq's.
CHANGELOG.md
Outdated
## v1.0.0 - [date] | ||
|
||
Initial release of nf-core/metatdenovo, created with the [nf-core](https://nf-co.re/) template. | ||
## v1.0.1 - [2024-03-04] |
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'm not sure when you put in the date here, since it depends on when we get the release PR through.
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.
Ok, then I change it.
modules/local/transdecoder.nf
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.
I think it would perhaps been better to remove the nf-core module, and add a new local. But the effect is the same of course.
Co-authored-by: Daniel Lundin <[email protected]>
Co-authored-by: Daniel Lundin <[email protected]>
Co-authored-by: Daniel Lundin <[email protected]>
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).I made a local module for transdecoder in order to solve the caching issue