View Source Bio.IO.SequenceTuple (bio_ex_io v0.1.0)

This module is a stand-in for reading a line from files into a tuple of binaries.

This module exists to provide default behavior and a reference implementation for the Bio.Sequential behaviour of the bio_ex_sequences package.

Summary

Functions

Generate a tuple of label and sequence from reading fasta and fasta like formats

Functions

Link to this function

new(sequence, opts \\ [])

View Source

Generate a tuple of label and sequence from reading fasta and fasta like formats:

{<label/header>, <sequence>}

>header1
tagctag

{"header1", "tagctag"}