-
Notifications
You must be signed in to change notification settings - Fork 35
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
Cannot import pyabpoa without Internet - medaka doesn’t make a sequence consensus #116
Comments
I have this same issue. This is related to or caused by updating the edit: I am wrong. The issue I think for you is that the model you specified is wrong: |
I also get this error:
The error regarding |
I think the issue stems from the auto model selector, however it works, messes with the model name. You can fix this by manually specifying the model using |
Direct specification of a basecalling model doesn't give any effect on the consensus assembly: nextflow run epi2me-labs/wf-artic --fastq wf-artic-demo/fastq --update_data false --out_dir output-def-net with network work |
You are correct, it's not the model name but the lack of internet connection. The models are not available in the docker image, leading to the errors we are seeing. We are facing the same issue, which is now ~6 months old: A hacky solution was posted by another user in the above issue. I'm testing it out today. |
Ask away!
Linux (both normal Ubuntu and WSL Ubuntu) wf-artic fails on demo data without network, argument '--update_dala false' does not help - consensus file contains empty sequences. barcodeNN.artic.log.txt contains this error (49 as an example):
fail for current wf-artic 1.2.2, both 1.2.1 and 1.2.0
fail for current Nextflow 24.10.2, both 23.10.4 and 22.10.7
manual installation python3-puabpoa is useless
And with the network everything is ok except some probability of fail due to improper network stability.
What is wrong? Why a critical network dependency isn't documented?
The text was updated successfully, but these errors were encountered: