|
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)" |
469 | 477 | } |
470 | 478 | ], |
471 | 479 | "outputs": [ |
472 | 480 | { |
473 | 481 | "id": "#biometrics_extract.cwl/biometrics_extract_0_2_13/biometrics_extract_pickle", |
474 | 482 | "type": "File", |
475 | 483 | "outputBinding": { |
476 | | - "glob": "${\n if (inputs.database) {\n return inputs.database + '/' + inputs.sample_name + '.pickle';\n } else {\n return inputs.sample_name + '.pickle';\n }\n}" |
| 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}" |
477 | 486 | } |
478 | 487 | } |
479 | 488 | ], |
|
499 | 508 | "class": "http://xmlns.com/foaf/0.1/Person", |
500 | 509 | "http://xmlns.com/foaf/0.1/mbox": "mailto:murphyc4@mskcc.org", |
501 | 510 | "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" |
502 | 521 | } |
503 | 522 | ], |
504 | 523 | "http://xmlns.com/foaf/0.1/name": "Memorial Sloan Kettering Cancer Center" |
|
2743 | 2762 | ], |
2744 | 2763 | "https://www.sevenbridges.com/x": 0, |
2745 | 2764 | "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 |
2746 | 2774 | } |
2747 | 2775 | ], |
2748 | 2776 | "outputs": [ |
|
3339 | 3367 | { |
3340 | 3368 | "id": "#main/biometrics_extract_0_2_13/bed_file", |
3341 | 3369 | "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" |
3342 | 3375 | } |
3343 | 3376 | ], |
3344 | 3377 | "out": [ |
|
3415 | 3448 | "requirements": [ |
3416 | 3449 | { |
3417 | 3450 | "class": "SubworkflowFeatureRequirement" |
3418 | | - }, |
3419 | | - { |
3420 | | - "class": "InlineJavascriptRequirement" |
3421 | | - }, |
3422 | | - { |
3423 | | - "class": "StepInputExpressionRequirement" |
3424 | 3451 | } |
3425 | 3452 | ], |
3426 | 3453 | "https://schema.org/author": [ |
|
0 commit comments