Blobtools Versions Save

Modular command-line solution for visualisation, quality control and taxonomic partitioning of genome datasets

blobtools_v1.1.1

5 years ago

Features

  • Added possibility to circumvent --plotgroups limit of 8 by specifying colours.txt manually.
  • Added Dockerfile

v1.1

5 years ago

Release v1.1

  • Fixed bugs
  • Added dependencies: pysam, tqdm, pyyaml
  • Removed dependency: samtools
  • Added faster coverage estimation
    • BAM files must be sorted/indexed
  • Please report issues if this breaks existing pipelines

v1.0.1

6 years ago
  • Removed redundant example files
  • Fix to view to work with legacy BlobDBs from older versions of BlobTools which did not have read-coverage

v1.0.0

6 years ago
  • major release

v0.9.19.7

6 years ago
  • added unmapped flag when providing no --exclude/--include to get InIn/InUn and UnUn reads
  • removed progress flag as it didn't impact performance

v0.9.19.6

7 years ago
  • Fixed problems with older versions of samtools which caused crashes due to missing "secondary reads" count in output.
  • Fixed false warnings when parsing samtools flagstat output (has no effect on final output)

v0.9.19.5

7 years ago
  • bugfixes

v0.9.19.4

7 years ago

DOI

New feature

bamfilter : reads from a BAM file get filtered into different files: - *InIn* : both reads of a pair are mapped to a contig in "include" - *InUn*: One read of pair maps to contig in "include", the other is unmapped - *UnUn*: both reads of a pair are unmapped if list of contigs to "include"/"exclude" is supplied, additional files get created: - *ExEx*: both reads of a pair are mapped to a contig in "exclude" - *ExIn* : One read of pair maps to contig in "include", the other maps to contig in "exclude" - *ExUn*: One read of pair maps to contig in "exclude", the other is unmapped

v0.9.19.3

7 years ago

DOI

  • hotfixes

v0.9.19.2

7 years ago

DOI

  • fixed behaviour so that no readcovplot is written when plotObj.cov_libs_total_reads_dict[cov_lib] == 0