Skip to content

Releases: evolbioinfo/goalign

v0.4.0

15 Dec 13:58
04458f0

Choose a tag to compare

New functionalities:

  • Simplot : Added command goalign compute simplot to generate similarity plot data and image
  • Mutation list : Added option --codon to goalign stats mutation list command (37eb44c , d79470b , c961992)
  • Extract sequence from the end : Added option for specifying negative lengths (-l --length) in goalign subseq command to extract alignment from the end (a3a0522)

Updates:

  • Logo : Updated goalign/gotree logo
  • GO: Updated go to version 1.24.11 (1173ca5, d30c6e7)

Corrections

  • Corrected a problem in goalign clean sites affecting the counts when --ignore-n was specified (d30c6e7)

v0.3.9

22 Jul 09:33
3d2b2b0

Choose a tag to compare

  • Updated goalign codonalign , support remaining nucleotides with warning
  • Added command goalign replace stops: replace internal stop codons with NNN in nt sequences of input alignment
  • Added option goalign clean seqs --unaligned
  • Added command goalign mutate ambig: Add random N|X to sequences
  • Added command goalign reformat stockholm

v0.3.8

01 Jun 16:42
f4a9aab

Choose a tag to compare

  • New option --alphabet to all goalign commands( #14 - 13b116b)
  • New option --pos to goalign shuffle swap (bdfb55a and 3eda576)
  • New option swap to goalign shuffle recomb (c13a469)
  • Updated the way Dirichlet samples are generated (4d18587)
  • New option to revcomp only given sequences in goalign revcomp (f5c7c76)
  • New command goalign toupperand tolower (264f3b8)
  • New option n-as-gap for command goalign dedup (27d6175)
  • Added support for Stockholm format (#15 - 05d8e38 and e80c26d)
  • Updated clustal parser (dfefef7)
  • Added gap=- in nexus output format line (44beac3)
  • Updated goalign codonalign: if 3 nucleotides are remaining : ok with warning about potential stop codon (f4a9aab)
  • Updated go to 1.21.6

v0.3.7

14 Nov 13:40
3d96af9

Choose a tag to compare

  • Added option --aa to goalign stats mutations list
  • Added option--reverse to goalign clean sites
  • Added multi characters to option --char of goalign clean sites
  • goalign extract supports '-' strand sequences
  • Added option --ref-seq option to goalign translate and goalign extract --translate
  • Added option --posfile to goalign replace: to replace specific characters at specific positions of specific sequences in an input alignment
  • Added AB model (https://doi.org/10.1093%2Fmolbev%2Fmsu340)
  • Updated LG model
  • Added option -l to goalign concat to keep information of the coordinates of all input alignments in the concatenated alignment

v0.3.6

09 Dec 10:57
9382b53

Choose a tag to compare

  • Added option --no-gaps to goalign mask
  • Added option --no-ref to goalign mask
  • Added option --positions-rm to goalign clean sites
  • Added option --pos to goalign mask
  • Added command goalign mutations list to output a list of mutations compared to a reference sequence
  • Added option --gff to goalign extract to take sequences to extract from a gff file
  • Update go to 1.19

v0.3.6a

29 Jun 09:15
15b0c11

Choose a tag to compare

  • Added command goalign draw png (thanks @lucblassel #11 !)
  • Added compressed output (gz or xz) (#12 )
  • Updated go to 1.18.3

v0.3.5

07 Sep 08:44
9593e5f

Choose a tag to compare

  • Switched to go 1.16.4
  • Corrected biojs dependency (for goalign draw)
  • Updated citation
  • Updated go.mod

v0.3.4

11 May 12:44
64f4a12

Choose a tag to compare

  • Changed --ignore-identical behavior to differentiate identical names from identical names+sequences
  • Added option --nb-sequences to goalign divide command
  • Added option --unaligned to goalign trim name

v0.3.4a

29 Apr 13:06
24cabdc

Choose a tag to compare

v0.3.4a Pre-release
Pre-release
  • Corrected translate function
  • Added support of xz and bz input alignments
  • Added options --ignore-gaps and --ignore-n to commands clean seqs, clean sites, consensus and stat maxchars
  • Switched from dep to go modules
  • Modified RemoveMajorityCharacterSites & RemoveCharacterSites functions
  • Added goalign revcomp command
  • Added options --ref-seq, --at-most and --replace to goalign mask command

v0.3.3f

15 Jan 14:21
51d7678

Choose a tag to compare

v0.3.3f Pre-release
Pre-release
  • Added goalign transpose command #9