dputhier / libgtftk

gtftk C Library and program

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Convert_ensembl

dputhier opened this issue · comments

Coming back with convert_ensembl :).

	gtftk short_long -C -l -V 2 -i Homo_sapiens.GRCh38.91.chr.gtf.gz | gtftk convert_ensembl -V 2
	|--- 10:58-DEBUG_MEM-convert_ensembl : GTF deleted (#lines=641667, file=-, ptr_addr=0x7fbeb2db8830, id=4427222224, nb=2).
	python(49366,0x7fff77bed000) malloc: *** error for object 0x7fbeb2db9be0: pointer being freed was not allocated
	*** set a breakpoint in malloc_error_break to debug
	Abort trap: 6

The last push seems to fix this one too ... to be confirmed !
Well, the conversion to ensembl works but there is still a malloc error at the end.

Yes, convertion works but ends up with a segfault when deleting GTF from memory.

Can you try now ?

Whaou :). I guess this one is fixed now !