Liking cljdoc? Tell your friends :D

cljam.io.fasta.writer


write-sequencesclj

(write-sequences w xs)

Writes all sequences to w.

Writes all sequences to `w`.
sourceraw docstring

writerclj

(writer f {:keys [cols create-index?] :or {cols 80 create-index? true}})

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

Returns an open `cljam.io.fasta.writer.FASTAWriter` 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