diff options
| author | Arun Isaac | 2026-08-28 00:46:37 +0100 |
|---|---|---|
| committer | Arun Isaac | 2026-08-28 03:01:35 +0100 |
| commit | 1783136fa37cb502d07ce2e4bb0474cd3a0ff1f2 (patch) | |
| tree | 627216bee7bb53b15f41fc02b0851b0d7e7487cd /test-data | |
| parent | 427d6d4f08be08864a414655786368d58b8d6485 (diff) | |
| download | domagi-1783136fa37cb502d07ce2e4bb0474cd3a0ff1f2.tar.gz domagi-1783136fa37cb502d07ce2e4bb0474cd3a0ff1f2.tar.lz domagi-1783136fa37cb502d07ce2e4bb0474cd3a0ff1f2.zip | |
Split subpaths selected by extract path range into discrete fragments.
When `domagi extract` is given a path range, it may select discontinuous fragments of other paths. These fragments must be output as separate paths, not erroneously merged together.
Diffstat (limited to 'test-data')
| -rw-r--r-- | test-data/expected-output/test1-extract-path-no-bridge-10-20.gfa | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/test-data/expected-output/test1-extract-path-no-bridge-10-20.gfa b/test-data/expected-output/test1-extract-path-no-bridge-10-20.gfa new file mode 100644 index 0000000..4846f99 --- /dev/null +++ b/test-data/expected-output/test1-extract-path-no-bridge-10-20.gfa @@ -0,0 +1,9 @@ +H VN:Z:1.0 +S 6 TTG +L 6 + 8 + 0M +S 8 G +L 8 + 9 + 0M +S 9 AAATTTTCTGGAGTTCTAT +P x:10-33 6+,8+,9+ * +P y:10-13 6+ * +P y:14-33 9+ * |
