We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I am not sure if this can be done with existing comamnd:
% cat in.afa >seq1 AAAA >seq2 CCTT >seq3 ACGT % goalign transpose < in.afa >1 ACA >2 ACC >3 ATG >4 ATT % goalgn transpose -v # go from transposed back to alignment
The text was updated successfully, but these errors were encountered:
Added goalign transpose command #9
641a02f
Added cmd/transpose.go command #9
51d7678
I added goalign transpose command (see doc), available in this pre-release. Let me know if it helps.
goalign transpose
Sorry, something went wrong.
No branches or pull requests
I am not sure if this can be done with existing comamnd:
The text was updated successfully, but these errors were encountered: