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

No option for returning the dictionary using the alignment order, only the input order. #7

Open
beowulfey opened this issue Jun 25, 2020 · 0 comments

Comments

@beowulfey
Copy link

The Clustal Omega binary has a command line option for "output-order", which allows for returning the alignment using the order provided by the alignment tree. Unfortunately, the API doesn't have an option for this, which is why I suspect it's not an option in this wrapper.

I managed to track down how Clustal Omega translates that command line option into output and recreate it in the wrapper. So long as the space for tree_order is allocated in the prMSeq, the tree-order is calculated automatically. So we can access it from the wrapper!

I'm going to create a pull request that has the additional "output_order" keyword added as an option. I think it is working properly.

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