-
Notifications
You must be signed in to change notification settings - Fork 19
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
primer pairs left after secondary amplicon QC #14
Comments
Hi, |
I want to know why just takes 10 input assemblies to check secondary amplicon check? |
It is a matter of speed and computing power. The number of assemblies could be changed by changing the speciesprimer.py script in the PrimerQualityControl class:
To check more than 20 input assemblies I would recommend to split the assemblies in several DBs, to speed up the database indexing, however it will still take a lot of time. Maybe an additional option to define the number of assemblies can be implemented in a future version. |
core genes: 2017
single copy core genes: 1836
Number of conserved sequences: 1812
species specific conserved sequences: 536
potential primer pair(s): 4578
primer pairs with good target binding: 4260
primer pairs left after non-target QC: 615
primer pairs left after secondary amplicon QC: 0
primer pairs left after mfold: 0
primer pairs left after primer QC: 0
Hi,
I have a question when using speciesprimer.
"primer pairs left after secondary amplicon QC" is zero, which parameters can be modified?
I have already tried "ignore_qc" and“skip_tree”, but it didn't work.
Looking forward to your reply, thank you very much!
The text was updated successfully, but these errors were encountered: