Skip to content

Releases: Adamtaranto/deRIP2

v0.4.0

04 Apr 02:29
7500039
Compare
Choose a tag to compare

What's Changed

  • Standardises internal function opts to use kebab-case like the cmd line args (not backwards compatible)
  • Add Mkdocs gh-pages
  • render tutorial notebook with mkdocs

Full Changelog: v0.3.0...v0.4.0

v0.3.0

21 Mar 07:36
Compare
Choose a tag to compare
  • Add methods to filter records on CRI or GC thresholds
  • Filter to n best records on CRI or GC
  • Add coverage tracking with codecov
  • Fix README image links
  • Add tutorial notebook with real data demo
  • DeRIP2 can now take alignment fasta file OR Bio.Align.MultipleSeqAlignment object

Full Changelog: v0.2.0...v0.3.0

v0.2.0

20 Mar 11:55
Compare
Choose a tag to compare

This release overhauls the main app and is not backwards compatible.

  • Introduced new cmd line options
  • All outputs have standard names with a user specified prefix
  • Main app now uses the DeRIP Class
  • Fixed plotting issues for large alignments
  • Use Click for arg handling
  • Add PyOpenSci reqs (CoC, Citation file, Contributing guide)

v0.1.0

17 Mar 13:34
Compare
Choose a tag to compare

What's Changed

Added DeRIP Class for compatibility with TEtrimmer.
Use pre-commit-hooks to enforce formatting
Removed Gitpod links and configs
Improve logging
Add TUI option
Add pytests

Full Changelog: 0.0.3...v0.1.0