mirror of
https://github.com/stevenrobertson/cuburn.git
synced 2025-02-05 11:40:04 -05:00
Fix new genome detection in worker.
This commit is contained in:
parent
88abefa4f4
commit
ed09cc6955
@ -118,6 +118,7 @@ def work(server):
|
|||||||
rdr.filts[0].sstd = 10.0
|
rdr.filts[0].sstd = 10.0
|
||||||
rdr.filts[0].dstd = 2.0
|
rdr.filts[0].dstd = 2.0
|
||||||
rdr.filts[0].gspeed = 2.0
|
rdr.filts[0].gspeed = 2.0
|
||||||
|
last_pid, last_gid = pid, gid
|
||||||
|
|
||||||
if last_evt is None:
|
if last_evt is None:
|
||||||
# Create a dummy event for timing
|
# Create a dummy event for timing
|
||||||
|
Loading…
Reference in New Issue
Block a user