Skip to content

Commit

Permalink
Locked submodule to the vrs 2.0.0-ballot.2024-08.1 tag commit
Browse files Browse the repository at this point in the history
  • Loading branch information
larrybabb committed Sep 5, 2024
1 parent 2a8f4ef commit cf476d6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .gitmodules
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@

[submodule "submodules/vrs"]
path = submodules/vrs
url = https://github.com/ga4gh/vrs.git
branch = 2.x
2 changes: 1 addition & 1 deletion submodules/vrs
Submodule vrs updated 63 files
+6 −7 README.md
+15 −15 docs/source/appendices/ga4gh_identifiers.rst
+3 −3 docs/source/appendices/glossary.rst
+19 −18 docs/source/appendices/truncated_digest_collision_analysis.rst
+11 −11 docs/source/concepts/LocationAndReference/SequenceLocation.rst
+6 −6 docs/source/concepts/MolecularVariation/Adjacency.rst
+7 −7 docs/source/concepts/MolecularVariation/Allele.rst
+5 −5 docs/source/concepts/MolecularVariation/CisPhasedBlock.rst
+4 −3 docs/source/concepts/MolecularVariation/index.rst
+4 −4 docs/source/concepts/SystemicVariation/index.rst
+1 −1 docs/source/conf.py
+42 −41 docs/source/conventions/computed_identifiers.rst
+139 −67 docs/source/conventions/example.rst
+10 −9 docs/source/conventions/normalization.rst
+28 −44 docs/source/conventions/required_data.rst
+2 −2 docs/source/index.rst
+2 −2 docs/source/introduction.rst
+2 −2 docs/source/releases/1.1.rst
+4 −4 docs/source/releases/1.2.rst
+2 −2 docs/source/releases/index.rst
+2 −2 docs/source/schema.rst
+3 −2 docs/source/style.rst
+10 −9 docs/source/terms_and_model.rst
+3 −3 schema/vrs/def/Adjacency.rst
+3 −3 schema/vrs/def/Allele.rst
+3 −3 schema/vrs/def/CisPhasedBlock.rst
+3 −3 schema/vrs/def/CopyNumber.rst
+3 −3 schema/vrs/def/CopyNumberChange.rst
+3 −3 schema/vrs/def/CopyNumberCount.rst
+3 −3 schema/vrs/def/DerivativeMolecule.rst
+3 −3 schema/vrs/def/Ga4ghIdentifiableObject.rst
+3 −3 schema/vrs/def/LengthExpression.rst
+3 −3 schema/vrs/def/LiteralSequenceExpression.rst
+3 −3 schema/vrs/def/ReferenceLengthExpression.rst
+3 −3 schema/vrs/def/SequenceExpression.rst
+3 −3 schema/vrs/def/SequenceLocation.rst
+4 −4 schema/vrs/def/SequenceReference.rst
+3 −3 schema/vrs/def/Terminus.rst
+3 −3 schema/vrs/def/TraversalBlock.rst
+3 −3 schema/vrs/def/Variation.rst
+10 −12 schema/vrs/json/Adjacency
+10 −12 schema/vrs/json/Allele
+8 −10 schema/vrs/json/CisPhasedBlock
+7 −9 schema/vrs/json/CopyNumberChange
+8 −10 schema/vrs/json/CopyNumberCount
+7 −9 schema/vrs/json/DerivativeMolecule
+2 −2 schema/vrs/json/Expression
+6 −9 schema/vrs/json/LengthExpression
+6 −9 schema/vrs/json/LiteralSequenceExpression
+6 −6 schema/vrs/json/MolecularVariation
+2 −2 schema/vrs/json/Range
+7 −10 schema/vrs/json/ReferenceLengthExpression
+2 −2 schema/vrs/json/Residue
+4 −4 schema/vrs/json/SequenceExpression
+9 −11 schema/vrs/json/SequenceLocation
+8 −11 schema/vrs/json/SequenceReference
+2 −2 schema/vrs/json/SequenceString
+3 −3 schema/vrs/json/SystemicVariation
+7 −9 schema/vrs/json/Terminus
+11 −14 schema/vrs/json/TraversalBlock
+8 −8 schema/vrs/json/Variation
+19 −19 schema/vrs/vrs-source.yaml
+1 −1 submodules/gks-common

0 comments on commit cf476d6

Please sign in to comment.