mirror of
https://github.com/galaxyproject/galaxy.git
synced 2026-09-01 15:37:32 +08:00
e46f9e789c
This tool converts sample sheet collections back to their corresponding non-sample-sheet types by stripping the column_definitions and row column metadata: - sample_sheet -> list - sample_sheet:paired -> list:paired - sample_sheet:paired_or_unpaired -> list:paired_or_unpaired - sample_sheet:record -> list:record Useful when a sample sheet needs to be passed to a tool that expects a regular list collection, or when discarding sample sheet metadata.