Skip to content

Commit df33f74

Browse files
authored
example attribute fix
changed label to name as specified
1 parent 2cc9854 commit df33f74

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

docs/source/concepts/LocationAndReference/SequenceReference.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ The SequenceReference class is used to refer to a sequence by its
1313
`refget <https://samtools.github.io/hts-specs/refget.html#refget-checksum-algorithm>`_ accession.
1414
The class also allows implementations to optionally specify extra characteristics about the sequence,
1515
such as the alphabet used (nucleic acid or amino acid), if the sequence represents a circular molecule,
16-
and labels used to describe the sequence.
16+
and names used to describe the sequence.
1717

1818
Definition and Information Model
1919
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@ -28,5 +28,5 @@ Example
2828
{
2929
"type": "SequenceReference",
3030
"refgetAccession": "SQ.F-LrLMe1SRpfUZHkQmvkVKFEGaoDeHul",
31-
"label": "NC_000007.14"
31+
"name": "NC_000007.14"
3232
}

0 commit comments

Comments
 (0)