annotate vis.xml @ 2:1e55f76c3b72 draft default tip

planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/odgi/ commit 7704c7c172c1c511dc23a3e5babdf3bf8e5198eb
author iuc
date Wed, 07 Sep 2022 16:59:05 +0000
parents b1319597ce74
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
0
1b69beb7fb85 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/odgi/ commit 6de23fe4201ec9c2b209f00ae0e19962c232828c"
iuc
parents:
diff changeset
1 <tool id="odgi_viz" name="odgi viz" version="@TOOL_VERSION@">
1b69beb7fb85 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/odgi/ commit 6de23fe4201ec9c2b209f00ae0e19962c232828c"
iuc
parents:
diff changeset
2 <description>variation graph visualizations</description>
1b69beb7fb85 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/odgi/ commit 6de23fe4201ec9c2b209f00ae0e19962c232828c"
iuc
parents:
diff changeset
3 <macros>
1b69beb7fb85 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/odgi/ commit 6de23fe4201ec9c2b209f00ae0e19962c232828c"
iuc
parents:
diff changeset
4 <import>macros.xml</import>
1b69beb7fb85 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/odgi/ commit 6de23fe4201ec9c2b209f00ae0e19962c232828c"
iuc
parents:
diff changeset
5 </macros>
1b69beb7fb85 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/odgi/ commit 6de23fe4201ec9c2b209f00ae0e19962c232828c"
iuc
parents:
diff changeset
6 <expand macro="requirements"/>
1b69beb7fb85 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/odgi/ commit 6de23fe4201ec9c2b209f00ae0e19962c232828c"
iuc
parents:
diff changeset
7 <command detect_errors="exit_code"><![CDATA[
1b69beb7fb85 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/odgi/ commit 6de23fe4201ec9c2b209f00ae0e19962c232828c"
iuc
parents:
diff changeset
8 odgi viz
1b69beb7fb85 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/odgi/ commit 6de23fe4201ec9c2b209f00ae0e19962c232828c"
iuc
parents:
diff changeset
9 -i '$input'
1b69beb7fb85 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/odgi/ commit 6de23fe4201ec9c2b209f00ae0e19962c232828c"
iuc
parents:
diff changeset
10 --out='$output'
1b69beb7fb85 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/odgi/ commit 6de23fe4201ec9c2b209f00ae0e19962c232828c"
iuc
parents:
diff changeset
11 -x $width
1b69beb7fb85 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/odgi/ commit 6de23fe4201ec9c2b209f00ae0e19962c232828c"
iuc
parents:
diff changeset
12 -y $height
1b69beb7fb85 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/odgi/ commit 6de23fe4201ec9c2b209f00ae0e19962c232828c"
iuc
parents:
diff changeset
13 #if str($path_height)
1b69beb7fb85 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/odgi/ commit 6de23fe4201ec9c2b209f00ae0e19962c232828c"
iuc
parents:
diff changeset
14 --path-height=$path_height
1b69beb7fb85 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/odgi/ commit 6de23fe4201ec9c2b209f00ae0e19962c232828c"
iuc
parents:
diff changeset
15 #end if
1b69beb7fb85 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/odgi/ commit 6de23fe4201ec9c2b209f00ae0e19962c232828c"
iuc
parents:
diff changeset
16 #if str($path_x_padding)
1b69beb7fb85 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/odgi/ commit 6de23fe4201ec9c2b209f00ae0e19962c232828c"
iuc
parents:
diff changeset
17 --path-x-padding=$path_x_padding
1b69beb7fb85 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/odgi/ commit 6de23fe4201ec9c2b209f00ae0e19962c232828c"
iuc
parents:
diff changeset
18 #end if
1b69beb7fb85 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/odgi/ commit 6de23fe4201ec9c2b209f00ae0e19962c232828c"
iuc
parents:
diff changeset
19 $path_per_row
1b69beb7fb85 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/odgi/ commit 6de23fe4201ec9c2b209f00ae0e19962c232828c"
iuc
parents:
diff changeset
20 #if str($link_path_pieces):
1b69beb7fb85 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/odgi/ commit 6de23fe4201ec9c2b209f00ae0e19962c232828c"
iuc
parents:
diff changeset
21 --link-path-pieces=$link_path_pieces
1b69beb7fb85 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/odgi/ commit 6de23fe4201ec9c2b209f00ae0e19962c232828c"
iuc
parents:
diff changeset
22 #end if
1b69beb7fb85 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/odgi/ commit 6de23fe4201ec9c2b209f00ae0e19962c232828c"
iuc
parents:
diff changeset
23 --threads=\${GALAXY_SLOTS:-1}
1b69beb7fb85 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/odgi/ commit 6de23fe4201ec9c2b209f00ae0e19962c232828c"
iuc
parents:
diff changeset
24 ]]></command>
1b69beb7fb85 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/odgi/ commit 6de23fe4201ec9c2b209f00ae0e19962c232828c"
iuc
parents:
diff changeset
25 <inputs>
1b69beb7fb85 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/odgi/ commit 6de23fe4201ec9c2b209f00ae0e19962c232828c"
iuc
parents:
diff changeset
26 <param name="input" type="data" format="odgi" label="odgi input file" />
1b69beb7fb85 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/odgi/ commit 6de23fe4201ec9c2b209f00ae0e19962c232828c"
iuc
parents:
diff changeset
27
1b69beb7fb85 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/odgi/ commit 6de23fe4201ec9c2b209f00ae0e19962c232828c"
iuc
parents:
diff changeset
28 <param argument="--width" type="integer" min="0" value="4000" label="Width in pixels of output image" />
1b69beb7fb85 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/odgi/ commit 6de23fe4201ec9c2b209f00ae0e19962c232828c"
iuc
parents:
diff changeset
29 <param argument="--height" type="integer" min="0" value="500" label="Height in pixels of output image" />
1b69beb7fb85 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/odgi/ commit 6de23fe4201ec9c2b209f00ae0e19962c232828c"
iuc
parents:
diff changeset
30
1b69beb7fb85 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/odgi/ commit 6de23fe4201ec9c2b209f00ae0e19962c232828c"
iuc
parents:
diff changeset
31 <param argument="--path-height" type="integer" min="0" optional="true" label="Path display height" />
1b69beb7fb85 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/odgi/ commit 6de23fe4201ec9c2b209f00ae0e19962c232828c"
iuc
parents:
diff changeset
32 <param argument="--path-x-padding" type="integer" min="0" optional="true" label="Path x padding" />
1b69beb7fb85 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/odgi/ commit 6de23fe4201ec9c2b209f00ae0e19962c232828c"
iuc
parents:
diff changeset
33 <param argument="--path-per-row" type="boolean" truevalue="--path-per-row" falsevalue=""
1b69beb7fb85 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/odgi/ commit 6de23fe4201ec9c2b209f00ae0e19962c232828c"
iuc
parents:
diff changeset
34 label="Display a single path per row rather than packing them" />
1b69beb7fb85 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/odgi/ commit 6de23fe4201ec9c2b209f00ae0e19962c232828c"
iuc
parents:
diff changeset
35
1b69beb7fb85 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/odgi/ commit 6de23fe4201ec9c2b209f00ae0e19962c232828c"
iuc
parents:
diff changeset
36 <param argument="--link-path-pieces" type="float" optional="true"
1b69beb7fb85 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/odgi/ commit 6de23fe4201ec9c2b209f00ae0e19962c232828c"
iuc
parents:
diff changeset
37 label="Show thin links of this relative width to connect path pieces" />
1b69beb7fb85 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/odgi/ commit 6de23fe4201ec9c2b209f00ae0e19962c232828c"
iuc
parents:
diff changeset
38 </inputs>
1b69beb7fb85 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/odgi/ commit 6de23fe4201ec9c2b209f00ae0e19962c232828c"
iuc
parents:
diff changeset
39 <outputs>
1
b1319597ce74 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/odgi/ commit cd3b054df45f2805457941fa09170389f99df80e"
iuc
parents: 0
diff changeset
40 <data name="output" format="png" label="${tool.name} on ${on_string}" />
0
1b69beb7fb85 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/odgi/ commit 6de23fe4201ec9c2b209f00ae0e19962c232828c"
iuc
parents:
diff changeset
41 </outputs>
1b69beb7fb85 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/odgi/ commit 6de23fe4201ec9c2b209f00ae0e19962c232828c"
iuc
parents:
diff changeset
42 <tests>
1b69beb7fb85 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/odgi/ commit 6de23fe4201ec9c2b209f00ae0e19962c232828c"
iuc
parents:
diff changeset
43 <test>
2
1e55f76c3b72 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/odgi/ commit 7704c7c172c1c511dc23a3e5babdf3bf8e5198eb
iuc
parents: 1
diff changeset
44 <param name="input" value="note5_out.og" ftype="odgi" />
0
1b69beb7fb85 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/odgi/ commit 6de23fe4201ec9c2b209f00ae0e19962c232828c"
iuc
parents:
diff changeset
45 <param name="width" value="4000" />
1b69beb7fb85 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/odgi/ commit 6de23fe4201ec9c2b209f00ae0e19962c232828c"
iuc
parents:
diff changeset
46 <param name="height" value="500" />
1b69beb7fb85 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/odgi/ commit 6de23fe4201ec9c2b209f00ae0e19962c232828c"
iuc
parents:
diff changeset
47 <output name="output" file="note5.png" ftype="png" />
1b69beb7fb85 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/odgi/ commit 6de23fe4201ec9c2b209f00ae0e19962c232828c"
iuc
parents:
diff changeset
48 </test>
1b69beb7fb85 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/odgi/ commit 6de23fe4201ec9c2b209f00ae0e19962c232828c"
iuc
parents:
diff changeset
49 </tests>
1b69beb7fb85 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/odgi/ commit 6de23fe4201ec9c2b209f00ae0e19962c232828c"
iuc
parents:
diff changeset
50 <help><![CDATA[
1b69beb7fb85 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/odgi/ commit 6de23fe4201ec9c2b209f00ae0e19962c232828c"
iuc
parents:
diff changeset
51 optimized dynamic genome/graph implementation (odgi)
1b69beb7fb85 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/odgi/ commit 6de23fe4201ec9c2b209f00ae0e19962c232828c"
iuc
parents:
diff changeset
52 ----------------------------------------------------
1b69beb7fb85 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/odgi/ commit 6de23fe4201ec9c2b209f00ae0e19962c232828c"
iuc
parents:
diff changeset
53
1b69beb7fb85 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/odgi/ commit 6de23fe4201ec9c2b209f00ae0e19962c232828c"
iuc
parents:
diff changeset
54 variation graph visualizations (viz)
1b69beb7fb85 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/odgi/ commit 6de23fe4201ec9c2b209f00ae0e19962c232828c"
iuc
parents:
diff changeset
55 ]]></help>
1b69beb7fb85 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/odgi/ commit 6de23fe4201ec9c2b209f00ae0e19962c232828c"
iuc
parents:
diff changeset
56 <expand macro="citations" />
1b69beb7fb85 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/odgi/ commit 6de23fe4201ec9c2b209f00ae0e19962c232828c"
iuc
parents:
diff changeset
57 </tool>