Writing Data 
============

.. _writers:
Apps with the type ``"writer"`` will write data to disk. Most cogent3 apps that are writers require a data store to write to.

.. toctree::
    :maxdepth: 1

    write-seqs
    write-tabular
    write-json
    write-db

