Skip to content

Releases: DRL/blobtools

BlobTools v1.1.1

06 Mar 06:55
@DRL DRL
Compare
Choose a tag to compare

Features

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

BlobTools v1.1

25 Feb 20:39
@DRL DRL
Compare
Choose a tag to compare

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

BlobTools v1.0.1

18 Aug 10:45
@DRL DRL
Compare
Choose a tag to compare
  • Removed redundant example files
  • Fix to view to work with legacy BlobDBs from older versions of BlobTools which did not have read-coverage

BlobTools v1.0

22 Jul 21:38
@DRL DRL
Compare
Choose a tag to compare
  • major release

Fix for bamfilter

15 Jul 08:50
@DRL DRL
Compare
Choose a tag to compare
  • added unmapped flag when providing no --exclude/--include to get InIn/InUn and UnUn reads
  • removed progress flag as it didn't impact performance

blobtools v0.9.19.6

29 Mar 19:00
@DRL DRL
Compare
Choose a tag to compare
  • 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)

blobtools v0.9.19.5

28 Nov 08:29
@DRL DRL
Compare
Choose a tag to compare

blobtools v0.9.19.4

08 Sep 13:55
@DRL DRL
Compare
Choose a tag to compare

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

blobtools v0.9.19.3

03 Aug 16:01
@DRL DRL
Compare
Choose a tag to compare

blobtools v0.9.19.2

01 Aug 15:42
@DRL DRL
Compare
Choose a tag to compare

DOI

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