chanzuckerberg / shasta

[MOVED] Moved to paoloshasta/shasta. De novo assembly from Oxford Nanopore reads
Other
272 stars 59 forks source link

Handle O_DIRECT errors gracefully. #207

Closed bagashe closed 4 years ago

bagashe commented 4 years ago

If O_DIRECT flag is not supported by the file system, Shasta will fall back to using regular file IO.

bagashe commented 4 years ago

This is not ready to be merged yet.