Skip to content

Releases: jonas-fuchs/BAMdash

v.0.3.1

07 Aug 07:57
32e5b46
Compare
Choose a tag to compare

What's Changed

Bug fix for the bam stats that were not correct for bam files with multiple references (ref, mapped reads)

Full Changelog: v.0.3...v.0.3.1

v.0.3

06 Aug 11:11
cb4d1f4
Compare
Choose a tag to compare

What's Changed

Now stats from the title are dumped to a tabular file. Additionally smaller bugs were fixed.

How recovery and coverage are calculated:

  • recovery: percent of position with at least min-cov within a given genomic range.
  • coverage: just the mean over the genomic range

PR: Dump bam stats by @jonas-fuchs in #18

Full Changelog: v.0.2.4...v.0.3

v.0.2.4

11 Mar 10:29
e8a9ef1
Compare
Choose a tag to compare

FIXES:

Fixed a bug where the ABOBEC activity prediction would fail if the variant is located at the genome end

v.0.2.3

18 Dec 10:05
09bf627
Compare
Choose a tag to compare

FIXES:
Small fix for the mean coverage calculation. Previously calculations were wrong if regions fell under the coverage cutoff due to how the df was subset.

v.0.2.2

01 Dec 11:53
a5def92
Compare
Choose a tag to compare

NEW
added -q argument that allows a custom bam quality threshold (prior the threshold was 15)

FIXES
fixed the -v argument

v.0.2.1

03 Nov 15:03
ed3a24d
Compare
Choose a tag to compare

NEW

  • added assessment if mutation could have been caused by APOBEC

FIXED

  • fix crash if bed file had no strand information

v.0.2

22 Oct 16:40
b03e2c4
Compare
Choose a tag to compare

NEW

  • full SNP and INDEL annotation if they lie in a CDS
  • bin size for coverage plot

v.0.1.2

12 Oct 10:29
79087c9
Compare
Choose a tag to compare

FIXES

  • fixed a bug that did not plot the track if no vcf and gb were provided
  • moved requirement locations

v.0.1.1

09 Oct 08:52
947d51c
Compare
Choose a tag to compare

v.0.1 HOTFIX

FIXES

vcf annotation:

  • correct point mutation types
  • now looks for multiple cds identifying tags for vcf annotation
  • correct amino acid

visual:

  • small visual bug fix for vcf track

v.0.1

08 Oct 21:39
b9cc0b8
Compare
Choose a tag to compare

Happy for this first alpha version of BAMdash. Included quite a lot of stuff:

  • interactive coverage plots
  • interactive track plots
  • additional hover information
  • stat calculation from coverage data
  • vcf annotation from gb files
  • buttons for coverage y axis
  • dark mode mode
  • annotated track information to files