|
429 | 429 | "slurmcern" |
430 | 430 | ] |
431 | 431 | }, |
| 432 | + "cwl_engine_tool": { |
| 433 | + "title": "CWL engine tool", |
| 434 | + "value": "cwltool" |
| 435 | + }, |
| 436 | + "cwl_engine_version": { |
| 437 | + "title": "CWL engine version", |
| 438 | + "value": "3.1.20210628163208" |
| 439 | + }, |
432 | 440 | "dask_autoscaler_enabled": { |
433 | 441 | "title": "Dask autoscaler enabled in the cluster", |
434 | 442 | "value": "False" |
|
492 | 500 | "title": "Maximum retention period in days for workspace files", |
493 | 501 | "value": "3650" |
494 | 502 | }, |
| 503 | + "snakemake_engine_version": { |
| 504 | + "title": "Snakemake engine version", |
| 505 | + "value": "8.24.1" |
| 506 | + }, |
| 507 | + "supported_workflow_engines": { |
| 508 | + "title": "List of supported workflow engines", |
| 509 | + "value": [ |
| 510 | + "cwl", |
| 511 | + "serial", |
| 512 | + "snakemake", |
| 513 | + "yadage" |
| 514 | + ] |
| 515 | + }, |
495 | 516 | "workspaces_available": { |
496 | 517 | "title": "List of available workspaces", |
497 | 518 | "value": [ |
498 | 519 | "/usr/share", |
499 | 520 | "/eos/home", |
500 | 521 | "/var/reana" |
501 | 522 | ] |
| 523 | + }, |
| 524 | + "yadage_engine_adage_version": { |
| 525 | + "title": "Yadage engine adage version", |
| 526 | + "value": "0.11.0" |
| 527 | + }, |
| 528 | + "yadage_engine_packtivity_version": { |
| 529 | + "title": "Yadage engine packtivity version", |
| 530 | + "value": "0.16.2" |
| 531 | + }, |
| 532 | + "yadage_engine_version": { |
| 533 | + "title": "Yadage engine version", |
| 534 | + "value": "0.20.1" |
502 | 535 | } |
503 | 536 | } |
504 | 537 | }, |
|
518 | 551 | }, |
519 | 552 | "type": "object" |
520 | 553 | }, |
| 554 | + "cwl_engine_tool": { |
| 555 | + "properties": { |
| 556 | + "title": { |
| 557 | + "type": "string" |
| 558 | + }, |
| 559 | + "value": { |
| 560 | + "type": "string" |
| 561 | + } |
| 562 | + }, |
| 563 | + "type": "object" |
| 564 | + }, |
| 565 | + "cwl_engine_version": { |
| 566 | + "properties": { |
| 567 | + "title": { |
| 568 | + "type": "string" |
| 569 | + }, |
| 570 | + "value": { |
| 571 | + "type": "string" |
| 572 | + } |
| 573 | + }, |
| 574 | + "type": "object" |
| 575 | + }, |
521 | 576 | "dask_autoscaler_enabled": { |
522 | 577 | "properties": { |
523 | 578 | "title": { |
|
700 | 755 | }, |
701 | 756 | "type": "object" |
702 | 757 | }, |
| 758 | + "snakemake_engine_version": { |
| 759 | + "properties": { |
| 760 | + "title": { |
| 761 | + "type": "string" |
| 762 | + }, |
| 763 | + "value": { |
| 764 | + "type": "string" |
| 765 | + } |
| 766 | + }, |
| 767 | + "type": "object" |
| 768 | + }, |
| 769 | + "supported_workflow_engines": { |
| 770 | + "properties": { |
| 771 | + "title": { |
| 772 | + "type": "string" |
| 773 | + }, |
| 774 | + "value": { |
| 775 | + "items": { |
| 776 | + "type": "string" |
| 777 | + }, |
| 778 | + "type": "array" |
| 779 | + } |
| 780 | + }, |
| 781 | + "type": "object" |
| 782 | + }, |
703 | 783 | "workspaces_available": { |
704 | 784 | "properties": { |
705 | 785 | "title": { |
|
713 | 793 | } |
714 | 794 | }, |
715 | 795 | "type": "object" |
| 796 | + }, |
| 797 | + "yadage_engine_adage_version": { |
| 798 | + "properties": { |
| 799 | + "title": { |
| 800 | + "type": "string" |
| 801 | + }, |
| 802 | + "value": { |
| 803 | + "type": "string" |
| 804 | + } |
| 805 | + }, |
| 806 | + "type": "object" |
| 807 | + }, |
| 808 | + "yadage_engine_packtivity_version": { |
| 809 | + "properties": { |
| 810 | + "title": { |
| 811 | + "type": "string" |
| 812 | + }, |
| 813 | + "value": { |
| 814 | + "type": "string" |
| 815 | + } |
| 816 | + }, |
| 817 | + "type": "object" |
| 818 | + }, |
| 819 | + "yadage_engine_version": { |
| 820 | + "properties": { |
| 821 | + "title": { |
| 822 | + "type": "string" |
| 823 | + }, |
| 824 | + "value": { |
| 825 | + "type": "string" |
| 826 | + } |
| 827 | + }, |
| 828 | + "type": "object" |
716 | 829 | } |
717 | 830 | }, |
718 | 831 | "type": "object" |
|
0 commit comments