Releases: telatin/covtobed
Releases · telatin/covtobed
v1.3.5
v1.3.3
v1.3.1 bugfix
v1.3.0 - Quiet mode
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
release 1.2.0
v1.1.4 - Physical coverage
Will warn to use samtools fixmate
when physical coverage calculations result in unexpected coverage after the end of a contig. (#11)
v1.1.2
v1.1.0
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