You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Related to #91, illumina.util.load_checkpoint only works as expected with the most common case, for a completed FASTQGeneration. Looking at Checkpoint.txt for interrupted/failed cases I see that in general there's both an integer and a keyword (which just happens to be an empty string in the common case). load_checkpoint should be updated to parse out both an integer and a keyword in all cases.
The text was updated successfully, but these errors were encountered:
The example files here cover all three cases I've observed in
Checkpoint.txt files, two of which would not parse correctly with the
existing load_checkpoint code. These tests assume we get back a
2-member list with an integer and a keyword in all three cases.
Related to #91,
illumina.util.load_checkpoint
only works as expected with the most common case, for a completed FASTQGeneration. Looking at Checkpoint.txt for interrupted/failed cases I see that in general there's both an integer and a keyword (which just happens to be an empty string in the common case).load_checkpoint
should be updated to parse out both an integer and a keyword in all cases.The text was updated successfully, but these errors were encountered: