artic-network / fieldbioinformatics

The ARTIC field bioinformatics pipeline
MIT License
112 stars 68 forks source link

fix: update longshot to avoid intermittent `thread 'main' panicked at 'assertion failed: p <= 0.0'` error #117

Closed KatSteinke closed 2 years ago

KatSteinke commented 2 years ago

To fix issue #109 (longshot crashing for certain files), I've updated environment.yml to use a newer version in which this error has been fixed (0.4.3 and above should do the trick, both conda and mamba pull 0.4.5 for me).

KatSteinke commented 2 years ago

Given the update to 1.2.3 includes an update of longshot to version 0.4.5, which was the only change my pull request introduced, I'll close this.