Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Input sequence names identical to sequence name in Rfam alignment will cause R2DT to fail #161

Open
nawrockie opened this issue Nov 15, 2024 · 0 comments

Comments

@nawrockie
Copy link
Collaborator

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant