-
Notifications
You must be signed in to change notification settings - Fork 270
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
Paired input vs. control NameError: 'righ_pos' is not defined #249
Comments
I have the same issue. I think maybe it has been fixed in the master code but not in the "release" versions available on github and/or PyPi. see 1b5f37a @taoliu - any plans to put out a new release on github and/or PyPi? it looks like you've fixed quite a few issues since the last release. I think our sysadmin people here prefer to install release versions. |
What's strange is that I have already noted that correction and fixed the typo in Parser.cyx, however the bug still persists. I think there must be some other duplicate file from another build being called somewhere in my system. Perhaps it's an artifact from trying to reinstall MACS2. I'll have to figure out how to deeply clean any file relics from previous builds. |
Solved the issue by editing Note: for others with troubles successfully installing, make sure Python2.7 is firstly configured for UCS2 encoding, e.g. Edit: I was going to close this issue, but as @jayoung mentioned, this fix really should be pushed to PyPi and source releases to avoid hassle. |
Will upload a new release soon. Sorry I was swamped and didn't spend enough time to maintain MACS2 source code. |
I've tried installing MACS2 with both pip and from source, but neither will satisfy this command. MACS2 successfully calls peaks with single samples, but I have not been able to successfully supply control samples in the same command.
Example:
Here's an example of the output error:
I appreciate any suggestions. Thank you.
The text was updated successfully, but these errors were encountered: