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
With the 'Rfam' CM library, R2DT uses the cmalign --mapstr and --mapali <s> options where <s> is the training alignment file used to build the CM being used. This allows R2DT to propogate any pseudoknots from the training alignment to the output diagram. However, if an input sequence has a name that is identical to one of the sequence names in the training alignment, then cmalign with rename all the sequences (to avoid duplicates) by prepending a numerical index. This causes R2DT to fail because it relies on being able to identify and remove the original training sequences from the output alignment, and if their names have changed it cannot do that.
The text was updated successfully, but these errors were encountered:
With the 'Rfam' CM library, R2DT uses the
cmalign --mapstr
and--mapali <s>
options where<s>
is the training alignment file used to build the CM being used. This allows R2DT to propogate any pseudoknots from the training alignment to the output diagram. However, if an input sequence has a name that is identical to one of the sequence names in the training alignment, then cmalign with rename all the sequences (to avoid duplicates) by prepending a numerical index. This causes R2DT to fail because it relies on being able to identify and remove the original training sequences from the output alignment, and if their names have changed it cannot do that.The text was updated successfully, but these errors were encountered: