comparison head.xml @ 7:d64eace4f9f3 draft

Uploaded
author bgruening
date Sat, 17 Jan 2015 08:30:15 -0500
parents 8928e6d1e7ba
children c78b1767db2b
comparison
equal deleted inserted replaced
6:8928e6d1e7ba 7:d64eace4f9f3
18 <param name="infile" type="data" format="txt" label="File to select" /> 18 <param name="infile" type="data" format="txt" label="File to select" />
19 <param name="complement" type="select" label="Operation"> 19 <param name="complement" type="select" label="Operation">
20 <option value="">Keep first lines</option> 20 <option value="">Keep first lines</option>
21 <option value="-">Remove last lines</option> 21 <option value="-">Remove last lines</option>
22 </param> 22 </param>
23 <param name="count" type="integer" size="5" value="10" 23 <param name="count" type="integer" size="5" value="10"
24 label="Number of lines" help="These will be kept/discarded depending on 'operation'. (--lines)" /> 24 label="Number of lines" help="These will be kept/discarded depending on 'operation'. (--lines)" />
25 </inputs> 25 </inputs>
26 <outputs> 26 <outputs>
27 <data name="outfile" format_source="infile" metadata_source="infile"/> 27 <data name="outfile" format_source="infile" metadata_source="infile"/>
28 </outputs> 28 </outputs>