Skip to content

Tags: nextgenusfs/gfftk

Tags

26.2.12

Toggle 26.2.12's commit message
Fix phase field initialization for ncRNA genes without CDS

When parsing genes with mRNA/transcript type but no CDS features (ncRNA),
the phase field was not being appended to the results dictionary, causing
a length mismatch error in validate_models().

This fix adds results['phase'].append([]) for ncRNA genes to match the
pattern used for other gene types, ensuring all required fields have
consistent lengths.

Fixes 5 failing tests related to parsing genes without CDS features.

v26.2.12

Toggle v26.2.12's commit message
Fix phase field initialization for ncRNA genes without CDS

When parsing genes with mRNA/transcript type but no CDS features (ncRNA),
the phase field was not being appended to the results dictionary, causing
a length mismatch error in validate_models().

This fix adds results['phase'].append([]) for ncRNA genes to match the
pattern used for other gene types, ensuring all required fields have
consistent lengths.

Fixes 5 failing tests related to parsing genes without CDS features.

v25.6.10

Toggle v25.6.10's commit message
bump version to 25.6.10 to match git tag

v25.6.9

Toggle v25.6.9's commit message
update version

v25.4.17

Toggle v25.4.17's commit message
bump version for re-build

v24.10.30

Toggle v24.10.30's commit message
typo and missing save

v24.2.4

Toggle v24.2.4's commit message
updates to consensus module

v23.12.5

Toggle v23.12.5's commit message
split on whitespace for fasta header

v23.9.6

Toggle v23.9.6's commit message
try binary write

v0.1.7

Toggle v0.1.7's commit message
bump version; fix for gzip writing output