Mercurial > repos > pitagora > unix_tools
comparison awk.xml @ 1:69fbeac761c2
commit
| author | pitagora <yamanaka@genome.rcast.u-tokyo.ac.jp> |
|---|---|
| date | Sun, 19 Oct 2014 15:07:18 +0900 |
| parents | 224be21ac8c7 |
| children | 8fd5091a4091 |
comparison
equal
deleted
inserted
replaced
| 0:224be21ac8c7 | 1:69fbeac761c2 |
|---|---|
| 1 <!-- | 1 <!-- |
| 2 This tool is based on 'cshl_awk_tool' from Hannon Lab CSHL | 2 This tool is based on 'cshl_awk_tool' from Hannon Lab CSHL |
| 3 http://hannonlab.cshl.edu/galaxy_unix_tools/ | 3 http://hannonlab.cshl.edu/galaxy_unix_tools/ |
| 4 Thanks. Pitagora | 4 Thanks. Pitagora |
| 5 --> | 5 --> |
| 6 <tool id="awk" name="awk"> | 6 <tool id="awk" name="awk" version="0.0.1"> |
| 7 <description></description> | 7 <description></description> |
| 8 <command interpreter="sh">awk_wrapper.sh $input $output '$file_data' '$FS' '$OFS'</command> | 8 <command interpreter="sh">awk_wrapper.sh $input $output '$file_data' '$FS' '$OFS'</command> |
| 9 <inputs> | 9 <inputs> |
| 10 <param format="txt" name="input" type="data" label="File to process" /> | 10 <param format="txt" name="input" type="data" label="File to process" /> |
| 11 <param name="FS" type="select" label="Input field-separator"> | 11 <param name="FS" type="select" label="Input field-separator"> |
