Mercurial > repos > dfornika > cgview
comparison cgview.xml @ 0:d7e81eba876f 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:35:17 -0400 |
| parents | |
| children | 90a4e07dd055 |
comparison
equal
deleted
inserted
replaced
| -1:000000000000 | 0:d7e81eba876f |
|---|---|
| 1 <tool id="cgview" name="cgview" version="1.0+galaxy0"> | |
| 2 <description>Circular Genome Viewer</description> | |
| 3 <requirements> | |
| 4 <requirement type="package" version="1.0">cgview</requirement> | |
| 5 </requirements> | |
| 6 <command detect_errors="exit_code"> | |
| 7 <![CDATA[ | |
| 8 cgview | |
| 9 -i '${input}' | |
| 10 -o '${output}' | |
| 11 ]]> | |
| 12 </command> | |
| 13 <inputs> | |
| 14 <param name="input" type="data" format="xml" label="Input" help=""/> | |
| 15 </inputs> | |
| 16 <outputs> | |
| 17 <data name="output" format="png"/> | |
| 18 </outputs> | |
| 19 <tests> | |
| 20 </tests> | |
| 21 <help> | |
| 22 </help> | |
| 23 <citations> | |
| 24 <citation type="bibtex"> | |
| 25 @article{ | |
| 26 stothard2004circular, | |
| 27 title={Circular genome visualization and exploration using CGView}, | |
| 28 author={Stothard, Paul and Wishart, David S}, | |
| 29 journal={Bioinformatics}, | |
| 30 volume={21}, | |
| 31 number={4}, | |
| 32 pages={537--539}, | |
| 33 year={2004}, | |
| 34 publisher={Oxford University Press} | |
| 35 } | |
| 36 </citation> | |
| 37 </citations> | |
| 38 </tool> |
