You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
defprimer_annotate(vcf, primerfile, consensus, bamfile, options):
# see description of Count object below. Return one count per row in VCF returncounts
Example test function
deftest_primer_annotate():
result=primer_annotate(vcf, primerfile, consensus, bamfile, options)
# parse the vcf, primerfile, consensus, bamfile for the expected values # and compare with `result`
No description provided.
The text was updated successfully, but these errors were encountered: