You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A .nam file containing 0xd,0xa will mess up the conversion to .nam.stripe. The issue can be fixed by adding -v BINMODE=3 to the relevant awk command in Makefile. This probably also applies to the reverse conversion.
Edit:
This was on Win10 x64 1909, set up as instructed under "How to build" in README.md.
I also created PR #17 for this issue, mostly for my own learning experience. You can use it if you want.
The text was updated successfully, but these errors were encountered:
I'm a bit surprised I've not had any other interpreted-as-text Windows issues. Thanks for tracking down the issue and fixing. I know they can be annoying to debug, especially with how much scripting this project uses.
A
.nam
file containing0xd,0xa
will mess up the conversion to.nam.stripe
. The issue can be fixed by adding-v BINMODE=3
to the relevantawk
command inMakefile
. This probably also applies to the reverse conversion.Edit:
This was on Win10 x64 1909, set up as instructed under "How to build" in
README.md
.I also created PR #17 for this issue, mostly for my own learning experience. You can use it if you want.
The text was updated successfully, but these errors were encountered: