chanzuckerberg / idseq-workflows

Portable WDL workflows for IDseq production pipelines
https://idseq.net/
MIT License
31 stars 12 forks source link

add error logging to generate coverage stats #151

Closed morsecodist closed 2 years ago

morsecodist commented 2 years ago

We currently have an exception thrown in here but because of subprocess we can't see a traceback or even what the exception is. This error is not deterministic so without some runtime logging we will never solve it. So here it is.