about summary refs log tree commit diff
path: root/tests/test_domagi.py
AgeCommit message (Collapse)Author
2026-08-28Bridge extracted subpaths.Arun Isaac
2026-08-28Split subpaths selected by extract path range into discrete fragments.Arun Isaac
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.
2026-08-27Provide type and metavar for depth --bed-input.Arun Isaac
We also fix the test to pass in a string rather than a Path.
2026-08-26Do not traverse graph when extracting segments in path range.Arun Isaac
2026-08-26Traverse symmetrically in both directions with extract.Arun Isaac
2026-08-26Test domagi extract on node extraction.Arun Isaac
2026-08-21Build duckdb database only once in a setup fixture.Arun Isaac
2026-08-21Add chop subcommand.Arun Isaac
2026-08-21When testing, canonicalize links before comparing them.Arun Isaac
2026-08-15Error out if user-specified path does not exist.Arun Isaac
2026-08-15Add domagi overlap --paths.Arun Isaac
2026-08-15When sorting a data frame by a single column, only pass in a string.Arun Isaac
2026-08-15Add domagi overlap.Arun Isaac
2026-08-14Reverse complement sequences as required in FASTA.Arun Isaac
2026-08-14Test paths --fasta.Arun Isaac
2026-07-27Initial commitArun Isaac