Skip to content

Releases: GenomicMedLab/cool-seq-tool

0.14.0

23 Jun 19:11
f96919e

Choose a tag to compare

What's Changed

  • feat!: Remove validate_genomic_breakpoint function by @jarbesfeld in #405
  • fix!: Edit logic in genomic breakpoint validator in exon_genomic_coords.py by @jarbesfeld in #406
  • feat!: Add strand in GenomicTxSeg output by @jarbesfeld in #408

Full Changelog: 0.13.1...0.14.0

0.13.1

22 Apr 11:11
f52e715

Choose a tag to compare

What's Changed

Full Changelog: 0.13.0...0.13.1

0.13.0

17 Mar 23:21
a09e518

Choose a tag to compare

What's Changed

  • feat!: update seqrepo and uta version to 20241220 by @korikuzma in #400

Full Changelog: 0.12.0...0.13.0

0.12.0

12 Feb 15:19
de3d5c0

Choose a tag to compare

What's Changed

  • feat!: get_genomic_mane_genes should return mane status by @korikuzma in #398

Full Changelog: 0.11.0...0.12.0

0.11.0

27 Jan 14:35
ef342d4

Choose a tag to compare

What's Changed

Full Changelog: 0.10.0...0.11.0

0.10.0

08 Jan 17:50
a43932f

Choose a tag to compare

What's Changed

  • fix!: Add support for residue coords + refactor offset calculation by @jarbesfeld in #384
  • feat!: add starting_assembly as argument when using genomic_to_tx_segment by @jarbesfeld in #391

Full Changelog: 0.9.1...0.10.0

0.9.1

06 Jan 16:57
efbc515

Choose a tag to compare

What's Changed

  • fix: resolve TypeError by using property accessor by @korikuzma in #395

Full Changelog: 0.9.0...0.9.1

0.9.0

06 Jan 15:04
ad85ac7

Choose a tag to compare

What's Changed

  • chore: remove unused action by @jsstevenson in #376
  • docs: use correct app name + update transcript selection algorithm by @korikuzma in #379
  • fix!: Add support for checking before/after transcript boundaries by @jarbesfeld in #381
  • docs: add doi badge to readme by @korikuzma in #382
  • fix: Check to see if there is only one exon in a transcript when selecting the adjacent exon by @jarbesfeld in #386
  • chore!: rename optional dependency by @korikuzma in #388
  • build: pin wags-tails to ~= 0.2.2 by @korikuzma in #393

Full Changelog: 0.8.0...0.9.0

0.8.0

29 Oct 13:44
f1448f4

Choose a tag to compare

What's Changed

Full Changelog: 0.7.1...0.8.0

0.7.1

26 Sep 14:43
6fa7efb

Choose a tag to compare

What's Changed

  • refactor!: rename ExonCoord to _ExonCoord to indicate internal use by @korikuzma in #357
  • refactor: reorder classes and methods in exon_genomic_coords module by @korikuzma in #358
  • refactor: rename is_start kwarg in private methods to is_seg_start by @korikuzma in #359
  • refactor: rename _get_alt_ac_start_and_end + flatten output by @korikuzma in #360
  • refactor: remove duplicate genomic_ac check by @korikuzma in #365
  • Do not require gene when genomic accession and transcript are provided to genomic_to_tx_segment by @jarbesfeld in #369
  • fix: make gene optional param for converting genomic coords as long a… by @katiestahl in #370

Full Changelog: 0.7.0...0.7.1