Galaxy | Tool Preview

Change Case (version 1.0.0)

This tool breaks column assignments. To re-establish column assignments run the tool and click on the pencil icon in the resulting history item.

The format of the resulting dataset from this tool is always tabular.


What it does

This tool selects specified columns from a dataset and converts the values of those columns to upper or lower case.


Example

Changing columns 1 and 3 ( delimited by Comma ) to upper case in:

apple,is,good
windows,is,bad

will result in:

APPLE is GOOD
WINDOWS is BAD