File: align_cfg_output_sequence1_id.cpp

package info (click to toggle)
seqan3 3.2.0%2Bds-6%2Bdeb12u1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 19,776 kB
  • sloc: cpp: 159,121; makefile: 1,290; sh: 414; ansic: 321; xml: 229; javascript: 98; perl: 29; python: 27; php: 25
file content (7 lines) | stat: -rw-r--r-- 205 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
#include <seqan3/alignment/configuration/align_config_output.hpp>

int main()
{
    // Output only the id of the first sequence.
    seqan3::configuration cfg = seqan3::align_cfg::output_sequence1_id{};
}