Is that a bug in multialign function?

2 次查看(过去 30 天)
Jerry
Jerry 2013-3-26
When I run multialign function of bioinformatics toolbox as below, a strange error occur. I think it may be a matlab bug:
>> seq={'FNEAPVEIPSPSETPAKPSEPESTLQPVLSLIPREKKPPRPPKKKYQKAGLYSDVYKTT',... 'FNEAPVEIPSPSETPAKPSEPESTLQPVLSLIPREKKPPRPPKKKYQKAGLYSDVYKTT',... 'FNEAPVEIPSPPETPPKAPEPESTLQPVLSLIPRKRSPHVPQRRSIRKQGCMLTFTKLQ'};
>> multialign(seq) Attempted to access pointer(30,0,3); index must be a positive integer or logical.
Error in profalign (line 426) if bitget(pointer(i,j,state),1)
Error in multialign (line 516) [profs{i+numSeqs} h1 h2] = profalign(profs{ptrs},...

回答(1 个)

Image Analyst
Image Analyst 2013-3-26
But more than likely this probably explains your situation:

类别

Help CenterFile Exchange 中查找有关 Bioinformatics Toolbox 的更多信息

标签

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by