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

Broken pipe #3

Open
ahfitzpa opened this issue Jun 21, 2023 · 0 comments
Open

Broken pipe #3

ahfitzpa opened this issue Jun 21, 2023 · 0 comments

Comments

@ahfitzpa
Copy link

ahfitzpa commented Jun 21, 2023

I am running a conda env containing DegenPrimer and its required dependencies. I receive an error regarding a broken pipe when running this with a degenerate primer set on 300 + norovirus sequences. The cfg file is attached (and reformatted as a txt file for the purpose of logging an issue).

[2023-06-21 16:52:59,143] [2] [ 62.50%] [21.06.2023 16:52:59] PCR Simulation: calculating equilibrium in the system and running the simulation... [2023-06-21 16:53:05,218] [1] [ 68.24%] [21.06.2023 16:53:05] elapsed: 0:02:31.709365 [2023-06-21 16:53:06,191] [Errno 32] Broken pipe [2023-06-21 16:53:06,206] Exception occured: Traceback (most recent call last): File "DegenPrimer/DegenPrimer/AnalysisTask.py", line 300, in run self._listen_subroutines() File "DegenPrimer/DegenPrimer/AnalysisTask.py", line 263, in _listen_subroutines else: self._print_counters() File "DegenPrimer/DegenPrimer/AnalysisTask.py", line 227, in _print_counters if p_entry.counter.last_checked() < self._counter_threshold: continue File "<string>", line 2, in last_checked File "conda/degenprimer_env/lib/python2.7/multiprocessing/managers.py", line 758, in _callmethod conn.send((self._id, methodname, args, kwds)) IOError: [Errno 32] Broken pipe [2023-06-21 16:53:09,189] Error in thread: Calculate relative concentrations of secondary structures at Tm. [2023-06-21 16:53:09,201] Traceback (most recent call last): File "conda/degenprimer_env/lib/python2.7/site-packages/BioUtils/Tools/Debug.py", line 67, in wrapper try: return func(*args, **kwargs) File "DegenPrimer/DegenPrimer/AllSecStructures.py", line 142, in calculate_equilibrium counter[2].count() File "<string>", line 2, in __getitem__ File "conda/degenprimer_env/lib/python2.7/multiprocessing/managers.py", line 771, in _callmethod conn = self._Client(token.address, authkey=self._authkey) File "conda/degenprimer_env/lib/python2.7/multiprocessing/connection.py", line 169, in Client c = SocketClient(address) File "conda/degenprimer_env/lib/python2.7/multiprocessing/connection.py", line 308, in SocketClient s.connect(address) File "conda/degenprimer_env/lib/python2.7/socket.py", line 228, in meth return getattr(self._sock,name)(*args) error: [Errno 2] No such file or directory [2023-06-21 16:53:55,354] === END LOGGING ===
MON431-G2SKR_109377931.txt

Alternatively if I comment out line 227 in AnalysisTask.py I can get a bit further:

[2023-06-21 16:53:06,206] Exception occured:
Traceback (most recent call last):
  File "DegenPrimer/DegenPrimer/AnalysisTask.py", line 300, in run
    self._listen_subroutines()
  File "DegenPrimer/DegenPrimer/AnalysisTask.py", line 263, in _listen_subroutines
    else: self._print_counters()
  File "DegenPrimer/DegenPrimer/AnalysisTask.py", line 227, in _print_counters
    if p_entry.counter.last_checked() < self._counter_threshold: continue
  File "<string>", line 2, in last_checked
  File "conda/degenprimer_env/lib/python2.7/multiprocessing/managers.py", line 758, in _callmethod
    conn.send((self._id, methodname, args, kwds))
IOError: [Errno 32] Broken pipe
[2023-06-21 16:53:09,189] Error in thread: Calculate relative concentrations of secondary structures at Tm.
[2023-06-21 16:53:09,201] Traceback (most recent call last): File "conda/degenprimer_env/lib/python2.7/site-packages/BioUtils/Tools/Debug.py", line 67, in wrapper try: return func(*args, **kwargs) File "DegenPrimer/DegenPrimer/AllSecStructures.py", line 142, in calculate_equilibrium counter[2].count() File "<string>", line 2, in __getitem__ File "conda/degenprimer_env/lib/python2.7/multiprocessing/managers.py", line 771, in _callmethod conn = self._Client(token.address, authkey=self._authkey) File "conda/degenprimer_env/lib/python2.7/multiprocessing/connection.py", line 169, in Client c = SocketClient(address) File "conda/degenprimer_env/lib/python2.7/multiprocessing/connection.py", line 308, in SocketClient s.connect(address) File "conda/degenprimer_env/lib/python2.7/socket.py", line 228, in meth return getattr(self._sock,name)(*args) error: [Errno 2] No such file or directory
[2023-06-21 16:53:55,354] === END LOGGING ===
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