Skip to content

Commit 16b5eae

Browse files
bschilderclaude
andcommitted
Bump version to 1.0.1, update NEWS.md
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent b6c3c57 commit 16b5eae

2 files changed

Lines changed: 21 additions & 1 deletion

File tree

DESCRIPTION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Package: echotabix
22
Type: Package
33
Title: Echoverse Module: Automated Creation and Querying of Tabix Files
4-
Version: 1.0.0
4+
Version: 1.0.1
55
Date: 2026-03-08
66
Authors@R:
77
c(person(given = "Brian",

NEWS.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,23 @@
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

0 commit comments

Comments
 (0)