Skip to content

Releases: VascoElbrecht/PrimerMiner

PrimerMiner v0.22

30 Oct 23:04
Compare
Choose a tag to compare
  • BOLD v4 API is no longer working, had to update to v5. This now requires a API key you can find in your bold account.
  • Now allows to subset the number of reads downloaded per group from BOLD.
  • Gives better feedback what taxa data is currently downloaded.

PrimerMiner v0.21

20 Sep 09:00
Compare
Choose a tag to compare
  • Now allows subsetting number of mitogenomes to be downloaded.
  • Now reports the number of sequences and mitogenomes detected before downloading them.
  • Minor bug fixes related to subsetting and mitogenome sequence extraction.

PrimerMiner v0.20

17 Sep 21:51
Compare
Choose a tag to compare
  • Minor bug fix related to sequence subsetting

PrimerMiner v0.19

17 Sep 20:43
Compare
Choose a tag to compare
  • Now allows for randomly subsetting GB downloads using the option GB_subset = 5000. This is useful when targeting large groups, where thousands of additional sequences do not add any novel information.

PrimerMiner v0.18

12 Apr 13:29
Compare
Choose a tag to compare
  • Bug fix: In rare cases where no sequences are obtained with Download_GB() PrimerMiner could crash. Now fixed!

PrimerMiner v0.17

27 Mar 14:50
Compare
Choose a tag to compare
  • Added new function primerversions() that generates all possible primer version contained in a degenerated primer.

PrimerMiner v0.16

13 Mar 12:08
Compare
Choose a tag to compare

Fixes a recently introduced error with NCBI which prevented sequences to be downloaded (due to new API restrictions). Now using web history to download sequences.

PrimerMiner v0.15

05 Oct 18:04
Compare
Choose a tag to compare
  • In the primer evaluation, results tables are returned now directly to the console if no file name is provided evaluate_primer(save=NULL). Allows for direct processing of the information in R.
  • Improved detection of gene annotations fro mitochondrial genomes! Now also the second line at the respective region is evaluated should the first one yield no results. "gene", "CDS" and "rRNA" are phrased, but make sure to cover all possible spelling variants of a marker.

PrimerMiner v0.14

16 Jun 09:16
Compare
Choose a tag to compare

The evaluate_primer output table now includes template sequence names as provided in the fasta file (sequ_names = T).

PrimerMiner v0.13

08 Jun 09:12
Compare
Choose a tag to compare

The scoring tables for mismatch type and position are now integrated into PrimerMiner and have no longer be provided when evaluating primers!

This means that with evaluate_primer(..., mm_position ="Position_v1", mm_type="Type_v1") PrimerMiner uses the default scoring tables integrated in the package. For publications, you can simply mention that the default scoring tables where used.