diff --git a/test/tests_inputs/cadnano_v2_export/test_paranemic_crossover_other_direction.sc b/test/tests_inputs/cadnano_v2_export/test_paranemic_crossover_other_direction.sc new file mode 100644 index 000000000..9369f373c --- /dev/null +++ b/test/tests_inputs/cadnano_v2_export/test_paranemic_crossover_other_direction.sc @@ -0,0 +1,27 @@ +{ + "version": "0.19.4", + "grid": "square", + "helices": [ + {"grid_position": [19, 14], "idx": 1, "max_offset": 64}, + {"grid_position": [19, 15], "idx": 0, "max_offset": 64}, + {"grid_position": [19, 16], "idx": 3, "max_offset": 64}, + {"grid_position": [19, 17], "idx": 2, "max_offset": 64} + ], + "strands": [ + { + "color": "#0066cc", + "is_scaffold": true, + "domains": [ + {"helix": 3, "forward": false, "start": 8, "end": 24}, + {"helix": 1, "forward": false, "start": 8, "end": 24} + ] + }, + { + "color": "#007200", + "domains": [ + {"helix": 2, "forward": false, "start": 24, "end": 50}, + {"helix": 0, "forward": false, "start": 24, "end": 50} + ] + } + ] +} \ No newline at end of file