arvados-cli 0.1.20140812101132 → 0.1.20140812114255
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/bin/arv-run-pipeline-instance +6 -6
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: d574b62d1f14de00719b8e5e456abbb328c2d8e5
|
4
|
+
data.tar.gz: fbe6b2b852bb25752afef200288fe2338e423bd1
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 8e29fdf4f8b3e28c5290cfe54faff4fd9ef96f2c3c9b43ef0edd91f45db192bbcbb6c5a84f16c9ee3ef2a8ef0ac5ef7a55ba83512961f4036f1601c3f3286bd3
|
7
|
+
data.tar.gz: 508d52db3246467e738c6f78e673b510d82c19cb4c5bd5ea879f468d083afb6d8ea38f98b96e4134f455fea3c3b44544cd7429234fe3a482ad17782c7f35bcdc
|
@@ -243,8 +243,8 @@ class PipelineInstance
|
|
243
243
|
end
|
244
244
|
def self.create(attributes)
|
245
245
|
result = $client.execute(:api_method => $arvados.pipeline_instances.create,
|
246
|
-
:
|
247
|
-
:pipeline_instance => attributes
|
246
|
+
:body_object => {
|
247
|
+
:pipeline_instance => attributes
|
248
248
|
},
|
249
249
|
:authenticated => false,
|
250
250
|
:headers => {
|
@@ -262,8 +262,8 @@ class PipelineInstance
|
|
262
262
|
:parameters => {
|
263
263
|
:uuid => @pi[:uuid]
|
264
264
|
},
|
265
|
-
:
|
266
|
-
:pipeline_instance => @attributes_to_update
|
265
|
+
:body_object => {
|
266
|
+
:pipeline_instance => @attributes_to_update
|
267
267
|
},
|
268
268
|
:authenticated => false,
|
269
269
|
:headers => {
|
@@ -328,7 +328,7 @@ class JobCache
|
|
328
328
|
body = {job: no_nil_values(job)}.merge(no_nil_values(create_params))
|
329
329
|
|
330
330
|
result = $client.execute(:api_method => $arvados.jobs.create,
|
331
|
-
:
|
331
|
+
:body_object => body,
|
332
332
|
:authenticated => false,
|
333
333
|
:headers => {
|
334
334
|
authorization: 'OAuth2 '+ENV['ARVADOS_API_TOKEN']
|
@@ -346,7 +346,7 @@ class JobCache
|
|
346
346
|
msg += "Job submission was: #{body.to_json}"
|
347
347
|
|
348
348
|
$client.execute(:api_method => $arvados.logs.create,
|
349
|
-
:
|
349
|
+
:body_object => {
|
350
350
|
:log => {
|
351
351
|
:object_uuid => pipeline[:uuid],
|
352
352
|
:event_type => 'stderr',
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: arvados-cli
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.1.
|
4
|
+
version: 0.1.20140812114255
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Arvados Authors
|
@@ -166,7 +166,7 @@ dependencies:
|
|
166
166
|
- - "<"
|
167
167
|
- !ruby/object:Gem::Version
|
168
168
|
version: 1.0.0
|
169
|
-
description: This is the Arvados SDK CLI gem, git revision
|
169
|
+
description: This is the Arvados SDK CLI gem, git revision c5be0c3abd926adc54e0c1de65e8dfdd25a84ea1
|
170
170
|
email: gem-dev@curoverse.com
|
171
171
|
executables:
|
172
172
|
- arv
|