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
(generated the example.aln with 'clustalw2 example.fasta -CLUSTERING=UPGMA')
$ RNAalifold example.aln
RNAalifold(96372,0x7fffb166b380) malloc: *** error for object 0x7ff24c501cb0: pointer being freed was not allocated
*** set a breakpoint in malloc_error_break to debug
Abort trap: 6
##########
mlocarna
##########
ignores the gene with empty name '>' since it cannot create a file with name ''
The text was updated successfully, but these errors were encountered:
thanks to Paul Klemm:
RNAalifold, locarna
SOURCE of error : fasta with an empty genename
-> RNAalifold throws malloc error
-> locarna ignores gene with empty name
##############################################
##########
RNAalifold
##########
(generated the example.aln with 'clustalw2 example.fasta -CLUSTERING=UPGMA')
$ RNAalifold example.aln
RNAalifold(96372,0x7fffb166b380) malloc: *** error for object 0x7ff24c501cb0: pointer being freed was not allocated
*** set a breakpoint in malloc_error_break to debug
Abort trap: 6
##########
mlocarna
##########
ignores the gene with empty name '>' since it cannot create a file with name ''
The text was updated successfully, but these errors were encountered: