Commit 9452d1a
Fix duplicated factor levels in cluster_refs_by_group()
When the same tRNA ref appears in multiple strain groups, ref_order
accumulated duplicates causing factor() to error. Use setdiff() to
preserve first-occurrence order while deduplicating.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>1 parent 1d11d55 commit 9452d1a
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
82 | 82 | | |
83 | 83 | | |
84 | 84 | | |
85 | | - | |
| 85 | + | |
86 | 86 | | |
87 | 87 | | |
88 | 88 | | |
| |||
0 commit comments