Skip to content

Releases: telatin/covtobed

v1.3.5

17 Dec 17:29
Compare
Choose a tag to compare
  • Simpler input sorted check

v1.3.3

15 Dec 15:54
Compare
Choose a tag to compare
  • Introduced a sortedness check

v1.3.1 bugfix

28 Oct 15:10
Compare
Choose a tag to compare
  • Fixed #12 When splitting the output by strand, if the coverage was not changing this resulted in inconsistent results.
  • Added a check #13

v1.3.0 - Quiet mode

25 Oct 15:05
Compare
Choose a tag to compare

When invoked without arguments, covtobed will print a message to inform the user that it is waiting for input from STDIN.

To suppress this message, set the environment variable COVTOBED_QUIET to 1.

v1.2.0 - Skip short chromosomes

22 Oct 11:22
Compare
Choose a tag to compare

v1.1.4 - Physical coverage

08 Sep 21:01
Compare
Choose a tag to compare

Will warn to use samtools fixmate when physical coverage calculations result in unexpected coverage after the end of a contig. (#11)

v1.1.2

29 May 13:18
Compare
Choose a tag to compare
Merge branch 'master' of https://github.com/telatin/covtobed

v1.1.0

03 Mar 11:16
Compare
Choose a tag to compare

This release introduces the -d flag to skip poor quality alignments that are:

  • With mapping quality of 0 (a more stringent filter can be set)
  • Duplicate alignments
  • Non-primary alignments
  • Failing vendor QC

Minor updates:

  • When parsing an unsorted BAM it will raise an appropriate error
  • Expanded test suite
  • Expanded documentation

v1.0.1

02 Mar 11:32
Compare
Choose a tag to compare
  • This release supports coverage > 65,536 [#7]

v1.0.0

07 Jan 17:18
Compare
Choose a tag to compare
Target regions