Mercurial > repos > iuc > vg_deconstruct
comparison deconstruct.xml @ 1:f4c7b4c3f46f draft default tip
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/vg commit b991ebbd9f59ffff1b3eae09f65b59b02ad7cf8e
| author | iuc |
|---|---|
| date | Thu, 23 Jun 2022 07:44:29 +0000 |
| parents | d9e1149f48d6 |
| children |
comparison
equal
deleted
inserted
replaced
| 0:d9e1149f48d6 | 1:f4c7b4c3f46f |
|---|---|
| 1 <tool id="vg_deconstruct" name="vg deconstruct" version="@TOOL_VERSION@"> | 1 <tool id="vg_deconstruct" name="vg deconstruct" version="@TOOL_VERSION@+galaxy1"> |
| 2 <description>construct a dynamic succinct variation graph</description> | 2 <description>construct a dynamic succinct variation graph</description> |
| 3 <macros> | 3 <macros> |
| 4 <import>macros.xml</import> | 4 <import>macros.xml</import> |
| 5 </macros> | 5 </macros> |
| 6 <expand macro="requirements"/> | 6 <expand macro="requirements"/> |
| 65 <tests> | 65 <tests> |
| 66 <test> | 66 <test> |
| 67 <param name="infile" value="hla.xg" /> | 67 <param name="infile" value="hla.xg" /> |
| 68 <param name="path" value="gi|568815592:29791752-29792749" /> | 68 <param name="path" value="gi|568815592:29791752-29792749" /> |
| 69 <param name="path_traversals" value="true" /> | 69 <param name="path_traversals" value="true" /> |
| 70 <output name="output" file="hla_variants.vcf" /> | 70 <output name="output" file="hla_variants.vcf" sort="true" /> |
| 71 </test> | 71 </test> |
| 72 </tests> | 72 </tests> |
| 73 <help><