Skip to content

Releases: smithlabcode/ribotricer

v1.4.0

13 Apr 19:34
Compare
Choose a tag to compare

What's Changed

New Contributors

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

v1.3.3

09 Feb 19:37
Compare
Choose a tag to compare
  • Print start codons when preparing orfs
  • Fix for custom start codons

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

v1.3.2

04 May 06:08
Compare
Choose a tag to compare
  • Better support for extracting sequences from non-conventional GTFs
  • Support --protein flag for extracting protein sequences

v1.3.1

13 Dec 05:13
Compare
Choose a tag to compare
  • 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

01 Nov 19:54
Compare
Choose a tag to compare

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

30 Oct 06:23
Compare
Choose a tag to compare
  • 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

27 Sep 18:52
Compare
Choose a tag to compare
  • Allow specifying custom phase score cutoffs
  • Added documentation for species-specific cutoffs
  • Helper functions for determining best cutoff given golden datasets

First pypi release

06 May 02:21
Compare
Choose a tag to compare
  • ribotricer is now pypi compatible!

First stable public release of ribotricer

06 May 01:52
Compare
Choose a tag to compare
v1.0.0

Bump version: 1.0.0-dev0 → 1.0.0