File: index.rst

package info (click to toggle)
seqan2 2.3.1%2Bdfsg-4
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 222,320 kB
  • ctags: 40,872
  • sloc: cpp: 252,894; ansic: 86,805; python: 6,534; sh: 985; xml: 570; makefile: 236; awk: 51
file content (33 lines) | stat: -rw-r--r-- 956 bytes parent folder | download | duplicates (9)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
.. We create this roles for putting the "Introduction: etc. headings
    on this page without them displaying in the ToC.  This would break
    rendering the ToC correctly on readthedocs style.  The rubric
    headings are formatted using CSS.

.. role:: rubric-heading1
    :class: rubric-heading1
.. role:: rubric-heading2
    :class: rubric-heading2

.. _tutorial-io:

Input/Output
============

.. toctree::
    :hidden:
    :titlesonly:

    FileIOOverview
    SequenceIO
    IndexedFastaIO
    BlastIO
    SamAndBamIO
    VcfIO
    BedIO
    GffAndGtfIO


SeqAn supports many standard file formats used in bioinformatics applications.
The :ref:`first tutorial <tutorial-io-input-output-overview>` shows you the basic concepts and data structures for handling file I/O.
So this would be a good starting point to learn more about it.
Otherwise, feel free to look into the tutorials for your desired file format and start reading and writing your files.