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
TRAL fails to read HMMER3 files that omit the optional COMPO line at the beginning of the model section.
According to the spec, the model section starts with an optional composition line, then the I_0 emission probabilities and the BEGIN transistion probabilities. Instead, TRAL treats these as a normal (match/insertion/transition) state and the state machine requires all three to progress.
The text was updated successfully, but these errors were encountered:
TRAL fails to read HMMER3 files that omit the optional COMPO line at the beginning of the model section.
According to the spec, the model section starts with an optional composition line, then the I_0 emission probabilities and the BEGIN transistion probabilities. Instead, TRAL treats these as a normal (match/insertion/transition) state and the state machine requires all three to progress.
The text was updated successfully, but these errors were encountered: