Skip to content

FileNotFoundError #17

Description

@HolidayCo

Getting the below output, where it gets stuck without continuing due to missing file/directory. Unsure where to go from here. This is looking at peptides from mouse MHC II-Ab. Thanks.

2025-02-07 16:20:11 File "/app/Immunolyser/lenv/lib/python3.12/site-packages/pandas/io/parsers/readers.py", line 948, in read_csv
2025-02-07 16:20:11 return _read(filepath_or_buffer, kwds)
2025-02-07 16:20:11 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2025-02-07 16:20:11 File "/app/Immunolyser/lenv/lib/python3.12/site-packages/pandas/io/parsers/readers.py", line 611, in _read
2025-02-07 16:20:11 parser = TextFileReader(filepath_or_buffer, **kwds)
2025-02-07 16:20:11 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2025-02-07 16:20:11 File "/app/Immunolyser/lenv/lib/python3.12/site-packages/pandas/io/parsers/readers.py", line 1448, in init
2025-02-07 16:20:11 self._engine = self._make_engine(f, self.engine)
2025-02-07 16:20:11 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2025-02-07 16:20:11 File "/app/Immunolyser/lenv/lib/python3.12/site-packages/pandas/io/parsers/readers.py", line 1705, in _make_engine
2025-02-07 16:20:11 self.handles = get_handle(
2025-02-07 16:20:11 ^^^^^^^^^^^
2025-02-07 16:20:11 File "/app/Immunolyser/lenv/lib/python3.12/site-packages/pandas/io/common.py", line 863, in get_handle
2025-02-07 16:20:11 handle = open(
2025-02-07 16:20:11 ^^^^^
2025-02-07 16:20:11 FileNotFoundError: [Errno 2] No such file or directory: '/app/Immunolyser/app/static/images/8e9bc386-a4cb-46ac-97a5-fda726f31c0c/run2/MixMHC2pred/PepTester/H-2IAb/PepTester_12to20mer.txt'

Activity

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions