Join GitHub today
GitHub is home to over 20 million developers working together to host and review code, manage projects, and build software together.
Moving to V1 of the API, updating all deps #26
Conversation
deflaux
was assigned
by iliat
Jul 25, 2016
coveralls
commented
Jul 25, 2016
|
Changes Unknown when pulling 5187415 on iliat:upgrade-api into * on googlegenomics:master*. |
pgrosu
commented
Jul 25, 2016
|
Welcome back Ilia :) Looks great! Two small things, you might want to update the Readme.md, and the Picard Readme to use
and
Thanks, |
deflaux
commented on the diff
Jul 26, 2016
| @@ -357,8 +407,9 @@ | ||
| <jetty.version>6.1.26</jetty.version> | ||
| <jackson.version>2.4.2</jackson.version> | ||
| <junit.version>4.11</junit.version> | ||
| - <google.api.version>1.19.0</google.api.version> | ||
| - <google.api.genomics.version>v1beta2-rev7-1.19.0</google.api.genomics.version> | ||
| + <google.api.version>1.22.0</google.api.version> | ||
| + <google.api.genomics.version>v1-rev87-1.22.0</google.api.genomics.version> |
pgrosu
|
deflaux
and 1 other
commented on an outdated diff
Jul 26, 2016
| readGroupSet.getReferenceSetId()); | ||
| referenceSetIds.add(readGroupSet.getReferenceSetId()); | ||
| } | ||
| if (readGroupSet.getReadGroups() != null) { | ||
| LOG.info("Found read groups"); | ||
| for (ReadGroup readGroup : readGroupSet.getReadGroups()) { | ||
| - if (readGroup.getReferenceSetId() != null) { | ||
| + if (readGroup.getReferenceSetId() != null && readGroup.getReferenceSetId().length() > 0) { |
|
|
deflaux
and 1 other
commented on an outdated diff
Jul 26, 2016
| } | ||
| - | ||
| - channelImpl = NettyChannelBuilder.forAddress("genomics.googleapis.com", 443) | ||
| - .negotiationType(NegotiationType.TLS) | ||
| - .streamWindowSize(1000000) | ||
| - .sslContext(GrpcSslContexts.forClient().ciphers(performantCiphers).build()) | ||
| - .build(); | ||
| - /*userCredentials = userCredentials.createScoped( | ||
| - Arrays.asList("https://www.googleapis.com/auth/genomics"));*/ | ||
| - ClientAuthInterceptor interceptor = new ClientAuthInterceptor(userCredentials, | ||
| - Executors.newSingleThreadExecutor()); | ||
| - return ClientInterceptors.intercept(channelImpl, interceptor); | ||
| + if (apiKey != null && apiKey.length() > 0) { |
deflaux
Owner
|
deflaux
and 2 others
commented on an outdated diff
Jul 26, 2016
| @@ -275,6 +300,31 @@ | ||
| <version>2.2.0</version> | ||
| </plugin> | ||
| <plugin> | ||
| + <groupId>org.xolstice.maven.plugins</groupId> |
deflaux
Owner
|
coveralls
commented
Jul 28, 2016
|
Changes Unknown when pulling 33ad437 on iliat:upgrade-api into * on googlegenomics:master*. |
|
@deflaux Addressed the comments. I'll clean up non def. cred. auth and update readme in the next PR. |
pgrosu
commented
Jul 29, 2016
|
Cool thanks - look forward to the next PR :) |
|
LGTM, thank you! |
iliat commentedJul 25, 2016