Commit ede2b3f
authored
Modify only_adjacent_edges to rely on overlapping locations only (#602)
* example to reproduce, should change to grouping by overlap only for only_adjacent_edges (drop support for partial overlap)
* suppress known test warnings
* change how only_adjacent_edges works, now it wont work for partial overhangs, but work properly in other cases
* remove comment
* fix assembly_uses_only_adjacent_edges
* better solution with partially_digested_seqs_in_restriction_ligation_assembly
* fix partially_digested_seqs_in_restriction_ligation_assembly to handle pre-cut inputs and add decicated test for this
* Add inversion assembly support for single-input recombination (#603)
* remove comment
* first version working with two examples
* keep back-compatibility and add deprecation warnings
* added tests
* add recombinase_assembly
* add history validations to test to ensure inversion is correctly validated
* update replay_products for recombinase
* restore only_adjacent_edges=True in restriction_ligation_assembly
* fix tests + copilot feedback1 parent 231626e commit ede2b3f
11 files changed
Lines changed: 623 additions & 149 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
908 | 908 | | |
909 | 909 | | |
910 | 910 | | |
911 | | - | |
| 911 | + | |
912 | 912 | | |
913 | | - | |
| 913 | + | |
914 | 914 | | |
915 | 915 | | |
916 | 916 | | |
| |||
977 | 977 | | |
978 | 978 | | |
979 | 979 | | |
980 | | - | |
| 980 | + | |
981 | 981 | | |
982 | 982 | | |
983 | 983 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
57 | 57 | | |
58 | 58 | | |
59 | 59 | | |
60 | | - | |
| 60 | + | |
61 | 61 | | |
62 | | - | |
| 62 | + | |
63 | 63 | | |
64 | 64 | | |
65 | 65 | | |
| |||
320 | 320 | | |
321 | 321 | | |
322 | 322 | | |
323 | | - | |
| 323 | + | |
324 | 324 | | |
325 | 325 | | |
326 | 326 | | |
| |||
367 | 367 | | |
368 | 368 | | |
369 | 369 | | |
370 | | - | |
| 370 | + | |
371 | 371 | | |
372 | 372 | | |
373 | 373 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
0 commit comments