Skip to content

Commit

Permalink
update RefGet link
Browse files Browse the repository at this point in the history
  • Loading branch information
ahwagner committed Aug 28, 2024
1 parent 3e12f08 commit 9d66011
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion schema/vrs/def/SequenceReference.rst
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ Some SequenceReference attributes are inherited from :ref:`gks.core-im:Entity`.
* - refgetAccession
- string
- 1..1
- A `GA4GH RefGet <http://samtools.github.io/hts-specs/refget.html>` identifier for the referenced sequence, using the sha512t24u digest.
- A `GA4GH RefGet <http://samtools.github.io/hts-specs/refget.html>`_ identifier for the referenced sequence, using the sha512t24u digest.
* - residueAlphabet
- string
- 0..1
Expand Down
2 changes: 1 addition & 1 deletion schema/vrs/json/SequenceReference
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
"description": "MUST be \"SequenceReference\""
},
"refgetAccession": {
"description": "A `GA4GH RefGet <http://samtools.github.io/hts-specs/refget.html>` identifier for the referenced sequence, using the sha512t24u digest.",
"description": "A [GA4GH RefGet](http://samtools.github.io/hts-specs/refget.html) identifier for the referenced sequence, using the sha512t24u digest.",
"type": "string",
"pattern": "^SQ.[0-9A-Za-z_\\-]{32}$"
},
Expand Down
2 changes: 1 addition & 1 deletion schema/vrs/vrs-source.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -333,7 +333,7 @@ $defs:
description: MUST be "SequenceReference"
refgetAccession:
description: >-
A `GA4GH RefGet <http://samtools.github.io/hts-specs/refget.html>` identifier for the referenced sequence,
A `GA4GH RefGet <http://samtools.github.io/hts-specs/refget.html>`_ identifier for the referenced sequence,
using the sha512t24u digest.
type: string
pattern: '^SQ.[0-9A-Za-z_\-]{32}$'
Expand Down

0 comments on commit 9d66011

Please sign in to comment.