Skip to content

Releases: ExaScience/elprep

elPrep binaries

27 Sep 16:26
Compare
Choose a tag to compare

elPrep is now implemented in Go and this binary is compiled with Go 1.9. Overall, the runtime performance of elPrep has improved.

New features:

  • There is now a separate remove-duplicates filter. elPrep can now remove duplicates that may have already been marked by other tools.
  • Specifying the --nr-of-threads is not necessary anymore. If --nr-of-threads is not passed, elPrep will figure out how many CPUs or cores are available and use them as efficiently as possible on its own.
  • The --gc-on option has been removed. elPrep now handles memory more efficiently on its own and does not need user guidance anymore.

elPrep binaries

23 Aug 12:09
Compare
Choose a tag to compare

Minor improvements.
Released as self-extracting binary, execute "sh elprep-v2.61.sh" to extract files.

elPrep binaries

21 Jun 11:43
Compare
Choose a tag to compare

Binaries compiled with LispWorks 7.0, improved runtime.
Released as self-extracting binary, execute "sh elprep-v2.6.sh" to extract files.

elPrep Binaries

07 Nov 14:42
Compare
Choose a tag to compare

Minor updates.

elPrep Binaries

04 Jan 14:05
Compare
Choose a tag to compare

Updated python scripts with OS compatible error handling.
Fixed minor bug when running elPrep single threaded.

elPrep Binaries

19 Oct 12:46
Compare
Choose a tag to compare

Minor bug fixes.

elPrep Binaries

21 Aug 11:20
Compare
Choose a tag to compare

Refactored Python scripts.
Added a Python script that can be used as an entrypoint for Docker.

elPrep Binaries

12 Aug 13:17
Compare
Choose a tag to compare

Performance improvements parallel sort.

elPrep Binaries

15 Jul 13:59
Compare
Choose a tag to compare

Minor bug fixes.
Minor updates documentation.

elPrep Binaries

13 Jul 12:00
Compare
Choose a tag to compare

Port to LispWorks 7.0.
Added --intermediate-files-output-type option to Python scripts.
Removed --header option from elPrep split command.
Simplified output elPrep split command.
Minor code cleanup and improvements.