Skip to content
This repository has been archived by the owner on Sep 15, 2021. It is now read-only.

Commit

Permalink
Nest eclipse instructions to clarify context.
Browse files Browse the repository at this point in the history
  • Loading branch information
deflaux committed Sep 3, 2015
1 parent 42c164b commit 9f5bbd0
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,13 +46,11 @@ If you wish to modify this code while also modifying a project that depends upon

1. Build and install the jar to your local maven repository via `mvn install`.
2. Then update the pom.xml of the dependent project to temporarily depend upon the particular SNAPSHOT version of utils-java now installed in your local maven repository.

Eclipse users:
* First update the dependencies in your poms to point to the SNAPSHOT versions as mentioned above.
* Then for each of utils-java, dataflow-java, etc... in Eclipse do: `File -> Import -> Maven -> Existing Maven Projects`
* If at any point in Eclipse becomes confused (lot of red X's) in Eclipse do: `Project -> Clean -> Clean All Projects`
3. Eclipse users:
* First update the dependencies in your poms to point to the SNAPSHOT versions as mentioned above.
* Then for each of utils-java, dataflow-java, etc... in Eclipse do: `File -> Import -> Maven -> Existing Maven Projects`
* If at any point in Eclipse becomes confused (lot of red X's) in Eclipse do: `Project -> Clean -> Clean All Projects`


##gRPC
This project now includes code for calling the Genomics API using <a href="http://www.grpc.io">gRPC</a>.
Calling the API with gRPC should greatly improve performance but is still experimental (alpha). To use
Expand Down

0 comments on commit 9f5bbd0

Please sign in to comment.