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
New Issue which came up with feature/speedup-submat-batches-tweaked
The mutation length loop assigned the cluster IDs according to the order of the shortest mutation profile up to the longest mutation profile. This would mean that we have non-stable cluster IDs when adding sequences to the input file. To counter that I added a small loop to assign the cluster IDs according to the order of the input file. In cases where we cache the mutation profiles and a cached sequence would be modified in the next run, breakfast would assign a different cluster ID than in the first run. The contents of the cluster would not change, only the number.
New Issue which came up with feature/speedup-submat-batches-tweaked
The mutation length loop assigned the cluster IDs according to the order of the shortest mutation profile up to the longest mutation profile. This would mean that we have non-stable cluster IDs when adding sequences to the input file. To counter that I added a small loop to assign the cluster IDs according to the order of the input file. In cases where we cache the mutation profiles and a cached sequence would be modified in the next run, breakfast would assign a different cluster ID than in the first run. The contents of the cluster would not change, only the number.
Example
First File testfile.tsv
Second file: testfile_caching06_ModifiedSequences.tsv
Example2-2 was modified and will not be part of the same cluster anymore.
Output of first run
Output of second run
Expected output of second run
The text was updated successfully, but these errors were encountered: