Skip to content
This repository was archived by the owner on Feb 19, 2021. It is now read-only.

Commit b586d80

Browse files
committed
Updat to HCV
1 parent 1b9742a commit b586d80

File tree

1 file changed

+47
-44
lines changed

1 file changed

+47
-44
lines changed

HCV1a.json

Lines changed: 47 additions & 44 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,15 @@
11
{
2-
"bco_id": "https://github.com/biocompute-objects/BCO_Specification/blob/master/HCV1a.json",
3-
"digital_signature": "0B61E7C0EFF537CADADE475AA6386262FCDBC4DC",
4-
"bco_spec_version" : "https://w3id.org/biocompute/spec/v1.2",
2+
"bco_id": "https://w3id.org/biocompute/examples/HCV1a.json",
3+
"checksum": "22B641C02C06553F00310A0E6816070FE2988476B7BC13BF87A2C286A7DE3583",
4+
"bco_spec_version" : "https://w3id.org/biocompute/spec/1.3.0",
55
"provenance_domain": {
66
"name": "HCV1a ledipasvir resistance SNP detection",
77
"version": "2.9",
88
"review": [
99
{
1010
"status": "approved",
1111
"reviewer_comment": "Approved by GW staff. Waiting for approval from FDA Reviewer",
12+
"date": "2017-11-12T12:30:48-0400",
1213
"reviewer": {
1314
"name": "Charles Hadley King",
1415
"affiliation": "George Washington University",
@@ -20,6 +21,7 @@
2021
{
2122
"status": "approved",
2223
"reviewer_comment": "The revised BCO looks fine",
24+
"date": "2017-12-12T12:30:48-0400",
2325
"reviewer": {
2426
"name": "Eric Donaldson",
2527
"affiliation": "FDA",
@@ -140,52 +142,52 @@
140142
{
141143
"name": "Hepatitis C virus genotype 1",
142144
"uri": {
143-
"address": "http://www.ncbi.nlm.nih.gov/nuccore/22129792",
145+
"uri": "http://www.ncbi.nlm.nih.gov/nuccore/22129792",
144146
"access_time": "2017-01-24T09:40:17-0500"
145147
}
146148
},
147149
{
148150
"name": "Hepatitis C virus type 1b complete genome",
149151
"uri": {
150-
"address": "http://www.ncbi.nlm.nih.gov/nuccore/5420376",
152+
"uri": "http://www.ncbi.nlm.nih.gov/nuccore/5420376",
151153
"access_time": "2017-01-24T09:40:17-0500"
152154
}
153155
},
154156
{
155157
"name": "Hepatitis C virus (isolate JFH-1) genomic RNA",
156158
"uri": {
157-
"address": "http://www.ncbi.nlm.nih.gov/nuccore/13122261",
159+
"uri": "http://www.ncbi.nlm.nih.gov/nuccore/13122261",
158160
"access_time": "2017-01-24T09:40:17-0500"
159161
}
160162
},
161163
{
162164
"name": "Hepatitis C virus clone J8CF, complete genome",
163165
"uri": {
164-
"address": "http://www.ncbi.nlm.nih.gov/nuccore/386646758",
166+
"uri": "http://www.ncbi.nlm.nih.gov/nuccore/386646758",
165167
"access_time": "2017-01-24T09:40:17-0500"
166168
}
167169
},
168170
{
169171
"name": "Hepatitis C virus S52 polyprotein gene",
170172
"uri": {
171-
"address": "http://www.ncbi.nlm.nih.gov/nuccore/295311559",
173+
"uri": "http://www.ncbi.nlm.nih.gov/nuccore/295311559",
172174
"access_time": "2017-01-24T09:40:17-0500"
173175
}
174176
}
175177
],
176178
"input_list": [
177179
{
178-
"address": "http://example.com/dna.cgi?cmd=objFile&ids=514683",
180+
"uri": "http://example.com/dna.cgi?cmd=objFile&ids=514683",
179181
"access_time": "2017-01-24T09:40:17-0500"
180182
},
181183
{
182-
"address": "http://example.com/dna.cgi?cmd=objFile&ids=514682",
184+
"uri": "http://example.com/dna.cgi?cmd=objFile&ids=514682",
183185
"access_time": "2017-01-24T09:40:17-0500"
184186
}
185187
],
186188
"output_list": [
187189
{
188-
"address": "http://example.com/data/514769/allCount-aligned.csv",
190+
"uri": "http://example.com/data/514769/allCount-aligned.csv",
189191
"access_time": "2017-01-24T09:40:17-0500"
190192
}
191193
]
@@ -197,33 +199,34 @@
197199
"version": "1.3",
198200
"input_list": [
199201
{
200-
"address": "http://example.com/data/514769/dnaAccessionBased.csv",
202+
"uri": "http://example.com/data/514769/dnaAccessionBased.csv",
201203
"access_time": "2017-01-24T09:40:17-0500"
202204
}
203205
],
204206
"output_list": [
205207
{
206-
"address": "http://example.com/data/514801/SNPProfile.csv",
208+
"uri": "http://example.com/data/514801/SNPProfile.csv",
207209
"access_time": "2017-01-24T09:40:17-0500"
208210
},
209211
{
210-
"address": "http://example.com/data/14769/allCount-aligned.csv",
212+
"uri": "http://example.com/data/14769/allCount-aligned.csv",
211213
"access_time": "2017-01-24T09:40:17-0500"
212214
}
213215
]
214216
}
215217
]
216218
},
217219
"execution_domain": {
218-
"script_access_type": "URI",
219-
"script": ["https://example.com/workflows/antiviral_resistance_detection_hive.py"],
220+
"script": {
221+
"uri": "https://example.com/workflows/antiviral_resistance_detection_hive.py"
222+
},
220223
"script_driver": "shell",
221224
"software_prerequisites": [
222225
{
223226
"name": "HIVE-hexagon",
224227
"version": "babajanian.1",
225228
"uri": {
226-
"address": "http://example.com/dna.cgi?cmd=dna-hexagon&cmdMode=-",
229+
"uri": "http://example.com/dna.cgi?cmd=dna-hexagon&cmdMode=-",
227230
"access_time": "2017-01-24T09:40:17-0500",
228231
"sha1_chksum": "d60f506cddac09e9e816531e7905ca1ca6641e3c"
229232
}
@@ -232,7 +235,7 @@
232235
"name": "HIVE-heptagon",
233236
"version": "albinoni.2",
234237
"uri": {
235-
"address": "http://example.com/dna.cgi?cmd=dna-heptagon&cmdMode=-",
238+
"uri": "http://example.com/dna.cgi?cmd=dna-heptagon&cmdMode=-",
236239
"access_time": "2017-01-24T09:40:17-0500"
237240
}
238241
}
@@ -247,66 +250,66 @@
247250
"url": "http://eutils.ncbi.nlm.nih.gov/entrez/eutils/"
248251
}
249252
],
250-
"env_parameters": {
251-
"key": "HOSTTYPE",
252-
"value" : "x86_64-linux"
253+
"environment_variables": {
254+
"HOSTTYPE": "x86_64-linux",
255+
"EDITOR": "vim"
253256
}
254257
},
255-
"parametric_domain": [
256-
{"param": "seed", "value": "14", "step": "1"},
257-
{"param":"minimum_match_len", "value": "66", "step": "1"},
258-
{"param": "divergence_threshold_percent", "value": 0.30, "step": "1"},
259-
{"param": "minimum_coverage", "value": "15", "step": "2"},
260-
{"param": "freq_cutoff", "value": 0.10, "step": "2"}
261-
],
258+
"parametric_domain": [
259+
{"param": "seed", "value": "14", "step": "1"},
260+
{"param":"minimum_match_len", "value": "66", "step": "1"},
261+
{"param": "divergence_threshold_percent", "value": 0.30, "step": "1"},
262+
{"param": "minimum_coverage", "value": "15", "step": "2"},
263+
{"param": "freq_cutoff", "value": 0.10, "step": "2"}
264+
],
262265
"io_domain": {
263266
"input_subdomain": [
264267
{
265-
"name": "Hepatitis C virus genotype 1",
266268
"uri": {
267-
"address": "http://www.ncbi.nlm.nih.gov/nuccore/22129792",
269+
"filename": "Hepatitis C virus genotype 1",
270+
"uri": "http://www.ncbi.nlm.nih.gov/nuccore/22129792",
268271
"access_time": "2017-01-24T09:40:17-0500"
269272
}
270273
},
271274
{
272-
"name": "Hepatitis C virus type 1b complete genome",
273275
"uri": {
274-
"address": "http://www.ncbi.nlm.nih.gov/nuccore/5420376",
276+
"filename": "Hepatitis C virus type 1b complete genome",
277+
"uri": "http://www.ncbi.nlm.nih.gov/nuccore/5420376",
275278
"access_time": "2017-01-24T09:40:17-0500"
276279
}
277280
},
278281
{
279-
"name": "Hepatitis C virus (isolate JFH-1) genomic RNA",
280282
"uri": {
281-
"address": "http://www.ncbi.nlm.nih.gov/nuccore/13122261",
283+
"filename": "Hepatitis C virus (isolate JFH-1) genomic RNA",
284+
"uri": "http://www.ncbi.nlm.nih.gov/nuccore/13122261",
282285
"access_time": "2017-01-24T09:40:17-0500"
283286
}
284287
},
285288
{
286-
"name": "Hepatitis C virus clone J8CF, complete genome",
287289
"uri": {
288-
"address": "http://www.ncbi.nlm.nih.gov/nuccore/386646758",
290+
"uri": "http://www.ncbi.nlm.nih.gov/nuccore/386646758",
289291
"access_time": "2017-01-24T09:40:17-0500"
290292
}
291293
},
292294
{
293-
"name": "Hepatitis C virus S52 polyprotein gene",
294295
"uri": {
295-
"address": "http://www.ncbi.nlm.nih.gov/nuccore/295311559",
296+
"filename": "Hepatitis C virus S52 polyprotein gene",
297+
"uri": "http://www.ncbi.nlm.nih.gov/nuccore/295311559",
296298
"access_time": "2017-01-24T09:40:17-0500"
297299
}
298300
},
299301
{
300-
"name": "HCV1a_drug_resistant_sample0001-01",
301302
"uri": {
302-
"address": "http://example.com/nuc-read/514682",
303+
"filename": "HCV1a_drug_resistant_sample0001-01",
304+
"uri": "http://example.com/nuc-read/514682",
303305
"access_time": "2017-01-24T09:40:17-0500"
304306
}
305307
},
306308
{
307-
"name": "HCV1a_drug_resistant_sample0001-02",
309+
308310
"uri": {
309-
"address": "http://example.com/nuc-read/514683",
311+
"filename": "HCV1a_drug_resistant_sample0001-02",
312+
"uri": "http://example.com/nuc-read/514683",
310313
"access_time": "2017-01-24T09:40:17-0500"
311314
}
312315
}
@@ -315,14 +318,14 @@
315318
{
316319
"mediatype": "text/csv",
317320
"uri": {
318-
"address": "http://example.com/data/514769/dnaAccessionBased.csv",
321+
"uri": "http://example.com/data/514769/dnaAccessionBased.csv",
319322
"access_time": "2017-01-24T09:40:17-0500"
320323
}
321324
},
322325
{
323326
"mediatype": "text/csv",
324327
"uri": {
325-
"address": "http://example.com/data/514801/SNPProfile*.csv",
328+
"uri": "http://example.com/data/514801/SNPProfile*.csv",
326329
"access_time": "2017-01-24T09:40:17-0500"
327330
}
328331
}

0 commit comments

Comments
 (0)