v1.0.0 -limitedWrite mode
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.