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

v2.3.2 error #474

Closed
weishwu opened this issue Apr 18, 2024 · 5 comments
Closed

v2.3.2 error #474

weishwu opened this issue Apr 18, 2024 · 5 comments
Assignees
Milestone

Comments

@weishwu
Copy link

weishwu commented Apr 18, 2024

I got this error when using quay.io/biocontainers/sniffles:2.3.2--pyhdfd78af_1.

2024-04-18 19:18:08,815 ERROR sniffles.worker (65811): Unhandled error in worker 0. This may result in an orphened worker process.
Traceback (most recent call last):
  File "/usr/local/lib/python3.10/site-packages/sniffles/parallel.py", line 517, in run_parent
    self.maybe_recycle()
  File "/usr/local/lib/python3.10/site-packages/sniffles/parallel.py", line 494, in maybe_recycle
    recycle = self.recycle(self.id, self.process.pid) if callable(self.recycle) else self.recycle
  File "/usr/local/lib/python3.10/site-packages/sniffles/utils/resmon.py", line 137, in __call__
    if worker_pid in self._workers:
AttributeError: 'ResourceMonitor' object has no attribute '_workers'
2024-04-18 19:18:08,816 INFO sniffles.worker (65811): Starting worker 1
2024-04-18 19:18:08,818 ERROR sniffles.worker (65811): Unhandled error in worker 1. This may result in an orphened worker process.

I see that there is already a post about it. This post can be closed.

@lfpaulin
Copy link
Collaborator

Hello @weishwu
It looks like you are using the --mosaic tag which will only report SV with a variant allele frequency (VAF) between 5-20% and the SV you show look like "germline". Could you try to re-run without that parameter and see if the SV is detected

Best,
Luis

@weishwu weishwu changed the title Large DEL is not called v2.3.2 error Apr 18, 2024
@weishwu
Copy link
Author

weishwu commented Apr 18, 2024

@lfpaulin I just realized it was because the run failed with the error that seems to be specific to v2.3.2. I rolled back to v2.2 and the DEL was called.
Thanks for telling me that mosaic only reports VAF between 5-20%. So I will need to run the germline mode to get >20%, am I right? Is there a way to get <5%?

@lfpaulin
Copy link
Collaborator

lfpaulin commented Apr 18, 2024

@weishwu thanks for shaing the error message from 2.3.2 please so we can fix it
without the --mosaic flag you will get SV with VAF >20%
to get SV with VAF < 5% you need to use: `--mosaic ---mosaic-af-min ${VALUE}" where the VALUE < 0.05

@weishwu
Copy link
Author

weishwu commented Apr 24, 2024

@lfpaulin Thanks!

@hermannromanek hermannromanek added this to the 2.3.3 milestone Apr 24, 2024
@lfpaulin
Copy link
Collaborator

Fixed in 48b9645

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

No branches or pull requests

3 participants