Skip to content

Releases: arvestad/alv

v1.8.0: support for sub-alignments

02 Mar 17:20
e8fff8f
Compare
Choose a tag to compare

You can now run alv -sa 30 60 msa.fa to get columns 30 to 59 viewed.

v1.7.1

31 Mar 12:24
Compare
Choose a tag to compare

Nikos solved a bug: trailing N's disappeared when viewing DNA.

v1.7.0: notebook support and multi-MSA files

29 Mar 13:58
f4037a8
Compare
Choose a tag to compare

Two new features:

  • Files containing multiple multialignments can now be handled. See the --alignment-index option.
  • Two new functions that enable MSA viewing from within Jupyter notebooks.

v1.6.0: Focus on variable positions

30 Jul 07:21
Compare
Choose a tag to compare

The main addition in this release was contributed by @nikostr and lets you focus the colouring to variable positions only.

And for some reason, I never made the 1.5.0 release tagged here on github.

v1.4.0: Glimpse and randomly chosen sequences

01 Dec 20:26
Compare
Choose a tag to compare
  • New option: -r k or --random-accessions k for only showing a sample of k sequences.
  • New option: -g or --glimpse: display an informative cut-out of the input MSA, if it does
    not fit without scrolling or line-breaking.

The let's-not-treat-all-borken-codons-as-coding-sequence release

22 Aug 15:06
Compare
Choose a tag to compare

v1.3.0 — the official JOSS release

05 Nov 08:33
Compare
Choose a tag to compare

This is the release that corresponds to what is published in JOSS.

1.2.1 — the JOSS release

05 Nov 08:13
Compare
Choose a tag to compare

Some changes were made based on reviewer feedback when submitting to Journal of Open Source Software. Most notably, up-arrows for tick marks are not used when the console is not supporting UTF8.

1.2

30 Aug 11:22
Compare
Choose a tag to compare
1.2
  • The option -l colors the alignment but does not break it into blocks. Suitable for piping to less -RS,
    as suggested by Mark McMullan [email protected].
  • More indices indicated below alignments, and with an up-arrow as a tick mark.
  • Added option -sm to allow restricting output to sequences with accessions containing a given string.

Release 1.1.0

27 Aug 12:41
Compare
Choose a tag to compare

Features added:

  • Format detection
  • Reading from stdin
  • Shortening of accessions

This release is also pushed to pypi.org, see pypi.org/project/alv, install with "pip install alv".