Skip to content

Releases: h-2/seqan

lambda-v0.4.7

12 Dec 11:58
@h-2 h-2
Compare
Choose a tag to compare

bug-fixes and minor changes

  • fix build on Darwin / MacOS X

lambda-v0.4.5

05 Dec 12:20
@h-2 h-2
Compare
Choose a tag to compare

bug-fixes and minor changes

  • lambda_indexer now has a different suffix array construction algorithm
  • this works on larger files (where the old algorithm sometimes failed) and is fully parallelized
  • there is also a rough progress indication when indexing

lambda-v0.4.1

10 Nov 15:48
@h-2 h-2
Compare
Choose a tag to compare

bug-fixes and minor changes

  • default index type was not set to FM in lambda_indexer

availability

lambda-v0.4.0

10 Nov 15:10
@h-2 h-2
Compare
Choose a tag to compare

performance changes in comparison to published version (0.2)

  • new default mode with 30-80% speed gains and up to 75% memory reduction over published version
  • double-indexing mode with speed gains > 100%
  • sensitivity slightly increased at the same time (1-2%)

changes in command line interface

  • renamed many parameters and changed some defaults
  • please look at lambda --help to see all the changes!!
  • better control of verbosity with -v parameter
  • threads now controlled with -t instead of environment variable

new features

  • BlastN mode now usable again and proper parameter-handling added for it
  • added percent identity cutoff in addition to e-value cutoff (-id)
  • added a limit for maximum number of matches per query sequence (-nm)
  • added abundancy heuristic (-pa) and priorization of hits to not look at all hits if number of hits >> chosen limit
  • single-indexing mode which has huge memory advantages (-qi none) [now default]
  • FM-Index is now also default
  • removed Lambda-Alphabets, since they currently provide little benefit over Murphy10

bug-fixes and minor changes

  • indeces with different settings (index type, alphabet) can now be created on the same fasta file without conflicts between them
  • changed pre-scoring heuristic to include region around match (-ps and -pt)
  • fixed build issues with gcc-4.8.x
  • FastQ support fixed

availability