Skip to content

Version 0.0.5

Compare
Choose a tag to compare
@ressy ressy released this 10 Mar 18:32
· 67 commits to master since this release
d940e15

Added

  • --align argument (via airr_to_fasta function) for exraction of sequence
    alignment FASTA from AIRR results (#1)
  • Error messages sent by the server are now raised as an exception containing
    the server-provided message(s) (#7)

Changed

  • Reorganized and expanded test code as its own package (#6)
  • Added basic test of command-line usage (#10)
  • Clarified wording on required options (#8)

Fixed

  • Parse command-line options that should be integers from a finite list of
    options as integers instead of strings (#5)