Galaxy | Tool Preview

Search in textfiles (version 9.5+galaxy2)
See below for more details
(-i)
leave it at zero unless you know what you're doing. (-B)
leave it at zero unless you know what you're doing. (-A)

What it does

This tool runs the unix grep command on the selected data file.

TIP: This tool uses the perl regular expression syntax (same as running 'grep -P'). This is NOT the POSIX or POSIX-extended syntax (unlike the awk/sed tools).

Further reading


Grep Examples


Regular Expression Syntax

The select tool searches the data for lines containing or not containing a match to the given pattern. A Regular Expression is a pattern descibing a certain amount of text.