Clinical-Genomics / chanjo-report

Report generator for Chanjo output
MIT License
0 stars 0 forks source link

Fixed LocalStack.__ident_func__ missing error #32

Closed northwestwitch closed 2 years ago

northwestwitch commented 2 years ago

This PR adds | fixes:

How to prepare for test:

How to test:

Run:

Expected outcome:

HTML report should show with no errors --> http://localhost:5000/report?sample_id=sample1&sample_id=sample2&sample_id=sample3

Review:

This version is a:

northwestwitch commented 2 years ago

Super! A little reading later I still dont understand why e.g. threading.get_ident() wouldn't do the trick instead of greenlet, but, hey, the latter looks nice and really well maintained. I would also not be surprised if it made into the standard library before long.

Exactly, I've changed it to use the threading!

northwestwitch commented 2 years ago

Thanks for the review @dnil, I'm merging now!