Liking cljdoc? Tell your friends :D

cljam.io.bam.core

The core of BAM features.

The core of BAM features.
raw docstring

clone-readerclj

(clone-reader rdr)

Clones bam reader sharing persistent objects.

Clones bam reader sharing persistent objects.
sourceraw docstring

readerclj

(reader f)

Creates a cljam.io.bam.BAMReader instance for the given file.

Creates a `cljam.io.bam.BAMReader` instance for the given file.
sourceraw docstring

writerclj

(writer f)
(writer f create-index?)

Returns an open cljam.io.bam.BAMWriter of f. Should be used inside with-open to ensure the writer is properly closed.

Returns an open `cljam.io.bam.BAMWriter` of `f`. Should be used inside with-open
to ensure the writer is properly closed.
sourceraw docstring

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close