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

HMMER can't read data files that were written on a machine of opposite endianness #121

Open
npcarter opened this issue Jan 26, 2017 · 0 comments
Labels
H4 In HMMER4 development

Comments

@npcarter
Copy link
Member

HMMER's data files are sensitive to the endianness of the machine they were written on, and cannot be read on a machine of the other endianness. Currently, the magic numbers at the beginning of the data files are sensitive to endianness, so HMMER will signal an error when directed to read a data file of the opposite endianness, but it would be better if we could just correct for endianness.

@cryptogenomicon cryptogenomicon added the H4 In HMMER4 development label Jun 8, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
H4 In HMMER4 development
Projects
None yet
Development

No branches or pull requests

2 participants