-
Notifications
You must be signed in to change notification settings - Fork 36
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
MultiQC not resuming #233
Comments
unclear if this is intended or not --> verify |
Ask @fmalmeida what he had to do to make this work :) |
I thought there was a "don't cache" setting somewhere, and it was intended, but there's not. It happens on every nf-core pipeline... @ewels Any thoughts on where this is coming from? Might be better to move this to tools. |
Thought the same initially, but its not been set here. Not a major problem here anyways (and negligible runtime too, considering how much $$$ go into demuxing an entire flowcell ;-)). |
I woudn't say the runtime is negligible... on a recent large flow cell, multiqc ran for ~1h (not sure how much time was wasted on staging-in files though). I also never got why one would intentionally not resume multiqc... |
Hey hey hey, https://github.com/nf-core/demultiplex/blob/master/lib/NfcoreTemplate.groovy#L72-L95 |
This means that its not so easy to adapt this without changing the workflow_summary_mqc.yaml and methods_description_mqc.yaml by changing whats ingested into these two YAML files as there are some variables that contain timestamps and thus are updated on any resume. To be more explicit lets close this ticket, enable |
I assessed this in the current dev branch (commit id: 892b9d8). These files are modified with each execution because they contain some data like timestamp of execution, runName, among others.
|
Thanks for the analysis... If this is to be changed, then it should happen at the pipeline template level in |
Added it: |
I will file an issue there and we can take it up once this has been agreed upon in the wider community - will x-ref this ticket here so we can take it up once there was a decision in the community... :) See this one: nf-core/tools#3110 |
No description provided.
The text was updated successfully, but these errors were encountered: