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
I've investigated why this is a problem for cath-refine-align but not cath-superpose and I've found that it's because the alignment_context passed to use_all_alignment_outputters() by cath_superposer::superpose()here is restricted to the relevant regions, whereas the one passed (to the same function) by cath_align_refiner::refine()here isn't.
Recent commits (eg 8078efc) that make this clearer and make it easy to now switch cath-refine-align over to passing a restricted alignment_context.
But this raises the issue of why the relevant alignment outputter isn't just getting this right using the alignment_context it gets given...
Performing the following:
...generates a second alignment file in which the numbering starts at 1, not at the start of the specified domain.
The text was updated successfully, but these errors were encountered: