Skip to content

Genomic Data Retrieval with R

Compare
Choose a tag to compare
@HajkD HajkD released this 25 Oct 14:13
· 26 commits to master since this release

biomartr 1.0.6

New features

  • Some cool new generalization, and check out function biomartr:::supported_biotypes(db = "refseq").
    This function will simplify a lot of stuff downstream. (#104)

  • Tests are now much quicker to run, because biomartr::is.genome.available (which is used basically everywhere) now reads files with data.table instead of reader. (#104)

Bug fixes

  • Fixing bug in is.genome.available() where the skip_bacteria argument was not passed on internally to is.genome.available.refseq.genbank() (#105)