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

Adding matrices and other setup.py changes #33

Merged
merged 1 commit into from
Feb 24, 2015
Merged

Adding matrices and other setup.py changes #33

merged 1 commit into from
Feb 24, 2015

Conversation

tavinathanson
Copy link
Contributor

I was getting this error:

Traceback (most recent call last):
  File "./run.py", line 1, in <module>
    from epitopehunt import app
  File "/Users/tavi/drive/work/repos/cancer/epitopehunt/epitopehunt/__init__.py", line 7, in <module>
    from epitopehunt.views import *
  File "/Users/tavi/drive/work/repos/cancer/epitopehunt/epitopehunt/views.py", line 3, in <module>
    from pepdata import iedb
  File "/Users/tavi/.virtualenvs/epitopehunt/lib/python2.7/site-packages/pepdata/__init__.py", line 1, in <module>
    import amino_acid
  File "/Users/tavi/.virtualenvs/epitopehunt/lib/python2.7/site-packages/pepdata/amino_acid.py", line 528, in <module>
    with open(join(MATRIX_DIR,'strand_vs_coil.txt'), 'r') as f:
IOError: [Errno 2] No such file or directory: '/Users/tavi/.virtualenvs/epitopehunt/lib/python2.7/site-packages/pepdata/matrices/strand_vs_coil.txt'

I figured I'd tidy up setup.py a bit while I was in there.

iskandr added a commit that referenced this pull request Feb 24, 2015
Adding matrices and other setup.py changes
@iskandr iskandr merged commit 2d9cd58 into master Feb 24, 2015
@iskandr iskandr deleted the add_matrices branch February 24, 2015 18:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants