Skip to content

v1.0.0 -limitedWrite mode

Compare
Choose a tag to compare
@kpjensen kpjensen released this 17 Nov 18:39
· 14 commits to master since this release

Backwards incompatible release v1.0.0.

New flag -limitedWrite for supporting append only writes to DNAnexus files. See README for supported operations and limitations of this mode.

Remove dxfuse -sync command previously used for syncing writeable files to DNAnexus.

Enable FUSE options for kernel readahead and pagecache. Enabling pagecache adds support for shared read-only mmap which is used by many applications, e.g. gatk, tidyverse readr. Kernel readahead fixes some dxfuse crashes with prefetching and may be more stable.