Mercurial > repos > dfornika > cgview
comparison cgview.xml @ 2:90a4e07dd055 draft
planemo upload for repository https://github.com/dfornika/galaxy/tree/master/tools/cgview commit c74272bb72948dfdff23e78a2d1e4955ac05d258-dirty
| author | dfornika |
|---|---|
| date | Mon, 08 Jul 2019 20:58:05 -0400 |
| parents | d7e81eba876f |
| children | 5542de6121ac |
comparison
equal
deleted
inserted
replaced
| 1:95ef3d2c9511 | 2:90a4e07dd055 |
|---|---|
| 3 <requirements> | 3 <requirements> |
| 4 <requirement type="package" version="1.0">cgview</requirement> | 4 <requirement type="package" version="1.0">cgview</requirement> |
| 5 </requirements> | 5 </requirements> |
| 6 <command detect_errors="exit_code"> | 6 <command detect_errors="exit_code"> |
| 7 <![CDATA[ | 7 <![CDATA[ |
| 8 ln -s '${input}' input.xml && | |
| 8 cgview | 9 cgview |
| 9 -i '${input}' | 10 -i 'input.xml' |
| 10 -o '${output}' | 11 -o '${output}' |
| 11 ]]> | 12 ]]> |
| 12 </command> | 13 </command> |
| 13 <inputs> | 14 <inputs> |
| 14 <param name="input" type="data" format="xml" label="Input" help=""/> | 15 <param name="input" type="data" format="xml" label="Input" help=""/> |
