-
Notifications
You must be signed in to change notification settings - Fork 31
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
add strobealign to mappers in help #214
Conversation
Hey, The OSX one seems to be failing because of conda package issues (transient? There didn't seem to be an issue before), but the x86 tests are failing because of an issue that was introduced/discovered in this branch:
I think that somehow the strobealign sequence IDs have a newline in them, so it messes up the table structure. So maybe a strip() needs to be put in somewhere? |
seems to happen with strobealign for some reason
Yeh, that's the odd error that I sent. I think I've fixed it at the printing stage ( |
I think so, yeh |
Closes #186