Mercurial > repos > iuc > vg_deconstruct
comparison deconstruct.xml @ 1:76d18b1e970b 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:46:24 +0000 |
parents | a347dad1f305 |
children |
comparison
equal
deleted
inserted
replaced
0:a347dad1f305 | 1:76d18b1e970b |
---|---|
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><![CDATA[ | 73 <help><![CDATA[ |
74 variation graph (vg) deconstruct module | 74 variation graph (vg) deconstruct module |
75 ----------------------------------- | 75 ----------------------------------- |