seqwalk.io ========== .. py:module:: seqwalk.io Functions --------- .. autoapisummary:: seqwalk.io.load_library seqwalk.io.write_library Module Contents --------------- .. py:function:: load_library(identifier) load a library of prebuilt sequences :param identifier: string identifier of prebuilt library. listed on usage page :returns: seqs library of orthogonal sequences :rtype: list of strings .. py:function:: write_library(seqs, filename) writes a list of sequences to file. contains no information beyond sequence :param seqs: list of strings :param filename: string corresponding to filename to save to :returns: None