workflowhub-eu / galaxy2cwl

Standalone version tool to get cwl descriptions (initially an abstract cwl interface) of galaxy workflows and Galaxy workflows executions.
BSD 3-Clause "New" or "Revised" License
4 stars 5 forks source link

ISSUE in using galaxy2cwl #12

Open khaled196 opened 9 months ago

khaled196 commented 9 months ago

(.venv) (base) beacon@2023BH01:~/workflow$ galaxy2cwl Somatic-Variant-Discovery-from-WES-Data-Using-Control-FREEC.ga > somatic_corkflow.cwl Traceback (most recent call last): File "/home/beacon/.venv/bin/galaxy2cwl", line 8, in sys.exit(main()) File "/home/beacon/.venv/lib/python3.8/site-packages/galaxy2cwl/get_cwl_interface.py", line 287, in main cwl_out = process_format1_json(wf_dict) File "/home/beacon/.venv/lib/python3.8/site-packages/galaxy2cwl/get_cwl_interface.py", line 78, in process_format1_json source_output_name = sanitize_source(input_details['output_name']) TypeError: list indices must be integers or slices, not str