Skip to content

v0.7.1

Compare
Choose a tag to compare
@MikeWLloyd MikeWLloyd released this 05 Sep 15:49
· 10 commits to main since this release

Release 0.7.1

In this minor release we change the Xengsort container to include GNU sort rather than BusyBox sort. This change was required to process very large FASTQ files.

In our testing, BusyBox sort requires files to be held in memory during sorting, and does not support the use of temporary files. The use of GNU sort allows for temporary files to be generated and alleviates the need to hold entire files in memory. This change has no impact on output from Xengsort, or any associated workflow.