class: GalaxyTool id: gx_data_collection_sample_sheet_y name: gx_data_collection_sample_sheet_y version: "1.0.0" profile: "25.0" container: busybox shell_command: | echo "Collection type: $(inputs.parameter.collection_type)" > output.txt echo "Name: $(inputs.parameter.name)" >> output.txt inputs: - name: parameter type: data_collection collection_type: sample_sheet label: Input sample sheet collection outputs: - name: output type: data format: txt from_work_dir: output.txt