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

BrokenPipeError: [Errno 32] Broken pipe #28

Open
verylili opened this issue Jun 16, 2023 · 1 comment
Open

BrokenPipeError: [Errno 32] Broken pipe #28

verylili opened this issue Jun 16, 2023 · 1 comment

Comments

@verylili
Copy link

Hi,
I was running PEPPAN on ~1700 E. coli genomes. I met an error as follows:
Traceback (most recent call last):
File "/home/LL/miniconda3/envs/PEPPAN/bin/PEPPAN", line 8, in
sys.exit(ortho())
^^^^^^^
File "/home/LL/miniconda3/envs/PEPPAN/lib/python3.11/site-packages/PEPPAN/PEPPAN.py", line 1916, in ortho
filt_genes(tab_conn, np.load(params['self_bsn'], allow_pickle=True), params['global'], params['map_bsn']+'.conflicts.npz', priorities, gene_scores, encodes)
File "/home/LL/miniconda3/envs/PEPPAN/lib/python3.11/site-packages/PEPPAN/PEPPAN.py", line 732, in filt_genes
mat_out.append([pangene_name, gene_name, min_rank, mat])
File "", line 2, in append
File "/home/LL/miniconda3/envs/PEPPAN/lib/python3.11/multiprocessing/managers.py", line 821, in _callmethod
conn.send((self._id, methodname, args, kwds))
File "/home/LL/miniconda3/envs/PEPPAN/lib/python3.11/multiprocessing/connection.py", line 205, in send
self._send_bytes(_ForkingPickler.dumps(obj))
File "/home/LL/miniconda3/envs/PEPPAN/lib/python3.11/multiprocessing/connection.py", line 410, in _send_bytes
self._send(header + buf)
File "/home/LL/miniconda3/envs/PEPPAN/lib/python3.11/multiprocessing/connection.py", line 367, in _send
n = write(self._handle, buf)
^^^^^^^^^^^^^^^^^^^^^^^^
BrokenPipeError: [Errno 32] Broken pipe

@verylili
Copy link
Author

This error occurred on a server, not a personal computer. And I met the error when the number of genomes is large.

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

No branches or pull requests

1 participant