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

Implementing --reorder option in ips::mafft #10

Open
amartinezgarcia opened this issue Aug 31, 2022 · 0 comments
Open

Implementing --reorder option in ips::mafft #10

amartinezgarcia opened this issue Aug 31, 2022 · 0 comments

Comments

@amartinezgarcia
Copy link

Thank you for developing this function! It is helping me a lot!
Is it possible to implement the option "--reorder" so the output of the alignment is based on the alignments instead of in the input fasta file order?

**More specifically, I'd like to run:

mafft --reorder --adjustdirection --auto input

**I'm using the instruction:

ips::mafft(this.aligmment, method='auto', options = c("--adjustdirection","--reorder")

**But I get the error:

Error in match.arg(options, c("--adjustdirection", "--adjustdirectionaccurately")) :
'arg' must be of length 1

Thanks in advance!

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