lh3 / miniasm

Ultrafast de novo assembly for long noisy reads (though having no consensus step)
MIT License
303 stars 69 forks source link

failed at index.c #26

Open xthua opened 7 years ago

xthua commented 7 years ago

hi, I tried miniasm to deal with one cell pacbio data, it was OK. however, when i used miniasm to assemble two cells pacbio data, it failed, and the error information was listed below: 4 minimap: index.c:205: worker_pipeline: Assertion `strlen(s->seq[i].name) <= 254' failed. is the seq[i].name mean the name of the sequence? i check the name of the sequence, and it was like that "@m170607_042556_42221_c101205872550000001823287710171764_s1_p0/12/0_2474 RQ=0.843". any advice? Thank you very much!

Xiaoting