-
Notifications
You must be signed in to change notification settings - Fork 82
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
Entire pipeline crashes at DamageProfiler if no reads present #171
Comments
Yeah, we could simply add an error ignore in the |
No, just the DamageProfiler log. Nothing else was in the corresponding |
I guess we can have the error ignore thing then in the next release ;-) |
DamageProfiler fix appears to work in c3a71e8, but basically the same issue occurs with Qualimap Can the same fix be applied?
|
Yeah fair point - actually the pipelin shouldn't fail if the output is just valid but empty... |
The difference with Damageprofiler is that Qualimap this actually reports this as an error - can you get around that? |
I'm wondering whether this is possible in general - maybe! |
This was addressed in #172 |
running test now, did this fix the qualimap issue too? Or should I set that as another issue? |
I did add a fix for qualimap too - both tools don't behave well with corrupt or empty data... |
And indeed it is working through! Thanks! |
Describe the bug
I was running an EAGER 2.0.6 run with both samples and blanks.
One of the blanks had no reads hitting to the reference genome, and at
damageprofiler
the pipeline crashed because a.json
file wasn't found, as it wasn't created bydamageprofiler
.EAGER error
damageprofiler error (last few lines)
To Reproduce
Run the pipeline with a sample that doesn't map to the reference.
Expected behavior
As damageprofiler isn't a crucial step for downstream steps, allow the pipeline to continue for other samples.
The text was updated successfully, but these errors were encountered: