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

List of good target binding primers #9

Open
marcomeola opened this issue Mar 15, 2021 · 2 comments
Open

List of good target binding primers #9

marcomeola opened this issue Mar 15, 2021 · 2 comments

Comments

@marcomeola
Copy link

It would be great if the list of good target binding primers would be in the output even if there are 0 primer pairs passing non-target PCR check.

In the best case it would also be nice to get a table with how many and to which non-target species match the good target binding primers.

@biologger
Copy link
Owner

It is possible to get this information from the results of the primer QC step using MFEprimer.

  • /primerdesign/{species_name}/Pangenome/results/primer/primerQC

    1. MFEprimer_template.csv (MFEprimer results for template DB)
    2. MFEprimer_nontarget.csv (MFEprimer results for nontarget DB)
    3. MFEprimer_assembly.csv (MFEprimer results for assembly DB)

In the results files the FpID and RpID are the ids of the primers (forward and reverse).

The HitID of the sequence in the database with a possible amplicon includes the database accession and the range taken from the original sequence (BLAST database) for the primer QC database.

Example:
NZ_CADIKI010000002.1_85816_89816

More information about the sequence e.g. the sequence title can be extracted from the BLAST DB using blastdbcmd.

$ blastdbcmd -db /blastdb/ref_prok_rep_genomes -entry NZ_CADIKI010000002.1 -outfmt %t

@marcomeola
Copy link
Author

Thank you!

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