-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Debbuging cadnanov2 export of paranemic crossovers when both segments…
… are in the 3' direction
- Loading branch information
Showing
4 changed files
with
56 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -26,3 +26,4 @@ tests_outputs/ | |
.vscode/ | ||
dist/ | ||
.mypy_cache/ | ||
test_paranemic.py |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
27 changes: 27 additions & 0 deletions
27
tests_inputs/cadnano_v2_export/test_paranemic_crossover_other_direction.sc
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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} | ||
] | ||
} | ||
] | ||
} |