Skip to content

Commit a058565

Browse files
committed
Delete extra unused getter/setter methods causing API clutter
1 parent 361fe82 commit a058565

File tree

2 files changed

+0
-47
lines changed

2 files changed

+0
-47
lines changed

src/main/java/org/commonwl/view/cwl/CWLElement.java

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -73,14 +73,6 @@ public void setFormat(String format) {
7373
this.format = format;
7474
}
7575

76-
public List<String> getSourceID() {
77-
return sourceID;
78-
}
79-
80-
public void setSourceID(List<String> sourceID) {
81-
this.sourceID = sourceID;
82-
}
83-
8476
public List<String> getSourceIDs() {
8577
return sourceID;
8678
}

src/main/resources/templates/apidocs.html

Lines changed: 0 additions & 39 deletions
Original file line numberDiff line numberDiff line change
@@ -290,41 +290,26 @@ <h5>Example Response</h5>
290290
"runType": "COMMANDLINETOOL",
291291
"sources": {
292292
"file:///data/git/3ec0d19076841a1140e71cc3a1b330a56099aac2/workflows/lobSTR/lobSTR-workflow.cwl#allelotype/bam": {
293-
"sourceID": [
294-
"samindex"
295-
],
296293
"sourceIDs": [
297294
"samindex"
298295
]
299296
},
300297
"allelotype": {
301-
"sourceID": [
302-
"strinfo"
303-
],
304298
"sourceIDs": [
305299
"strinfo"
306300
]
307301
},
308302
"file:///data/git/3ec0d19076841a1140e71cc3a1b330a56099aac2/workflows/lobSTR/lobSTR-workflow.cwl#allelotype/noise_model": {
309-
"sourceID": [
310-
"noise_model"
311-
],
312303
"sourceIDs": [
313304
"noise_model"
314305
]
315306
},
316307
"file:///data/git/3ec0d19076841a1140e71cc3a1b330a56099aac2/workflows/lobSTR/lobSTR-workflow.cwl#allelotype/reference": {
317-
"sourceID": [
318-
"reference"
319-
],
320308
"sourceIDs": [
321309
"reference"
322310
]
323311
},
324312
"file:///data/git/3ec0d19076841a1140e71cc3a1b330a56099aac2/workflows/lobSTR/lobSTR-workflow.cwl#allelotype/output_prefix": {
325-
"sourceID": [
326-
"output_prefix"
327-
],
328313
"sourceIDs": [
329314
"output_prefix"
330315
]
@@ -336,9 +321,6 @@ <h5>Example Response</h5>
336321
"runType": "COMMANDLINETOOL",
337322
"sources": {
338323
"samsort": {
339-
"sourceID": [
340-
"lobSTR"
341-
],
342324
"sourceIDs": [
343325
"lobSTR"
344326
]
@@ -354,49 +336,31 @@ <h5>Example Response</h5>
354336
"runType": "COMMANDLINETOOL",
355337
"sources": {
356338
"lobSTR": {
357-
"sourceID": [
358-
"rg-lib"
359-
],
360339
"sourceIDs": [
361340
"rg-lib"
362341
]
363342
},
364343
"file:///data/git/3ec0d19076841a1140e71cc3a1b330a56099aac2/workflows/lobSTR/lobSTR-workflow.cwl#lobSTR/p1": {
365-
"sourceID": [
366-
"p1"
367-
],
368344
"sourceIDs": [
369345
"p1"
370346
]
371347
},
372348
"file:///data/git/3ec0d19076841a1140e71cc3a1b330a56099aac2/workflows/lobSTR/lobSTR-workflow.cwl#lobSTR/p2": {
373-
"sourceID": [
374-
"p2"
375-
],
376349
"sourceIDs": [
377350
"p2"
378351
]
379352
},
380353
"file:///data/git/3ec0d19076841a1140e71cc3a1b330a56099aac2/workflows/lobSTR/lobSTR-workflow.cwl#lobSTR/output_prefix": {
381-
"sourceID": [
382-
"output_prefix"
383-
],
384354
"sourceIDs": [
385355
"output_prefix"
386356
]
387357
},
388358
"file:///data/git/3ec0d19076841a1140e71cc3a1b330a56099aac2/workflows/lobSTR/lobSTR-workflow.cwl#lobSTR/rg-sample": {
389-
"sourceID": [
390-
"rg-sample"
391-
],
392359
"sourceIDs": [
393360
"rg-sample"
394361
]
395362
},
396363
"file:///data/git/3ec0d19076841a1140e71cc3a1b330a56099aac2/workflows/lobSTR/lobSTR-workflow.cwl#lobSTR/reference": {
397-
"sourceID": [
398-
"reference"
399-
],
400364
"sourceIDs": [
401365
"reference"
402366
]
@@ -408,9 +372,6 @@ <h5>Example Response</h5>
408372
"runType": "COMMANDLINETOOL",
409373
"sources": {
410374
"samindex": {
411-
"sourceID": [
412-
"samsort"
413-
],
414375
"sourceIDs": [
415376
"samsort"
416377
]

0 commit comments

Comments
 (0)