Skip to content

Releases: cbg-ethz/smallgenomeutilities

0.5.2

27 May 16:16

Choose a tag to compare

Version 0.5.2

bugfixes:

  • paired_end_read_merger don't crash on nested reads
    due to quality issue (heavy quality-timming or aligner soft-clipping)
    one read can be entirely fit within it's paired mate

  • aln2basecnt don't crash on CDC IRMA's .bam with N cigar operators
    SAMv1: For mRNA-to-genome alignment, an N operation represents an intron.
    For other types of alignments, the interpretation of N is not defined.

0.5.1

24 Apr 10:15

Choose a tag to compare

Version 0.5.1

features:

Minor qualitiy-of-life improvement:

  • paired_end_read_merger
    better logging and progress bars
  • documentation update

0.5.0

09 Mar 23:46

Choose a tag to compare

Version 0.5.0

New features

  • paired_end_read_merger
    merge aligned paired end reads into full amplicon

  • coverage_depth_qc
    gives the percentage of the genome that is covered at least at the specified coverage depth

Bug fixes

  • frameshift_deletions_checks
    remove unexpected columns in TSV report with --no-english

0.4.1

27 May 22:06

Choose a tag to compare

Version 0.4.1

  • [bugfix] recent versions of BioPython have deprecated functionality
    used by frameshift_deletions_checks (.position, nogap, wrappers)

0.4.0

03 Aug 01:46

Choose a tag to compare

  • frameshift_deletions_checks: --chain option as alternative to running mafft
  • packaging modernized

0.3.9

26 Oct 15:44

Choose a tag to compare

Bugfixes:

  • frameshift_deletions_checks: fixes bugs in interactions between stop codons and indels
  • aln2basecnt: avoid crashes on empty sequences (e.g.: after primer trimming with samtools)

0.3.8

27 Sep 15:53

Choose a tag to compare

  • Multiple bug and deprecation fixes and updates in framshift reporting script
  • Increased portability

0.3.7

18 Aug 17:14

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 0.3.6...0.3.7