Skip to content

Releases: brineylab/abstar

0.1.10

08 Nov 23:01
Compare
Choose a tag to compare

Updated for compatibility with Celery 4.0

0.1.8

22 Jun 21:28
Compare
Choose a tag to compare

Bugfixes

0.1.5

02 May 06:51
Compare
Choose a tag to compare

Bug Fixes

  • Fix logging bug

0.1.4

28 Apr 01:13
Compare
Choose a tag to compare

Bug Fixes

Add requirements.txt to MANIFEST.in

0.1.3

27 Apr 18:12
Compare
Choose a tag to compare

New Features

  • Added documentation for ReadTheDocs
  • abstar.run() now accepts one or sequences as input not just paths to FASTA/Q files
  • updated the human BLASTn database
  • Isotype is now a standalone object, added 'unknown' as an isotype option.
  • Added preprocess module

Bug Fixes

  • Improved annotation in cases of extreme V/J trimming
  • Improved annotation of region-spanning deletions that result in the deletion of an entire FR or CDR
  • Improved parsing of junctions with frameshift indels

0.1.2

17 Mar 00:06
Compare
Choose a tag to compare

New features

  • Option for compressed output: -z, --gzip
  • Option to suppress MongoDB padding from JSON output: --no-padding

Bugfixes

  • Only concatenates appropriate temp files when building final output (previously, would concat all file in temp directory)
  • Only deletes appropriate temp files (previously, would empty the entire temp directory)
  • Provide a more useful error message when provided with an invalid FASTQ file (if seq and qual lengths don't match, for example)

0.1.1: Merge pull request #9 from briney/development

22 Feb 19:22
Compare
Choose a tag to compare

Fixed a D-gene assignment bug, resulting from improperly created Sequence objects