4232: remove "dependencies" entries from examples in the tutorials if the API is...
authorPhil Hodgson <bitbucket@philhodgson.net>
Mon, 26 Jan 2015 16:47:08 +0000 (17:47 +0100)
committerPhil Hodgson <bitbucket@philhodgson.net>
Mon, 26 Jan 2015 16:47:08 +0000 (17:47 +0100)
doc/user/topics/tutorial-gatk-variantfiltration.html.textile.liquid
doc/user/topics/tutorial-job1.html.textile.liquid

index fa33f67669259dbdd820517264f06ae54678b7a7..bf9b24272ce6c6085a2956dff5c6bb6056c60833 100644 (file)
@@ -149,12 +149,7 @@ Now start a job:
  "is_locked_by_uuid":null,
  "log":null,
  "runtime_constraints":{},
- "tasks_summary":{},
- "dependencies":[
-  "5ee633fe2569d2a42dd81b07490d5d13+82",
-  "c905c8d8443a9c44274d98b7c6cfaa32+94",
-  "d237a90bae3870b3b033aea1e99de4a9+10820"
- ]
+ "tasks_summary":{}
 }
 </code></pre>
 </notextile>
index e231c9b6b9bb8f3f202a1e5d05857e7959156064..0e8b997f9f44dda73633b45122465c8950133f28 100644 (file)
@@ -73,10 +73,7 @@ Use @arv job create@ to actually submit the job.  It should print out a JSON obj
  "is_locked_by_uuid":null,
  "log":null,
  "runtime_constraints":{},
- "tasks_summary":{},
- "dependencies":[
-  "c1bad4b39ca5a924e481008009d94e32+210"
- ]
+ "tasks_summary":{}
 }
 </code></pre>
 </notextile>
@@ -132,10 +129,7 @@ On the command line, you can use @arv job get@ to access a JSON object describin
   "running":0,
   "failed":0,
   "todo":0
- },
- "dependencies":[
-  "c1bad4b39ca5a924e481008009d94e32+210"
- ]
+ }
 }
 </code></pre>
 </notextile>