File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11Package: echotabix
22Type: Package
33Title: Echoverse Module: Automated Creation and Querying of Tabix Files
4- Version: 1.0.0
4+ Version: 1.0.1
55Date: 2026-03-08
66Authors@R:
77 c(person(given = "Brian",
Original file line number Diff line number Diff line change 1+ # echotabix 1.0.1
2+
3+ ## Bug fixes
4+
5+ * Fix ` sort_coordinates_bash ` in-place redirect bug: shell ` > ` redirect
6+ truncated the input file before ` grep ` could read it, producing empty
7+ sorted output. Now writes to a temp file and moves it back.
8+ * Fix ` sort_coordinates_bash ` "subscript out of bounds" error: validate that
9+ ` chrom_col ` , ` start_col ` , ` end_col ` exist in the file header before
10+ accessing column indices.
11+ * Fix ` construct_query ` to validate that start/end positions are not NA
12+ before calling ` IRanges ` , giving a clear error instead of a cryptic
13+ IRanges failure.
14+ * All tests now detect position column dynamically (POS or BP) instead of
15+ hardcoding, fixing failures when ` echodata::BST1 ` uses either name.
16+ * Fix ` test-run_bgzip ` : use ` .tsv ` instead of ` .tsv.gz ` to avoid
17+ double-compression issues with ` run_bgzip ` .
18+ * Fix ` test-convert ` : replace destructive ` tempdir() ` cleanup with targeted
19+ file removal to avoid deleting files needed by later tests.
20+
121# echotabix 1.0.0
222
323## Bug fixes
You can’t perform that action at this time.
0 commit comments