You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CONTRIBUTING.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,4 +1,4 @@
1
-
# Contributing to ruSTAR
1
+
# Contributing to rustar-aligner
2
2
3
3
## Building and testing
4
4
@@ -20,7 +20,7 @@ Small synthetic and yeast test data lives in `test/`. Integration tests in `test
20
20
21
21
## Project history
22
22
23
-
ruSTAR was written as a faithful port of [STAR](https://github.com/alexdobin/STAR) by Alexander Dobin. Up to the initial release, the goal was behavioral parity with STAR — matching its algorithms, thresholds, and output formats as closely as possible. Notes from that development phase are in `docs/dev/`.
23
+
rustar-aligner was written as a faithful port of [STAR](https://github.com/alexdobin/STAR) by Alexander Dobin. Up to the initial release, the goal was behavioral parity with STAR — matching its algorithms, thresholds, and output formats as closely as possible. Notes from that development phase are in `docs/dev/`.
24
24
25
25
Future development is not bound by that constraint. Adding STARsolo, new features, or diverging from STAR behavior is entirely welcome.
Copy file name to clipboardExpand all lines: ROADMAP.md
+6-6Lines changed: 6 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,4 +1,4 @@
1
-
# ruSTAR Implementation Roadmap
1
+
# rustar-aligner Implementation Roadmap
2
2
3
3
Tracks implementation progress across sessions. Each phase lists its deliverables, files touched, and completion status. Detailed notes for later phases are in `docs/`.
4
4
@@ -197,18 +197,18 @@ See [docs/phase16_algorithm.md](docs/phase16_algorithm.md) for sub-phase notes (
Copy file name to clipboardExpand all lines: docs/dev/ALIGNMENT_FIXES.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,11 +6,11 @@
6
6
7
7
## Executive Summary
8
8
9
-
Fixed critical bugs preventing alignments from working. ruSTAR now successfully aligns reads to the genome with valid SAM output, though performance and unique/multi classification need improvement.
9
+
Fixed critical bugs preventing alignments from working. rustar-aligner now successfully aligns reads to the genome with valid SAM output, though performance and unique/multi classification need improvement.
Copy file name to clipboardExpand all lines: docs/dev/BUGFIX_2026-02-09.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -100,7 +100,7 @@ Always try to merge with previous Match operation before pushing new one:
100
100
-**Root Cause:** Internal representation uses global genome coordinates (cumulative across all chromosomes), but SAM/SJ format requires per-chromosome coordinates
101
101
102
102
### Coordinate Systems
103
-
**Internal (ruSTAR):**
103
+
**Internal (rustar-aligner):**
104
104
- Global genome coordinates: cumulative across all chromosomes
0 commit comments