Releases: evolbioinfo/goalign
Releases · evolbioinfo/goalign
v0.4.0
New functionalities:
- Simplot : Added command
goalign compute simplotto generate similarity plot data and image - Mutation list : Added option
--codontogoalign stats mutation listcommand (37eb44c , d79470b , c961992) - Extract sequence from the end : Added option for specifying negative lengths (
-l --length) ingoalign subseqcommand to extract alignment from the end (a3a0522)
Updates:
Corrections
- Corrected a problem in
goalign clean sitesaffecting the counts when--ignore-nwas specified (d30c6e7)
v0.3.9
- 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
- New option
--alphabetto all goalign commands( #14 - 13b116b) - New option
--posto goalign shuffle swap (bdfb55a and 3eda576) - New option
swaptogoalign 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
toupperandtolower(264f3b8) - New option
n-as-gapfor commandgoalign 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
- Added option
--aatogoalign stats mutations list - Added option
--reversetogoalign clean sites - Added multi characters to option
--charofgoalign clean sites goalign extractsupports '-' strand sequences- Added option
--ref-seqoption togoalign translateandgoalign extract --translate - Added option
--posfiletogoalign 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
-ltogoalign concatto keep information of the coordinates of all input alignments in the concatenated alignment
v0.3.6
- Added option
--no-gapstogoalign mask - Added option
--no-reftogoalign mask - Added option
--positions-rmtogoalign clean sites - Added option
--postogoalign mask - Added command
goalign mutations listto output a list of mutations compared to a reference sequence - Added option
--gfftogoalign extractto take sequences to extract from a gff file - Update go to 1.19
v0.3.6a
- Added command
goalign draw png(thanks @lucblassel #11 !) - Added compressed output (gz or xz) (#12 )
- Updated go to 1.18.3
v0.3.5
- Switched to go 1.16.4
- Corrected biojs dependency (for goalign draw)
- Updated citation
- Updated go.mod
v0.3.4
- Changed
--ignore-identicalbehavior to differentiate identical names from identical names+sequences - Added option
--nb-sequencesto goalign divide command - Added option
--unalignedto goalign trim name
v0.3.4a
- Corrected translate function
- Added support of xz and bz input alignments
- Added options
--ignore-gapsand--ignore-nto commands clean seqs, clean sites, consensus and stat maxchars - Switched from dep to go modules
- Modified RemoveMajorityCharacterSites & RemoveCharacterSites functions
- Added
goalign revcompcommand - Added options
--ref-seq,--at-mostand--replaceto goalign mask command