Skip to content

Commit

Permalink
Rename to transmart-core.
Browse files Browse the repository at this point in the history
  • Loading branch information
gijskant committed Feb 23, 2017
1 parent 5f74ed4 commit b9a3a66
Show file tree
Hide file tree
Showing 6 changed files with 26 additions and 26 deletions.
8 changes: 4 additions & 4 deletions CONTRIBUTING.md
Expand Up @@ -15,7 +15,7 @@ Are you ready to contribute to TranSMART? We'd love to have you on board, and we
### Submitting a Pull Request
Before you submit your pull request consider the following guidelines:

* Search the [tranSMART](https://github.com/thehyve/transmart-upgrade/pulls) repository for an open or closed Pull Request
* Search the [tranSMART](https://github.com/thehyve/transmart-core/pulls) repository for an open or closed Pull Request
that relates to your submission.
* Make your changes in a new git branch

Expand All @@ -40,7 +40,7 @@ Before you submit your pull request consider the following guidelines:
git push origin [name_of_your_new_branch]
```

* In GitHub, send a pull request to `transmart-upgrade:master`.
* In GitHub, send a pull request to `transmart-core:master`.
* If we suggest changes then
* Make the required updates.
* Re-run the tests on the project and ensure tests are still passing.
Expand Down Expand Up @@ -113,7 +113,7 @@ After your pull request is merged, you have to delete your branch (if it was not
```

## <a name="test-travis"></a> Automated tests on Travis CI
All Pull Requests are automatically tested on [Travis CI](https://travis-ci.org/thehyve/transmart-upgrade). Currently there is a set of tests for the core modules:
All Pull Requests are automatically tested on [Travis CI](https://travis-ci.org/thehyve/transmart-core). Currently there is a set of tests for the core modules:
* Tests for transmart-core-db module against H2 database,
* Tests for transmart-rest-api module,
* Tests for transmart-core-db module against Postgres database,
Expand Down Expand Up @@ -175,4 +175,4 @@ Fix #1234
```
## <a name="additional-resources"></a>Additional Resources
* [General GitHub documentation](http://help.github.com/)
* [GitHub pull request documentation](http://help.github.com/send-pull-requests/)
* [GitHub pull request documentation](http://help.github.com/send-pull-requests/)
2 changes: 1 addition & 1 deletion README.md
@@ -1,5 +1,5 @@
# tranSMART
[![Build Status](https://travis-ci.org/thehyve/transmart-upgrade.svg?branch=master)](https://travis-ci.org/thehyve/transmart-upgrade/branches)
[![Build Status](https://travis-ci.org/thehyve/transmart-core.svg?branch=master)](https://travis-ci.org/thehyve/transmart-core/branches)

Repository containing the core components and documentation of the _tranSMART_ platform,
an open source data sharing and analytics platform for translational biomedical research, maintained
Expand Down
20 changes: 10 additions & 10 deletions contributors.md
@@ -1,11 +1,11 @@
# transmart-upgrade contributers
# transmart-core contributers
Thank you for contributing to TranSmart
[gijskant](https://github.com/gijskant)
[JanKanis](https://github.com/JanKanis)
[forus](https://github.com/forus)
[ewelinagr](https://github.com/ewelinagr)
[PiotrZakrzewski](https://github.com/PiotrZakrzewski)
[BarteldKlasens](https://github.com/BarteldKlasens)
[OlafMeuwese](https://github.com/OlafMeuwese)
[rnugraha](https://github.com/rnugraha)
[Jarvanerp](https://github.com/Jarvanerp)
- [gijskant](https://github.com/gijskant)
- [JanKanis](https://github.com/JanKanis)
- [forus](https://github.com/forus)
- [ewelinagr](https://github.com/ewelinagr)
- [PiotrZakrzewski](https://github.com/PiotrZakrzewski)
- [BarteldKlasens](https://github.com/BarteldKlasens)
- [OlafMeuwese](https://github.com/OlafMeuwese)
- [rnugraha](https://github.com/rnugraha)
- [Jarvanerp](https://github.com/Jarvanerp)
6 changes: 3 additions & 3 deletions docker/tm_test_db/Dockerfile
Expand Up @@ -17,13 +17,13 @@ RUN curl -s "https://get.sdkman.io" | bash && \
ENV BRANCH master
# change this to use a different branch of transmart-upgrade

RUN git clone -b $BRANCH --depth 1 https://github.com/thehyve/transmart-upgrade.git /tmp/transmart-upgrade
RUN git clone -b $BRANCH --depth 1 https://github.com/thehyve/transmart-core.git /tmp/transmart-core

ENV POSTGRES_PASSWORD ''

RUN ln -snf /root/.sdkman/candidates/groovy/current/bin/groovy /bin/groovy
RUN echo "cd /tmp/transmart-upgrade/transmart-data && \
RUN echo "cd /tmp/transmart-core/transmart-data && \
mkdir -p /var/lib/postgresql/tablespaces/{biomart,deapp,indx,search_app,transmart} && \
chown -R postgres:postgres /var/lib/postgresql && \
make -C env ../vars && source /tmp/transmart-upgrade/transmart-data/vars && \
make -C env ../vars && source /tmp/transmart-core/transmart-data/vars && \
make postgres_test" >> /docker-entrypoint-initdb.d/01-create.sh
4 changes: 2 additions & 2 deletions transmart-batch/README.md
Expand Up @@ -62,8 +62,8 @@ The script `transmart-batch.sh` executes the generated `.jar` by running `java -
These are the required commands:
```bash
# fetch the source code
git clone https://github.com/thehyve/transmart-upgrade/
cd transmart-upgrade/transmart-batch
git clone https://github.com/thehyve/transmart-core
cd transmart-core/transmart-batch
# build transmart-batch
gradle shadowJar
# run transmart-batch
Expand Down
12 changes: 6 additions & 6 deletions transmart-java/contributors.md
@@ -1,7 +1,7 @@
# transmart-upgrade contributers
# transmart-java contributers
Thank you for contributing to TranSmart
[gijskant](https://github.com/gijskant)
[JanKanis](https://github.com/JanKanis)
[forus](https://github.com/forus)
[ewelinagr](https://github.com/ewelinagr)
[PiotrZakrzewski](https://github.com/PiotrZakrzewski)
- [gijskant](https://github.com/gijskant)
- [JanKanis](https://github.com/JanKanis)
- [forus](https://github.com/forus)
- [ewelinagr](https://github.com/ewelinagr)
- [PiotrZakrzewski](https://github.com/PiotrZakrzewski)

0 comments on commit b9a3a66

Please sign in to comment.