Mercurial > repos > bgruening > text_processing
comparison head.xml @ 10:c78b1767db2b draft
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/text_processing/text_processing commit 10052765d6b712cf7d38356af4251fcc38a339b6-dirty
| author | bgruening |
|---|---|
| date | Fri, 26 Feb 2016 12:22:54 -0500 |
| parents | d64eace4f9f3 |
| children | 7725ab6dab67 |
comparison
equal
deleted
inserted
replaced
| 9:d9819ccb9ca7 | 10:c78b1767db2b |
|---|---|
| 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" 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> |
