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

Fix netmhc len restriction, add netmhciipan 4.2 interface #93

Merged

Conversation

jonasscheid
Copy link
Collaborator

This PR

@jonasscheid
Copy link
Collaborator Author

======================================================================
ERROR: test_MartsAdapter (epytope.test.TestIO.TestIO)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/home/runner/work/epytope/epytope/epytope/test/TestIO.py", line 120, in test_MartsAdapter
    'ENST00000361221', type=EIdentifierTypes.ENSEMBL))
  File "/home/runner/work/epytope/epytope/epytope/IO/MartsAdapter.py", line 380, in get_transcript_sequence
    dataset_attributes = self.get_dataset_attributes(_db)
  File "/home/runner/work/epytope/epytope/epytope/IO/MartsAdapter.py", line 232, in get_dataset_attributes
    df_part.columns = ['attribute_id', 'attribute_name', 'description']
  File "/tmp/condaenv/lib/python3.7/site-packages/pandas/core/generic.py", line 5500, in __setattr__
    return object.__setattr__(self, name, value)
  File "pandas/_libs/properties.pyx", line 70, in pandas._libs.properties.AxisProperty.__set__
  File "/tmp/condaenv/lib/python3.7/site-packages/pandas/core/generic.py", line 766, in _set_axis
    self._mgr.set_axis(axis, labels)
  File "/tmp/condaenv/lib/python3.7/site-packages/pandas/core/internals/managers.py", line 216, in set_axis
    self._validate_set_axis(axis, new_labels)
  File "/tmp/condaenv/lib/python3.7/site-packages/pandas/core/internals/base.py", line 58, in _validate_set_axis
    f"Length mismatch: Expected axis has {old_len} elements, new "
ValueError: Length mismatch: Expected axis has 1 elements, new values have 3 elements

@christopher-mohr Could you have a look at this?

@christopher-mohr
Copy link
Collaborator

======================================================================
ERROR: test_MartsAdapter (epytope.test.TestIO.TestIO)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/home/runner/work/epytope/epytope/epytope/test/TestIO.py", line 120, in test_MartsAdapter
    'ENST00000361221', type=EIdentifierTypes.ENSEMBL))
  File "/home/runner/work/epytope/epytope/epytope/IO/MartsAdapter.py", line 380, in get_transcript_sequence
    dataset_attributes = self.get_dataset_attributes(_db)
  File "/home/runner/work/epytope/epytope/epytope/IO/MartsAdapter.py", line 232, in get_dataset_attributes
    df_part.columns = ['attribute_id', 'attribute_name', 'description']
  File "/tmp/condaenv/lib/python3.7/site-packages/pandas/core/generic.py", line 5500, in __setattr__
    return object.__setattr__(self, name, value)
  File "pandas/_libs/properties.pyx", line 70, in pandas._libs.properties.AxisProperty.__set__
  File "/tmp/condaenv/lib/python3.7/site-packages/pandas/core/generic.py", line 766, in _set_axis
    self._mgr.set_axis(axis, labels)
  File "/tmp/condaenv/lib/python3.7/site-packages/pandas/core/internals/managers.py", line 216, in set_axis
    self._validate_set_axis(axis, new_labels)
  File "/tmp/condaenv/lib/python3.7/site-packages/pandas/core/internals/base.py", line 58, in _validate_set_axis
    f"Length mismatch: Expected axis has {old_len} elements, new "
ValueError: Length mismatch: Expected axis has 1 elements, new values have 3 elements

@christopher-mohr Could you have a look at this?

I will have a look today or tomorrow.

@christopher-mohr
Copy link
Collaborator

christopher-mohr commented Nov 29, 2023

To me it seems like some of the issues at least are related to the changes with respect to GitHub actions
https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/

I will try to update the actions in a separate PR.

Copy link
Collaborator

@christopher-mohr christopher-mohr left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@jonasscheid jonasscheid merged commit 48b22f4 into KohlbacherLab:develop Dec 1, 2023
@jonasscheid jonasscheid deleted the fix_netmhc_len_restriction branch December 1, 2023 08:30
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