Skip to content

Releases: kbseah/genome-bin-tools

v2.6.0

28 Jun 16:57
Compare
Choose a tag to compare
  • Input validator can now be called from within R using gbt_checkinput function
  • Perl scripts called by R functions now included in package for installation (no need to manually specify path)
  • General cleanup and tidying of documentation, remove outdated files and functions
  • (Fixed broken formatting in wiki)

gbtools 2.5.4

25 Feb 17:32
Compare
Choose a tag to compare
gbtools 2.5.4 Pre-release
Pre-release
  • "Fishing" for connected contigs using Fastg-formatted assembly graph is supported again, compatible with ouptut from SPAdes 3.6.2+ only. User can also choose number of iterations ("fishing depth") to recruit connected contigs.
  • Bug fixes for plot legends, blob script, localization settings

gbtools 2.5.2

19 Feb 14:26
Compare
Choose a tag to compare
  • New method for generating plot colors for taxonomic marker overlay. Each taxon is now assigned a weight, based on total coverage x length of the contigs belonging to that taxon, and only the highest-weighted taxa are given a color and included in legend. This prevents legend from being cluttered, and user can adjust the cutoff with markCutoff parameter.
  • Specific taxa can now be highlighted in plot with highlightTaxon parameter
  • Bug fix for temporary file generation in SSU extraction and blob annotation scripts.

gbtools 2.4.4

16 Nov 09:30
Compare
Choose a tag to compare
  • Functions for comparing and merging sets of multiple bins are now available.
  • New example data included for testing the tool
  • Minor bug fixes and tweaks to default parameters for some functions

gbtools

20 Jun 13:49
Compare
Choose a tag to compare
gbtools Pre-release
Pre-release

Fix for various user-reported bugs

genome-bin-tools

12 Jun 15:28
Compare
Choose a tag to compare
genome-bin-tools Pre-release
Pre-release

Users can now add custom data to gbt objects with userAdd(). Numeric custom data can also be plotted; a userAxis= parameter has been added to the plot() method for gbt and gbtbin objects.

genome-bin-tools

09 Jun 16:44
Compare
Choose a tag to compare
genome-bin-tools Pre-release
Pre-release

Created new object classes gbt and gbtbin to replace genomestats, diffcovstats, genomestatsbin, and diffcovstatsbin classes. All coverage data from various samples for a single assembly are now stored together in the same object. This is more natural and easier for the user. Switching between plots of different sample coverages for the same assembly is much easier, and no fussing about with additional functions is necessary.

genome-bin-tools

04 Mar 09:16
Compare
Choose a tag to compare

Tools in R for interactive binning of metagenomes by differential coverage, marker gene, and GC% information.