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
fix(quant): match STAR's geneInfo.tab fallback strings
When a GTF exon record has no gene_name attribute, STAR's GTF.cpp uses
the gene_id string as the name. When there's no gene_biotype, it uses
the literal string "MissingGeneType". ruSTAR was using empty strings
for both.
Verified byte-for-byte parity against STAR 2.7.11b on a synthetic
2-chr / 4-transcript / 4-gene test case (/tmp/rustar_diff): all 9
small text files (chrName/chrLength/chrStart/chrNameLength.txt,
transcriptInfo.tab, exonInfo.tab, geneInfo.tab, exonGeTrInfo.tab,
sjdbList.fromGTF.out.tab) now diff-clean.
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
0 commit comments