Mercurial > repos > dfornika > cgview
view 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 |
line wrap: on
line source
<tool id="cgview" name="cgview" version="1.0+galaxy0"> <description>Circular Genome Viewer</description> <requirements> <requirement type="package" version="1.0">cgview</requirement> </requirements> <command detect_errors="exit_code"> <![CDATA[ ln -s '${input}' input.xml && cgview -i 'input.xml' -o '${output}' ]]> </command> <inputs> <param name="input" type="data" format="xml" label="Input" help=""/> </inputs> <outputs> <data name="output" format="png"/> </outputs> <tests> </tests> <help> </help> <citations> <citation type="bibtex"> @article{ stothard2004circular, title={Circular genome visualization and exploration using CGView}, author={Stothard, Paul and Wishart, David S}, journal={Bioinformatics}, volume={21}, number={4}, pages={537--539}, year={2004}, publisher={Oxford University Press} } </citation> </citations> </tool>
