Skip to content
This repository was archived by the owner on Oct 28, 2022. It is now read-only.

Commit 6262aa7

Browse files
dcolligandavid4096
authored andcommitted
Doc changes for github URL rename (#853)
schemas -> ga4gh-schemas
1 parent 8f39d3a commit 6262aa7

File tree

5 files changed

+20
-20
lines changed

5 files changed

+20
-20
lines changed

CONTRIBUTING.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ Issues
2323
@@@@@@
2424

2525
The project's `Issues Page
26-
<https://github.com/ga4gh/schemas/issues>`__ is a forum to discuss
26+
<https://github.com/ga4gh/ga4gh-schemas/issues>`__ is a forum to discuss
2727
both major and minor issues related to developing the standards,
2828
formats, and APIs. It also serves as the means for collaborating with
2929
the group and discussing contributions that will ultimately lead to

doc/source/api/genotypephenotype.rst

+7-7
Original file line numberDiff line numberDiff line change
@@ -57,12 +57,12 @@ G2P servers are planned to be implemented in three different contexts:
5757
Approach
5858
--------
5959

60-
We based our original work on the model captured in `ga4gh/schemas
60+
We based our original work on the model captured in `ga4gh/ga4gh-schemas
6161
commit of Jul 30,
62-
2015 <https://github.com/ga4gh/schemas/tree/be171b00a5f164836dfd40ea5ae75ea56924d316>`__.
62+
2015 <https://github.com/ga4gh/ga4gh-schemas/tree/be171b00a5f164836dfd40ea5ae75ea56924d316>`__.
6363
This version of the schema predates the `separated genotype to phenotype
6464
files from
65-
baseline <https://github.com/ga4gh/schemas/commit/846b711fdcf544bf889cc7dbab19c6c48e9a9428>`__.
65+
baseline <https://github.com/ga4gh/ga4gh-schemas/commit/846b711fdcf544bf889cc7dbab19c6c48e9a9428>`__.
6666
After on review of the schemas and code, the team had feedback about
6767
separation of responsibility in the original API. The API was refactored
6868
to separate the searches for genotype, phenotype, feature and
@@ -89,10 +89,10 @@ their original context i.e. the source ontology.
8989

9090
Due to the flexibility of the data model, users have a number of options
9191
for specifying each query term
92-
`feature <https://github.com/ga4gh/schemas/blob/be171b00a5f164836dfd40ea5ae75ea56924d316/src/main/resources/avro/genotypephenotypemethods.avdl#L105>`__,
93-
`phenotype <https://github.com/ga4gh/schemas/blob/be171b00a5f164836dfd40ea5ae75ea56924d316/src/main/resources/avro/genotypephenotypemethods.avdl#L108>`__,
92+
`feature <https://github.com/ga4gh/ga4gh-schemas/blob/be171b00a5f164836dfd40ea5ae75ea56924d316/src/main/resources/avro/genotypephenotypemethods.avdl#L105>`__,
93+
`phenotype <https://github.com/ga4gh/ga4gh-schemas/blob/be171b00a5f164836dfd40ea5ae75ea56924d316/src/main/resources/avro/genotypephenotypemethods.avdl#L108>`__,
9494
and
95-
`evidence <https://github.com/ga4gh/schemas/blob/be171b00a5f164836dfd40ea5ae75ea56924d316/src/main/resources/avro/genotypephenotypemethods.avdl#L111>`__.
95+
`evidence <https://github.com/ga4gh/ga4gh-schemas/blob/be171b00a5f164836dfd40ea5ae75ea56924d316/src/main/resources/avro/genotypephenotypemethods.avdl#L111>`__.
9696

9797
API
9898
---
@@ -152,7 +152,7 @@ Usage
152152
3. Repeat 1-2 as necessary, collating responses on the client.
153153

154154
Many types rely heavily on the concept of an
155-
`OntologyTerm <https://github.com/ga4gh/schemas/blob/be171b00a5f164836dfd40ea5ae75ea56924d316/src/main/resources/avro/ontologies.avdl#L10>`__
155+
`OntologyTerm <https://github.com/ga4gh/ga4gh-schemas/blob/be171b00a5f164836dfd40ea5ae75ea56924d316/src/main/resources/avro/ontologies.avdl#L10>`__
156156
(see end of document for discussion on usage of OntologyTerms).
157157

158158
Implementation

pom.xml

+4-4
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
<name>GA4GH: Schemas</name>
1010
<description>Data models and APIs for Genomic data.</description>
11-
<url>https://github.com/ga4gh/schemas</url>
11+
<url>https://github.com/ga4gh/ga4gh-schemas</url>
1212
<inceptionYear>2014</inceptionYear>
1313
<organization>
1414
<name>Global Alliance for Genomics and Health</name>
@@ -21,9 +21,9 @@
2121
</license>
2222
</licenses>
2323
<scm>
24-
<connection>scm:git:https://github.com/ga4gh/schemas</connection>
25-
<developerConnection>scm:git:https://github.com/ga4gh/schemas</developerConnection>
26-
<url>https://github.com/ga4gh/schemas</url>
24+
<connection>scm:git:https://github.com/ga4gh/ga4gh-schemas</connection>
25+
<developerConnection>scm:git:https://github.com/ga4gh/ga4gh-schemas</developerConnection>
26+
<url>https://github.com/ga4gh/ga4gh-schemas</url>
2727
</scm>
2828
<developers>
2929
<developer>

python/README.rst

+7-7
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ releases `here <https://github.com/google/protobuf>`_.
3838

3939
.. code-block:: bash
4040
41-
git clone [email protected]:ga4gh/schemas.git
41+
git clone [email protected]:ga4gh/ga4gh-schemas.git
4242
cd schemas
4343
virtualenv env
4444
source env/bin/activate
@@ -75,18 +75,18 @@ Release Notes
7575

7676
`0.6.0a9.post2 <https://pypi.python.org/pypi/ga4gh-schemas/0.6.0a9.post2>`_ 2016-1-20
7777

78-
* Set the release version (`#790 <https://github.com/ga4gh/schemas/pull/790>`_).
78+
* Set the release version (`#790 <https://github.com/ga4gh/ga4gh-schemas/pull/790>`_).
7979

8080
`0.6.0a9.post1 <https://pypi.python.org/pypi/ga4gh-schemas/0.6.0a9.post1>`_ 2016-1
8181

82-
* Remove protoc from install path (`#781 <https://github.com/ga4gh/schemas/pull/751>`_).
82+
* Remove protoc from install path (`#781 <https://github.com/ga4gh/ga4gh-schemas/pull/751>`_).
8383

8484
0.6.0a9 2016-1
8585

86-
* "BioSample" refactored to "Biosample" (`#697 <https://github.com/ga4gh/schemas/pull/697>`_).
87-
* Calls list supports if no genotype is reported (`#735 <https://github.com/ga4gh/schemas/pull/697>`_).
88-
* Introduces a new versioning scheme to match `ga4gh/schemas <https://github.com/ga4gh/schemas>`_ protocol version.
89-
* Improve setup process (`#751 <https://github.com/ga4gh/schemas/pull/751>`_, `#746 <https://github.com/ga4gh/schemas/pull/746>`_).
86+
* "BioSample" refactored to "Biosample" (`#697 <https://github.com/ga4gh/ga4gh-schemas/pull/697>`_).
87+
* Calls list supports if no genotype is reported (`#735 <https://github.com/ga4gh/ga4gh-schemas/pull/697>`_).
88+
* Introduces a new versioning scheme to match `ga4gh/schemas <https://github.com/ga4gh/ga4gh-schemas>`_ protocol version.
89+
* Improve setup process (`#751 <https://github.com/ga4gh/ga4gh-schemas/pull/751>`_, `#746 <https://github.com/ga4gh/ga4gh-schemas/pull/746>`_).
9090

9191
0.0.8 2016-11-02
9292

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@
5757
"ga4gh.schemas.google.api"
5858
],
5959
namespace_packages=["ga4gh"],
60-
url="https://github.com/ga4gh/schemas",
60+
url="https://github.com/ga4gh/ga4gh-schemas",
6161
use_scm_version={"write_to": "python/ga4gh/schemas/_version.py"},
6262
entry_points={},
6363
package_dir={'': 'python'},

0 commit comments

Comments
 (0)