comparison filtering.xml @ 1:8d212f15666b draft

Uploaded
author greg
date Wed, 09 May 2012 20:21:15 -0400
parents f28d5018f9cb
children 48edb538c102
comparison
equal deleted inserted replaced
0:f28d5018f9cb 1:8d212f15666b
1 <tool id="Filter1" name="Filter" version="1.0.1"> 1 <tool id="Filter1" name="Filter (new behavior)" version="1.0.2">
2 <description>data on any column using simple expressions</description> 2 <description>data on any column using simple expressions</description>
3 <command interpreter="python"> 3 <command interpreter="python">
4 filtering.py $input $out_file1 "$cond" ${input.metadata.columns} "${input.metadata.column_types}" 4 filtering.py $input $out_file1 "$cond" ${input.metadata.columns} "${input.metadata.column_types}"
5 </command> 5 </command>
6 <inputs> 6 <inputs>