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

adaptive filter runtime error #24

Closed
seichhorn opened this issue Oct 10, 2019 · 1 comment
Closed

adaptive filter runtime error #24

seichhorn opened this issue Oct 10, 2019 · 1 comment
Assignees

Comments

@seichhorn
Copy link
Collaborator

I've been encountering this error in my most recent data analyses during the adaptive filtering. Have you run into this, or have a sense of what this might be about? I can dig into it more tomorrow.

File "/n/home13/seichhorn/MERlin/merlin/analysis/filterbarcodes.py", line 379, in _run_analysis
self.parameters['misidentification_rate'])
File "/n/home13/seichhorn/MERlin/merlin/analysis/filterbarcodes.py", line 178, in calculate_threshold_for_misidentification_rate
args=[targetMisidentificationRate], tol=0.001, x1=0.3)
File "/n/home13/seichhorn/.conda/envs/MERlin/lib/python3.6/site-packages/scipy/optimize/zeros.py", line 340, in newton
raise RuntimeError(msg)
RuntimeError: Tolerance of -0.003639641998025245 reached. Failed to converge after 7 iterations, value is 0.44139608611659104.

@emanuega
Copy link
Owner

emanuega commented Oct 10, 2019 via email

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

2 participants