|
466 | 466 | "prefix": "--default-genotype" |
467 | 467 | }, |
468 | 468 | "doc": "Default genotype if coverage is too low (options are Het or Hom)." |
469 | | - }, |
470 | | - { |
471 | | - "id": "#biometrics_extract.cwl/biometrics_extract_0_2_13/file_type", |
472 | | - "type": [ |
473 | | - "null", |
474 | | - "string" |
475 | | - ], |
476 | | - "doc": "Specify the type of bam file you are generating the pickle for to be incorporated in pickle file name (Myeloid_1_L001_duplex.pickle)" |
477 | 469 | } |
478 | 470 | ], |
479 | 471 | "outputs": [ |
480 | 472 | { |
481 | 473 | "id": "#biometrics_extract.cwl/biometrics_extract_0_2_13/biometrics_extract_pickle", |
482 | 474 | "type": "File", |
483 | 475 | "outputBinding": { |
484 | | - "glob": "${\n if (inputs.database) {\n return inputs.database + '/' + inputs.sample_name + '.pickle';\n }\n else {\n return inputs.sample_name + '.pickle';\n }\n}", |
485 | | - "outputEval": "${\n if (inputs.file_type) {\n self[0].basename = inputs.sample_name + '_' + inputs.file_type + \".pickle\";\n return self;\n }\n else {\n return self;\n }\n}" |
| 476 | + "glob": "${\n if (inputs.database) {\n return inputs.database + '/' + inputs.sample_name + '.pickle';\n } else {\n return inputs.sample_name + '.pickle';\n }\n}" |
486 | 477 | } |
487 | 478 | } |
488 | 479 | ], |
|
508 | 499 | "class": "http://xmlns.com/foaf/0.1/Person", |
509 | 500 | "http://xmlns.com/foaf/0.1/mbox": "mailto:murphyc4@mskcc.org", |
510 | 501 | "http://xmlns.com/foaf/0.1/name": "Charlie Murphy" |
511 | | - }, |
512 | | - { |
513 | | - "class": "http://xmlns.com/foaf/0.1/Person", |
514 | | - "http://xmlns.com/foaf/0.1/mbox": "mailto:shahr2@mskcc.org", |
515 | | - "http://xmlns.com/foaf/0.1/name": "Ronak Shah" |
516 | | - }, |
517 | | - { |
518 | | - "class": "http://xmlns.com/foaf/0.1/Person", |
519 | | - "http://xmlns.com/foaf/0.1/mbox": "mailto:charlk@mskcc.org", |
520 | | - "http://xmlns.com/foaf/0.1/name": "Carmelina Charlambous" |
521 | 502 | } |
522 | 503 | ], |
523 | 504 | "http://xmlns.com/foaf/0.1/name": "Memorial Sloan Kettering Cancer Center" |
|
2762 | 2743 | ], |
2763 | 2744 | "https://www.sevenbridges.com/x": 0, |
2764 | 2745 | "https://www.sevenbridges.com/y": 1923.75 |
2765 | | - }, |
2766 | | - { |
2767 | | - "id": "#main/collapsed_biometrics_extract_file_type", |
2768 | | - "type": [ |
2769 | | - "null", |
2770 | | - "string" |
2771 | | - ], |
2772 | | - "https://www.sevenbridges.com/x": 723.521240234375, |
2773 | | - "https://www.sevenbridges.com/y": 1204.8056640625 |
2774 | 2746 | } |
2775 | 2747 | ], |
2776 | 2748 | "outputs": [ |
|
3367 | 3339 | { |
3368 | 3340 | "id": "#main/biometrics_extract_0_2_13/bed_file", |
3369 | 3341 | "source": "#main/bed_file" |
3370 | | - }, |
3371 | | - { |
3372 | | - "id": "#main/biometrics_extract_0_2_13/file_type", |
3373 | | - "default": "collapsed", |
3374 | | - "source": "#main/collapsed_biometrics_extract_file_type" |
3375 | 3342 | } |
3376 | 3343 | ], |
3377 | 3344 | "out": [ |
|
3448 | 3415 | "requirements": [ |
3449 | 3416 | { |
3450 | 3417 | "class": "SubworkflowFeatureRequirement" |
| 3418 | + }, |
| 3419 | + { |
| 3420 | + "class": "InlineJavascriptRequirement" |
| 3421 | + }, |
| 3422 | + { |
| 3423 | + "class": "StepInputExpressionRequirement" |
3451 | 3424 | } |
3452 | 3425 | ], |
3453 | 3426 | "https://schema.org/author": [ |
|
0 commit comments