Skip to content

Releases: gamcil/clinker

clinker v0.0.32

22 Dec 04:47

Choose a tag to compare

  • Fixed buggy gene grouping behaviour with --gene_functions/-gf and --colour_map/-cm (61e278c)

Full Changelog: v0.0.31...v0.0.32

clinker v0.0.31

25 Nov 03:28

Choose a tag to compare

Full Changelog: v0.0.30...v0.0.31

  • Fix bug in logger statement when shifting origin
  • Check for undefined sequence when parsing input files (requires BioPython >=1.80)

clinker v0.0.30

24 Sep 01:54

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.0.29...v0.0.30

clinker v0.0.29

04 Jun 02:05
a53bb9e

Choose a tag to compare

Full Changelog: v0.0.28...v0.0.29

  • Add uppercase ID to list of gene identifiers (fixes #110)

clinker v0.0.28

14 Jul 05:24

Choose a tag to compare

  • Added colour map argument when specifying groups

clinker v0.0.27

09 Dec 04:17

Choose a tag to compare

  • Explicitly check for BioPython version when splitting Alignment/PairwiseAlignment objects instead of try/except

clinker v0.0.26

29 Nov 08:10
651c137

Choose a tag to compare

  • Fixed an issue with parsing pairwise alignments after changes to default printed format in BioPython v1.80 (biopython/biopython#4183). Should now work fine pre/post v1.80. (#91)

clinker v0.0.25

05 Sep 05:41

Choose a tag to compare

  • Fix crash when no CDS features are found parsing GFF records (#10)

clinker v0.0.24

18 Jul 12:00

Choose a tag to compare

  • Don't open web browser after creating static HTML when file name is provided (#88)

clinker v0.0.23

26 Oct 07:05

Choose a tag to compare

  • Added -gf/--gene_functions argument for grouping genes by shared function/category, instead of just sequence similarity.

Given a 2-column CSV resembling:

GENE_001,Cytochrome P450 
GENE_002,Cytochrome P450 
GENE_003,Methyltransferase
GENE_004,Methyltransferase

Two groups are generated, Cytochrome P450 (GENE_001 and 002), and Methyltransferase (GENE_003, GENE_004).

  • Updated clustermap.js. Gene groups now have tooltips when the corresponding label in the legend is right-clicked, and can now be easily merged to combine groups that share some function/category that did not group together by similarity alone