Liking cljdoc? Tell your friends :D

cljam.io.sam.util.refs

Utility functions for SAM references.

Utility functions for SAM references.
raw docstring

make-refsclj

(make-refs hdr)

Return a reference sequence from the sam header.

Return a reference sequence from the sam header.
sourceraw docstring

ref-by-nameclj

(ref-by-name refs name)

Returns the first reference which has the specified name.

Returns the first reference which has the specified name.
sourceraw docstring

ref-idclj

Returns reference ID from the reference sequence and the specified reference name. If not found, returns nil.

Returns reference ID from the reference sequence and the specified reference
name. If not found, returns nil.
sourceraw docstring

ref-nameclj

(ref-name refs id)

Returns a reference name from the reference ID. Returns nil if id is not mapped.

Returns a reference name from the reference ID. Returns nil if id is not
mapped.
sourceraw docstring

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

× close