gpertea / stringtie

Transcript assembly and quantification for RNA-Seq
MIT License
365 stars 76 forks source link

running with point feature file #347

Closed Amhaslam closed 2 years ago

Amhaslam commented 2 years ago

string-tie is crashed while using point feature

Error: invalid call to GRefPtData::add() - cannot add feature with ref id 13893200 to ref data id 282328656! String-tie_point_feature.txt

gpertea commented 2 years ago

Thank you for reporting this. This issue was caused by a GList move operator bug, fixed via b498cdd.

Amhaslam commented 2 years ago

thank you for fixing it