Pseudo-review: first release - #88
Conversation
…datasync into implement_rclone
Implement rclone
Generate MultiQC Report with `comparechecksum` tables and input samplesheet
Implement review suggestions
Add local test profile
|
ewels
left a comment
There was a problem hiding this comment.
Great stuff! Quick pass on the pipeline as an overview (not too much on the actual dataflow code and modules, on the assumption that it's already well tested there).
Looks great: some minor comments, but hopefully all quite quick to resolve.
| @@ -0,0 +1,52 @@ | |||
| /* Keep the internal row identifier available to MultiQC without displaying it. */ | |||
There was a problem hiding this comment.
This, in contrast, makes me nervous 😆
I think I get at what you're doing with most of this, though some of the CSS makes me wonder if you're papering over rendering issues that should be solved at MultiQC level. Please make issues if that's the case (can always cut this out of the pipeline in the future, doesn't need to be a blocker).
There was a problem hiding this comment.
If it's okay, we will leave this as-is now and create a new issue to tackle this once the release is done
|
Hi @ewels, |
Change default branch
Implement review suggestions
|
Hi @ewels, I have merged the branch with the changes you suggested :) When you have the time, would you mind taking a look at it again? I think the only suggestion I didn't include for the time being is the MultiQC one (I have opened an issue to address that after the release), but please let me know if there is anything I have missed. Thank you! |
Add memory definition to avoid failing on seqera platform
Warning
Not intended to be merged.
This PR is just to give a meaningful whole-pipeline diff for a first-release code view.
Because
masteris on a very old version of the template, much of the diff in #82 is from template updates.This PR is to a branch that comes from template v4.0.3, which I believe is the latest version of the template that has been merged into
dev. As a result, the diff should be a minimal version of "what's new in the pipeline versus the boilerplate template".It's not intended for this PR to be merged. Once used for review, it can be closed and the branch discarded, then #8 merged and first release.