Skip to content

Releases: smithlabcode/ribotricer

v1.5.0

Choose a tag to compare

@saketkc saketkc released this 14 Feb 05:05

What's Changed

  • Modernized packaging with pyproject.toml (PEP 517/518 compliant)
  • Dropped support for Python 3.7 and 3.8 (end of life)
  • Added support for Python 3.13
  • Added type hints throughout the codebase
  • Default to sans-serif fonts (Arial) for plotting
  • Updated copyright to 2020-2026

Full Changelog: v1.4.0...v1.5.0

v1.4.0

Choose a tag to compare

@saketkc saketkc released this 13 Apr 19:34

What's Changed

New Contributors

Full Changelog: v1.3.3...v1.4.0

v1.3.3

Choose a tag to compare

@saketkc saketkc released this 09 Feb 19:37
  • Print start codons when preparing orfs
  • Fix for custom start codons

Full Changelog: v1.3.2...v1.3.3

v1.3.2

Choose a tag to compare

@saketkc saketkc released this 04 May 06:08
  • Better support for extracting sequences from non-conventional GTFs
  • Support --protein flag for extracting protein sequences

v1.3.1

Choose a tag to compare

@saketkc saketkc released this 13 Dec 05:13
  • Detecting uniquely mapping reads now raises a warning instead of aborting. We expect the user to ensure all reads in the bam are uniquely mapping unless it was produced for aligners that support either the NH or standard uniquely mapping flags (See common.py for a list of flags).
  • Clean setup.py to improve classifiers

v1.3.0

Choose a tag to compare

@saketkc saketkc released this 01 Nov 19:54

Bug Fixes:

  • A small bug fix in metagene.py where the first annotated CDS was being skipped

Improvements:

  • Silenced progress bars after they are complete
  • More informative progress messages

v1.2.0

Choose a tag to compare

@saketkc saketkc released this 30 Oct 06:23
  • Added additional flags for filtering:

    • --min_valid_codons_ratio (default=0): Minimum ratio of codons with non-zero reads to total codons for
      determining active translation
    • --min_reads_per_codon (default=0): Minimum number of reads per codon for determining active translation
    • --min_read_density (default=0.0): Minimum read density (total_reads/length) over an ORF total codons for determining active translation
  • Added a new command-line argument to learn dataset-specific parameters from Ribo-seq and RNA-seq bams learn-cutoff

  • Travis based CI testing

v1.1.0

Choose a tag to compare

@saketkc saketkc released this 27 Sep 18:52
  • Allow specifying custom phase score cutoffs
  • Added documentation for species-specific cutoffs
  • Helper functions for determining best cutoff given golden datasets

First pypi release

Choose a tag to compare

@saketkc saketkc released this 06 May 02:21
  • ribotricer is now pypi compatible!

First stable public release of ribotricer

Choose a tag to compare

@saketkc saketkc released this 06 May 01:52
v1.0.0

Bump version: 1.0.0-dev0 → 1.0.0