Mercurial > repos > iuc > circos
view alignments-to-links.xml @ 10:7f13dc906cb9 draft
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/circos commit 164c36ba98fe4cd293e035efca00a9efa885a7ec"
author | iuc |
---|---|
date | Mon, 11 Oct 2021 10:09:51 +0000 |
parents | df7356989ac1 |
children | 31a35811dda6 |
line wrap: on
line source
<?xml version="1.0"?> <tool id="circos_aln_to_links" name="Circos: Alignments to links" version="@WRAPPER_VERSION@"> <description>reformats alignment files to prepare for Circos</description> <macros> <import>macros.xml</import> </macros> <expand macro="requirements"> </expand> <edam_topics> <edam_topic>topic_0797</edam_topic> <edam_topic>topic_0092</edam_topic> </edam_topics> <edam_operations> <edam_operation>operation_1812</edam_operation> </edam_operations> <command detect_errors="exit_code"><![CDATA[ python '$__tool_directory__/alignments-to-links.py' '$input' '$input.ext' > '$output' ]]></command> <inputs> <param name="input" type="data" format="maf,xmfa,stockholm" label="Alignment file (maf, xmfa, stockholm)" /> </inputs> <outputs> <data name="output" format="tabular" /> </outputs> <tests> <test> <param name="input" value="alignments/1.maf" ftype="maf" /> <output name="output" file="alignments/1.tab" ftype="tabular" /> </test> </tests> <help><![CDATA[ Converts several standard alignment formats into a format appropriate for Circos plots. ]]></help> <expand macro="citations" /> </tool>