-
Notifications
You must be signed in to change notification settings - Fork 94
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
fix(fusionreport) set html as optional #380
Conversation
This PR is against the
|
|
@rannick as we thought the error propagates and fails in With error message: Looking into it |
Actually I'm not sure how we want to handle this, if empty files or handling the error. Let's talk tomorrow |
I would limit the change to fusionreport and implement a logical gate in case fusionreport output is empty in another PR, i.e. keep fusioninspector unchanged. Does that make sense to you? |
Hi @fevac - I'm interested to hear how you are getting on with this fix as the same issue is currently preventing me from using this workflow - is there anything I can work with you on? |
The plan is to do what @rannick suggested above: so implementing a logical switch in a different PR. I have not started yet so feel free to start if you have the time. Not sure if @rannick might have time or has been looking into it |
This reverts commit 98fb0ba.
Part of: #376
PR checklist
nf-core lint
).nextflow run . -profile 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).