Skip to content

Releases: JNP-Solutions/Slacken

v2.0.0

25 Jun 06:29

Choose a tag to compare

This version has a new, simplified command-line interface, which should make Slacken easier to use.

It also includes general performance improvements and a draft API interface for programmatically classifying reads or samples from a Spark session.

Compiled for Java 8/11/17, Spark 3.5, and Scala 2.12.

v1.1.0-zenodo

20 May 05:13

Choose a tag to compare

Re-release of v1.1.0 for archiving at Zenodo.

v1.1.0

03 Apr 06:51

Choose a tag to compare

Compiled for Scala 2.12, Spark 3.5, and Java 8/11/17.

  • Added --detailed and --nodetailed switch, for controlling per-read output. With --nodetailed, only reports will be written and Slacken will classify inputs faster.
  • Clarified CLI help and comments.
  • Better test coverage, including scalacheck properties for classification and input format parsers.
  • Bugfix for a case where newlines in short fasta sequences were not handled correctly.
  • If the command line options can't be correctly parsed, do not exit using System.exit, since this is bad practice in a Spark cluster. Instead, just return from the main function.
  • Code style and quality cleanups.
  • More efficient Spark SQL, improving overall efficiency.

v1.0.0

25 Nov 08:07

Choose a tag to compare

Compiled for Scala 2.12, Spark 3.5, and Java 8/11/17.