Skip to content

Commit

Permalink
Update default end_reason_labels
Browse files Browse the repository at this point in the history
  • Loading branch information
Psy-Fer committed Sep 17, 2024
1 parent 0cd6f4e commit f43512b
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion python/pyslow5.pyx
Original file line number Diff line number Diff line change
Expand Up @@ -1499,7 +1499,9 @@ cdef class Open:
"hublett_board_id": None,
"satellite_firmware_version": None}

end_reason_labels = ['unknown', 'partial', 'mux_change', 'unblock_mux_change', 'signal_positive', 'signal_negative']
# end_reason_labels = ['unknown', 'partial', 'mux_change', 'unblock_mux_change', 'signal_positive', 'signal_negative']
# update end_reason to be more likely compatible with current pod5 format & end_reasons
end_reason_labels = ["unknown", "mux_change", "unblock_mux_change", "data_service_unblock_mux_change", "signal_positive", "signal_negative", "api_request", "device_data_error"]

if aux:
return header, end_reason_labels
Expand Down

0 comments on commit f43512b

Please sign in to comment.