mirror of
https://github.com/galaxyproject/galaxy.git
synced 2026-08-31 01:02:04 +08:00
Added another example since I noticed several jobs where the user was confused about the "==" requirement.
This commit is contained in:
@@ -44,6 +44,7 @@ The filter tool allows you to restrict the datset using simple conditional state
|
||||
- **c1 == 'chr1'** selects lines in which the first column is chr1
|
||||
- **c3 - c2 < 100 * c4** selects lines where subtracting column 3 from column 2 is less than the value of column 4 times 100
|
||||
- **len(c2.split(',')) < 4** will select lines where the second column has less than four comma separated elements
|
||||
- **c2 >= 1** selects lines in which the value of column 2 is greater than or equal to 1
|
||||
|
||||
</help>
|
||||
</tool>
|
||||
|
||||
Reference in New Issue
Block a user