---
ontology: EDAM (1.13)
topic:
  - Genomics
scopes:
  - name: summary
    function:
      - Genome indexing
      - Sequence alignment generation
    input:
      - data: Nucleic acid sequence (raw)
        format: [FASTA, FASTQ]
    output:
      - data: Sequence alignment (nucleic acid)
        format: [SAM]
  - name: bowtie-build
    function: Genome indexing (Burrows-Wheeler)
    input:
      - data: Nucleic acid sequence (raw)
        format: [FASTA]
    outputs:
      - data: Genome index
        format:
          - Bowtie index format EBWT
          - Bowtie long index format EBTWL
  - name: bowtie-inspect
    function:
      - Sequence retrieval
      - Metadata retrieval
      - Data index analysis
    inputs:
      - data: Genome index
        format:
          - Bowtie index format EBWT
          - Bowtie long index format EBTWL
    outputs:
      - data: Nucleic acid sequence (raw)
        format:
          - FASTA
          - plain text format (unformatted)
  - name: bowtie
    function:
      - Sequence database search (by sequence using word-based methods)
      - Sequence alignment generation
    inputs:
      - data: Genome index
      - data: Nucleic acid sequence (raw)
        format:
          - plain text format (unformatted)
          - FASTA
          - FASTQ
    outputs:
      - data: Sequence alignment (nucleic acid)
      - data: Sequence alignment report
        format:
          - SAM
          - Bowtie alignment report format
