-
Notifications
You must be signed in to change notification settings - Fork 41
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
Prepare release 2.0.0 #59
Conversation
Fix broken link
Merging template updates 2.1
Co-authored-by: Alexander Peltzer <apeltzer@users.noreply.github.com>
prepare release
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.
A couple of comments but mostly looking good:
- Some modules could be made nf-core/modules, they are not overly specific to bacass 👍🏻
- Minor typo
Workflow runs fine locally, and AWS tests seem to work fine too - so good to go for me 👍🏻
@@ -0,0 +1,50 @@ | |||
// Import generic module functions |
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.
Might be a candidate for nf-core/modules ;-)
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.
Postponed, see #61
@@ -0,0 +1,36 @@ | |||
// Import generic module functions |
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.
Same here
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.
Postponed, see #61
@@ -0,0 +1,43 @@ | |||
// Import generic module functions |
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.
Same here
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.
Postponed, see #61
@@ -0,0 +1,41 @@ | |||
// Import generic module functions |
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.
Same here
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.
Postponed, see #61
@@ -0,0 +1,41 @@ | |||
// Import generic module functions |
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.
Same here
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.
Postponed, see #61
@@ -0,0 +1,41 @@ | |||
// Import generic module functions |
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.
Same here
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.
Postponed, see #61
@@ -0,0 +1,50 @@ | |||
// Import generic module functions |
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.
SAme here
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.
Postponed, see #61
@@ -0,0 +1,34 @@ | |||
// Import generic module functions |
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.
Same here
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.
Postponed, see #61
@@ -0,0 +1,52 @@ | |||
// Import generic module functions |
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.
Same here
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.
Postponed, see #61
workflows/bacass.nf
Outdated
ch_software_versions = ch_software_versions.mix(FASTQC.out.version.first().ifEmpty(null)) | ||
|
||
// | ||
// MODULE: Skewer, trim and combine short read read-pairs per sample. Similar to nf-core vipr |
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.
// MODULE: Skewer, trim and combine short read read-pairs per sample. Similar to nf-core vipr | |
// MODULE: Skewer, trim and combine short read read-pairs per sample. |
That pipeline has never surfaced ;-)
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! I cannot commit this suggestion because I have no write-right on dev. I will need to commit this in a PR to dev if you do not want/can commit it yourself.
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.
Opened PR to dev, please see #60
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 good to me
README.md
Outdated
|
||
## Credits | ||
|
||
nf-core/bacass was originally written by Andreas Wilm, Alexander Peltzer. | ||
nf-core/bacass was initiated by [Andreas Wilm](https://github.com/andreas-wilm), originally written by [Alex Peltzer](https://github.com/apeltzer) (DSLv1) and rewritten by [Daniel Straub](https://github.com/d4straub) (DSLv2). |
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.
nf-core/bacass was initiated by [Andreas Wilm](https://github.com/andreas-wilm), originally written by [Alex Peltzer](https://github.com/apeltzer) (DSLv1) and rewritten by [Daniel Straub](https://github.com/d4straub) (DSLv2). | |
nf-core/bacass was initiated by [Andreas Wilm](https://github.com/andreas-wilm), originally written by [Alex Peltzer](https://github.com/apeltzer) (DSLv1) and rewritten by [Daniel Straub](https://github.com/d4straub) (DSL2). |
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! Should I than also change from DSLv1
to DSL1
?
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 cannot commit this suggestion because I have no write-right on dev. I will need to commit this in a PR to dev if you do not want/can commit it yourself.
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.
Opened PR to dev, please see #60
resolve reviewer comments
Good to go - you may release ;-) |
|
In preparation of release 2.0.0. Mainly template update, conversion to DSL2 and software updates. Details in the CHANGELOG.
FYI, running on AWS with nextflow tower using github actions metagtests succeeded.
PR checklist
CHANGELOG.md
is updateddocs
is updated