tedana.workflows.parser_utils.parse_manual_list_str
- parse_manual_list_str(manual_list)[source]
Parse the list of components tags into a comma delimited list of strings.
- Parameters:
manual_list (
strlist[str]or [] or None) – Strings (classification tags) separated by commas- Returns:
manual_vals (
str) – A comma delimited
Note
Unlike _parse_manual_list_int, only ‘,’ is a permitted delimiter. Classification tags can use spaces so that cannot be a delimiter. Classification tags cannot include commas. Those strings would be split at other points in the code.