Skip to content

Commit

Permalink
Merge pull request #3216 from eseiler/doc/doxygen
Browse files Browse the repository at this point in the history
[DOC] multiple use of section label
  • Loading branch information
eseiler authored Dec 2, 2023
2 parents 57b9924 + 3236fb5 commit 6268f1d
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions doc/fragments/io_sam_file_input.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ Passing reference information, e.g.
- ref_sequences: The reference sequence information **in the same order as the ref_ids**.

comes in handy once you want to convert the CIGAR string, read from your file, into an actual alignment.
This will be covered in the section \ref transform_cigar "Transforming the CIGAR information into an actual alignment".
This will be covered in the section "Transforming the CIGAR information into an actual alignment".

In most cases the template parameters are deduced automatically:

Expand Down Expand Up @@ -82,7 +82,6 @@ of seqan3::sam_file_input::mapq_type.
\note But beware: with structured bindings you do need to get the order of elements correctly!

#### Transforming the CIGAR information into an actual alignment
\anchor transform_cigar

In SeqAn, we represent an alignment as a tuple of two `seqan3::aligned_sequence`s.

Expand Down

1 comment on commit 6268f1d

@vercel
Copy link

@vercel vercel bot commented on 6268f1d Dec 2, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

seqan3 – ./

seqan3-git-master-seqan.vercel.app
seqan3-seqan.vercel.app
seqan3.vercel.app

Please sign in to comment.