Mercurial > repos > bgruening > text_processing
comparison tail.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 |
|---|---|
| 17 <param name="infile" format="txt" type="data" label="Text file" /> | 17 <param name="infile" format="txt" type="data" label="Text file" /> |
| 18 <param name="complement" type="select" label="Operation"> | 18 <param name="complement" type="select" label="Operation"> |
| 19 <option value="">Keep last lines</option> | 19 <option value="">Keep last lines</option> |
| 20 <option value="+">Keep everything from this line on</option> | 20 <option value="+">Keep everything from this line on</option> |
| 21 </param> | 21 </param> |
| 22 <param name="num_lines" type="integer" size="5" value="10" | 22 <param name="num_lines" type="integer" size="5" value="10" |
| 23 label="Number of lines" help="These will be kept (depending on 'operation'). (--lines)" /> | 23 label="Number of lines" help="These will be kept (depending on 'operation'). (--lines)" /> |
| 24 </inputs> | 24 </inputs> |
| 25 <outputs> | 25 <outputs> |
| 26 <data name="outfile" format_source="infile" metadata_source="infile" /> | 26 <data name="outfile" format_source="infile" metadata_source="infile" /> |
| 27 </outputs> | 27 </outputs> |
