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

csamtools error #15

Open
GoogleCodeExporter opened this issue Dec 28, 2015 · 1 comment
Open

csamtools error #15

GoogleCodeExporter opened this issue Dec 28, 2015 · 1 comment

Comments

@GoogleCodeExporter
Copy link

Hello,

I am getting an error message when running the indexer:

Traceback (most recent call last):
  File "bin/chimerascan_index.py", line 32, in <module>
    import chimerascan.pysam as pysam
  File "/home/carmenise/chimerascan-0.4.5/chimerascan/pysam/__init__.py", line 1, in <module>
    from csamtools import *
ImportError: No module named csamtools

What should I do to fix it ?

Thank you

Original issue reported on code.google.com by [email protected] on 10 Jun 2013 at 1:06

@GoogleCodeExporter
Copy link
Author

I got the same problem before, 
and I found that:

PYTHON_DIR/site-packages/chimerascan/pysam/
-rwxr----- 1 root root 1808412 2014-05-05 18:42 csamtools.so
-rwxr----- 1 root root  580024 2014-05-05 18:42 ctabix.so

This means that we need the 'root' permission to import these modules, 
or just let them 'readable' by all users.


Original comment by [email protected] on 6 May 2014 at 6:18

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant