annotate pretext_snapshot.xml @ 6:046f51d5f701 draft default tip

planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/pretext commit f58b497b52f86a3d1c2c5eedbdf684145d43f1e8
author iuc
date Fri, 07 Nov 2025 16:39:39 +0000
parents ec1336a26fa1
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
4
ec1336a26fa1 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pretext commit e387e8541eb3e9c5ce56440f955a3b6f2aa27d08
iuc
parents: 3
diff changeset
1 <tool id="pretext_snapshot" name="Pretext Snapshot" version="@TOOL_VERSION@+galaxy@VERSION_SUFFIX@" profile="20.01">
3
2ff1b3177171 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pretext commit 21b72bf355117b1b6cf0fb13fa34139395409011"
iuc
parents: 0
diff changeset
2 <description>image generator for Pretext contact maps</description>
0
7e3fa7554ad2 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pretext commit 16b63814cb85eff8e8f2486c99bb4d187d43e2fe"
iuc
parents:
diff changeset
3 <macros>
6
046f51d5f701 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/pretext commit f58b497b52f86a3d1c2c5eedbdf684145d43f1e8
iuc
parents: 4
diff changeset
4 <token name="@TOOL_VERSION@">0.0.5</token>
046f51d5f701 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/pretext commit f58b497b52f86a3d1c2c5eedbdf684145d43f1e8
iuc
parents: 4
diff changeset
5 <token name="@VERSION_SUFFIX@">1</token>
0
7e3fa7554ad2 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pretext commit 16b63814cb85eff8e8f2486c99bb4d187d43e2fe"
iuc
parents:
diff changeset
6 </macros>
7e3fa7554ad2 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pretext commit 16b63814cb85eff8e8f2486c99bb4d187d43e2fe"
iuc
parents:
diff changeset
7 <requirements>
4
ec1336a26fa1 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pretext commit e387e8541eb3e9c5ce56440f955a3b6f2aa27d08
iuc
parents: 3
diff changeset
8 <requirement type="package" version="@TOOL_VERSION@">pretextsnapshot</requirement>
0
7e3fa7554ad2 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pretext commit 16b63814cb85eff8e8f2486c99bb4d187d43e2fe"
iuc
parents:
diff changeset
9 <requirement type="package" version="1.601">rename</requirement>
7e3fa7554ad2 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pretext commit 16b63814cb85eff8e8f2486c99bb4d187d43e2fe"
iuc
parents:
diff changeset
10 </requirements>
7e3fa7554ad2 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pretext commit 16b63814cb85eff8e8f2486c99bb4d187d43e2fe"
iuc
parents:
diff changeset
11 <version_command>PretextSnapshot --version</version_command>
7e3fa7554ad2 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pretext commit 16b63814cb85eff8e8f2486c99bb4d187d43e2fe"
iuc
parents:
diff changeset
12 <command detect_errors="exit_code"><![CDATA[
7e3fa7554ad2 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pretext commit 16b63814cb85eff8e8f2486c99bb4d187d43e2fe"
iuc
parents:
diff changeset
13 PretextSnapshot -m $input
7e3fa7554ad2 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pretext commit 16b63814cb85eff8e8f2486c99bb4d187d43e2fe"
iuc
parents:
diff changeset
14 -f $formats.outformat
7e3fa7554ad2 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pretext commit 16b63814cb85eff8e8f2486c99bb4d187d43e2fe"
iuc
parents:
diff changeset
15 #if $formats.outformat == 'jpeg':
7e3fa7554ad2 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pretext commit 16b63814cb85eff8e8f2486c99bb4d187d43e2fe"
iuc
parents:
diff changeset
16 --jpegQuality $formats.jpegQuality
7e3fa7554ad2 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pretext commit 16b63814cb85eff8e8f2486c99bb4d187d43e2fe"
iuc
parents:
diff changeset
17 #end if
7e3fa7554ad2 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pretext commit 16b63814cb85eff8e8f2486c99bb4d187d43e2fe"
iuc
parents:
diff changeset
18 -r $resolution
7e3fa7554ad2 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pretext commit 16b63814cb85eff8e8f2486c99bb4d187d43e2fe"
iuc
parents:
diff changeset
19 -c $colormap
7e3fa7554ad2 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pretext commit 16b63814cb85eff8e8f2486c99bb4d187d43e2fe"
iuc
parents:
diff changeset
20 --sequences '$sequences'
7e3fa7554ad2 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pretext commit 16b63814cb85eff8e8f2486c99bb4d187d43e2fe"
iuc
parents:
diff changeset
21 --minTexels $mintexels
7e3fa7554ad2 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pretext commit 16b63814cb85eff8e8f2486c99bb4d187d43e2fe"
iuc
parents:
diff changeset
22 #if $grid.showGrid == 'yes':
7e3fa7554ad2 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pretext commit 16b63814cb85eff8e8f2486c99bb4d187d43e2fe"
iuc
parents:
diff changeset
23 --gridSize $grid.gridsize
7e3fa7554ad2 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pretext commit 16b63814cb85eff8e8f2486c99bb4d187d43e2fe"
iuc
parents:
diff changeset
24 --gridColour $grid.gridcolor
7e3fa7554ad2 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pretext commit 16b63814cb85eff8e8f2486c99bb4d187d43e2fe"
iuc
parents:
diff changeset
25 #else:
7e3fa7554ad2 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pretext commit 16b63814cb85eff8e8f2486c99bb4d187d43e2fe"
iuc
parents:
diff changeset
26 --gridSize 0
7e3fa7554ad2 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pretext commit 16b63814cb85eff8e8f2486c99bb4d187d43e2fe"
iuc
parents:
diff changeset
27 #end if
7e3fa7554ad2 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pretext commit 16b63814cb85eff8e8f2486c99bb4d187d43e2fe"
iuc
parents:
diff changeset
28 '${sequencenames}'
7e3fa7554ad2 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pretext commit 16b63814cb85eff8e8f2486c99bb4d187d43e2fe"
iuc
parents:
diff changeset
29 -o output
7e3fa7554ad2 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pretext commit 16b63814cb85eff8e8f2486c99bb4d187d43e2fe"
iuc
parents:
diff changeset
30 --prefix pretext_snapshot
7e3fa7554ad2 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pretext commit 16b63814cb85eff8e8f2486c99bb4d187d43e2fe"
iuc
parents:
diff changeset
31 #if $formats.outformat == 'jpeg':
7e3fa7554ad2 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pretext commit 16b63814cb85eff8e8f2486c99bb4d187d43e2fe"
iuc
parents:
diff changeset
32 && find ./output/* | rename -s .jpeg .jpg
7e3fa7554ad2 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pretext commit 16b63814cb85eff8e8f2486c99bb4d187d43e2fe"
iuc
parents:
diff changeset
33 #end if
7e3fa7554ad2 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pretext commit 16b63814cb85eff8e8f2486c99bb4d187d43e2fe"
iuc
parents:
diff changeset
34 ]]></command>
7e3fa7554ad2 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pretext commit 16b63814cb85eff8e8f2486c99bb4d187d43e2fe"
iuc
parents:
diff changeset
35 <inputs>
7e3fa7554ad2 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pretext commit 16b63814cb85eff8e8f2486c99bb4d187d43e2fe"
iuc
parents:
diff changeset
36 <param name="input" type="data" argument="--map" format="pretext" label="Input Pretext map file"/>
7e3fa7554ad2 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pretext commit 16b63814cb85eff8e8f2486c99bb4d187d43e2fe"
iuc
parents:
diff changeset
37 <conditional name="formats">
7e3fa7554ad2 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pretext commit 16b63814cb85eff8e8f2486c99bb4d187d43e2fe"
iuc
parents:
diff changeset
38 <param name="outformat" argument="-f" type="select" label="Output image format" help="Format of output image">
3
2ff1b3177171 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pretext commit 21b72bf355117b1b6cf0fb13fa34139395409011"
iuc
parents: 0
diff changeset
39 <option value="png" selected="true">PNG</option>
2ff1b3177171 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pretext commit 21b72bf355117b1b6cf0fb13fa34139395409011"
iuc
parents: 0
diff changeset
40 <option value="bmp">BMP</option>
2ff1b3177171 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pretext commit 21b72bf355117b1b6cf0fb13fa34139395409011"
iuc
parents: 0
diff changeset
41 <option value="jpeg">JPG</option>
0
7e3fa7554ad2 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pretext commit 16b63814cb85eff8e8f2486c99bb4d187d43e2fe"
iuc
parents:
diff changeset
42 </param>
7e3fa7554ad2 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pretext commit 16b63814cb85eff8e8f2486c99bb4d187d43e2fe"
iuc
parents:
diff changeset
43 <when value="png"/>
7e3fa7554ad2 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pretext commit 16b63814cb85eff8e8f2486c99bb4d187d43e2fe"
iuc
parents:
diff changeset
44 <when value="bmp"/>
7e3fa7554ad2 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pretext commit 16b63814cb85eff8e8f2486c99bb4d187d43e2fe"
iuc
parents:
diff changeset
45 <when value="jpeg">
4
ec1336a26fa1 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pretext commit e387e8541eb3e9c5ce56440f955a3b6f2aa27d08
iuc
parents: 3
diff changeset
46 <param argument="--jpegQuality" type="integer" label="JPEG quality factor" value="80" min="0" max="100" help="An integer between 0 and 100, default 80. Larger values result in increased image quality and file size."/>
0
7e3fa7554ad2 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pretext commit 16b63814cb85eff8e8f2486c99bb4d187d43e2fe"
iuc
parents:
diff changeset
47 </when>
7e3fa7554ad2 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pretext commit 16b63814cb85eff8e8f2486c99bb4d187d43e2fe"
iuc
parents:
diff changeset
48 </conditional>
7e3fa7554ad2 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pretext commit 16b63814cb85eff8e8f2486c99bb4d187d43e2fe"
iuc
parents:
diff changeset
49 <param name="resolution" argument="-r" type="integer" label="Output image resolution" min="1" value="1000" help="Image resolution, a positive integer, default 1080. For non-square images this will be the resolution of the longest dimension."/>
7e3fa7554ad2 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pretext commit 16b63814cb85eff8e8f2486c99bb4d187d43e2fe"
iuc
parents:
diff changeset
50 <param name="colormap" argument='-c' type="integer" label="Color Map" value="5" min="0" max="30" help="Color map based on list available in the help section"/>
4
ec1336a26fa1 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pretext commit e387e8541eb3e9c5ce56440f955a3b6f2aa27d08
iuc
parents: 3
diff changeset
51 <param argument="--sequences" type="text" label="Sequence specification string" value="=full, =all" help="Each entry, except for '=all', corresponds to one output image. More information available in the help section.">
0
7e3fa7554ad2 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pretext commit 16b63814cb85eff8e8f2486c99bb4d187d43e2fe"
iuc
parents:
diff changeset
52 <sanitizer invalid_char="">
7e3fa7554ad2 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pretext commit 16b63814cb85eff8e8f2486c99bb4d187d43e2fe"
iuc
parents:
diff changeset
53 <valid initial="string.ascii_letters,string.digits">
7e3fa7554ad2 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pretext commit 16b63814cb85eff8e8f2486c99bb4d187d43e2fe"
iuc
parents:
diff changeset
54 <add value="="/>
7e3fa7554ad2 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pretext commit 16b63814cb85eff8e8f2486c99bb4d187d43e2fe"
iuc
parents:
diff changeset
55 <add value="_"/>
7e3fa7554ad2 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pretext commit 16b63814cb85eff8e8f2486c99bb4d187d43e2fe"
iuc
parents:
diff changeset
56 <add value="&#32;"/>
7e3fa7554ad2 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pretext commit 16b63814cb85eff8e8f2486c99bb4d187d43e2fe"
iuc
parents:
diff changeset
57 <add value="&#44;"/>
7e3fa7554ad2 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pretext commit 16b63814cb85eff8e8f2486c99bb4d187d43e2fe"
iuc
parents:
diff changeset
58 <add value="&#91;"/>
7e3fa7554ad2 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pretext commit 16b63814cb85eff8e8f2486c99bb4d187d43e2fe"
iuc
parents:
diff changeset
59 <add value="&#93;"/>
7e3fa7554ad2 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pretext commit 16b63814cb85eff8e8f2486c99bb4d187d43e2fe"
iuc
parents:
diff changeset
60 <add value="&#123;"/>
7e3fa7554ad2 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pretext commit 16b63814cb85eff8e8f2486c99bb4d187d43e2fe"
iuc
parents:
diff changeset
61 <add value="&#125;"/>
7e3fa7554ad2 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pretext commit 16b63814cb85eff8e8f2486c99bb4d187d43e2fe"
iuc
parents:
diff changeset
62 <add value="&#35;"/>
7e3fa7554ad2 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pretext commit 16b63814cb85eff8e8f2486c99bb4d187d43e2fe"
iuc
parents:
diff changeset
63 <add value="&#60;"/>
7e3fa7554ad2 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pretext commit 16b63814cb85eff8e8f2486c99bb4d187d43e2fe"
iuc
parents:
diff changeset
64 <add value="&#62;"/>
7e3fa7554ad2 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pretext commit 16b63814cb85eff8e8f2486c99bb4d187d43e2fe"
iuc
parents:
diff changeset
65 </valid>
7e3fa7554ad2 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pretext commit 16b63814cb85eff8e8f2486c99bb4d187d43e2fe"
iuc
parents:
diff changeset
66 </sanitizer>
7e3fa7554ad2 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pretext commit 16b63814cb85eff8e8f2486c99bb4d187d43e2fe"
iuc
parents:
diff changeset
67 </param>
7e3fa7554ad2 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pretext commit 16b63814cb85eff8e8f2486c99bb4d187d43e2fe"
iuc
parents:
diff changeset
68 <param name="mintexels" argument="--minTexels" type="integer" min="1" label="Min Texels" value="64" help="Minimum map texels per image (along a single dimension), a positive integer, Output images over too small a range that violate this minimum will not be created."/>
7e3fa7554ad2 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pretext commit 16b63814cb85eff8e8f2486c99bb4d187d43e2fe"
iuc
parents:
diff changeset
69 <conditional name="grid">
4
ec1336a26fa1 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pretext commit e387e8541eb3e9c5ce56440f955a3b6f2aa27d08
iuc
parents: 3
diff changeset
70 <param name="showGrid" label="Show grid?" type="select">
ec1336a26fa1 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pretext commit e387e8541eb3e9c5ce56440f955a3b6f2aa27d08
iuc
parents: 3
diff changeset
71 <option value="no">No</option>
ec1336a26fa1 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pretext commit e387e8541eb3e9c5ce56440f955a3b6f2aa27d08
iuc
parents: 3
diff changeset
72 <option value="yes">Yes</option>
ec1336a26fa1 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pretext commit e387e8541eb3e9c5ce56440f955a3b6f2aa27d08
iuc
parents: 3
diff changeset
73 </param>
0
7e3fa7554ad2 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pretext commit 16b63814cb85eff8e8f2486c99bb4d187d43e2fe"
iuc
parents:
diff changeset
74 <when value="yes">
7e3fa7554ad2 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pretext commit 16b63814cb85eff8e8f2486c99bb4d187d43e2fe"
iuc
parents:
diff changeset
75 <param name="gridsize" argument="--gridSize" type="integer" label="Grid size" value="1" min="1" help="Width in pixels of the sequence separation grid, a non-negative integer. Set to 0 to not overlay a grid."/>
7e3fa7554ad2 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pretext commit 16b63814cb85eff8e8f2486c99bb4d187d43e2fe"
iuc
parents:
diff changeset
76 <param name="gridcolor" argument="--gridColour" type="text" label="Grid color" value="black" help="Colour of the sequence separation grid. Either, one of: 'black'(default), 'white', 'red', 'green', 'blue', 'yellow', 'cyan' or 'magenta'. Or, a sRGBA 32-bit hex code in RRGGBBAA format, e.g. 'ff00ff80' (magenta at half-occupancy)."/>
7e3fa7554ad2 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pretext commit 16b63814cb85eff8e8f2486c99bb4d187d43e2fe"
iuc
parents:
diff changeset
77 </when>
7e3fa7554ad2 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pretext commit 16b63814cb85eff8e8f2486c99bb4d187d43e2fe"
iuc
parents:
diff changeset
78 <when value="no"/>
7e3fa7554ad2 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pretext commit 16b63814cb85eff8e8f2486c99bb4d187d43e2fe"
iuc
parents:
diff changeset
79 </conditional>
7e3fa7554ad2 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pretext commit 16b63814cb85eff8e8f2486c99bb4d187d43e2fe"
iuc
parents:
diff changeset
80 <param name="sequencenames" argument="--printSequenceNames" type="boolean" label="Print Sequence names" truevalue="--printSequenceNames" falsevalue="" help="Print list of all individual suequeces names on the map, in order of appearance."/>
7e3fa7554ad2 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pretext commit 16b63814cb85eff8e8f2486c99bb4d187d43e2fe"
iuc
parents:
diff changeset
81 </inputs>
7e3fa7554ad2 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pretext commit 16b63814cb85eff8e8f2486c99bb4d187d43e2fe"
iuc
parents:
diff changeset
82 <outputs>
7e3fa7554ad2 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pretext commit 16b63814cb85eff8e8f2486c99bb4d187d43e2fe"
iuc
parents:
diff changeset
83 <collection name="pretext_snap_out" type="list" label="${tool.name} on ${on_string}">
7e3fa7554ad2 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pretext commit 16b63814cb85eff8e8f2486c99bb4d187d43e2fe"
iuc
parents:
diff changeset
84 <discover_datasets directory="output" pattern="__name_and_ext__" />
7e3fa7554ad2 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pretext commit 16b63814cb85eff8e8f2486c99bb4d187d43e2fe"
iuc
parents:
diff changeset
85 </collection>
7e3fa7554ad2 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pretext commit 16b63814cb85eff8e8f2486c99bb4d187d43e2fe"
iuc
parents:
diff changeset
86 </outputs>
7e3fa7554ad2 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pretext commit 16b63814cb85eff8e8f2486c99bb4d187d43e2fe"
iuc
parents:
diff changeset
87 <tests>
7e3fa7554ad2 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pretext commit 16b63814cb85eff8e8f2486c99bb4d187d43e2fe"
iuc
parents:
diff changeset
88 <test expect_num_outputs="1">
7e3fa7554ad2 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pretext commit 16b63814cb85eff8e8f2486c99bb4d187d43e2fe"
iuc
parents:
diff changeset
89 <param name="input" value="map.pretext"/>
7e3fa7554ad2 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pretext commit 16b63814cb85eff8e8f2486c99bb4d187d43e2fe"
iuc
parents:
diff changeset
90 <conditional name="formats">
7e3fa7554ad2 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pretext commit 16b63814cb85eff8e8f2486c99bb4d187d43e2fe"
iuc
parents:
diff changeset
91 <param name="outformat" value="jpeg"/>
6
046f51d5f701 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/pretext commit f58b497b52f86a3d1c2c5eedbdf684145d43f1e8
iuc
parents: 4
diff changeset
92 <param name="jpegQuality" value="80"/>
0
7e3fa7554ad2 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pretext commit 16b63814cb85eff8e8f2486c99bb4d187d43e2fe"
iuc
parents:
diff changeset
93 </conditional>
7e3fa7554ad2 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pretext commit 16b63814cb85eff8e8f2486c99bb4d187d43e2fe"
iuc
parents:
diff changeset
94 <param name="resolution" value="900"/>
7e3fa7554ad2 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pretext commit 16b63814cb85eff8e8f2486c99bb4d187d43e2fe"
iuc
parents:
diff changeset
95 <param name="colormap" value="1"/>
7e3fa7554ad2 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pretext commit 16b63814cb85eff8e8f2486c99bb4d187d43e2fe"
iuc
parents:
diff changeset
96 <param name="sequences" value="=full, =all"/>
7e3fa7554ad2 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pretext commit 16b63814cb85eff8e8f2486c99bb4d187d43e2fe"
iuc
parents:
diff changeset
97 <param name="mintexels" value="30"/>
7e3fa7554ad2 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pretext commit 16b63814cb85eff8e8f2486c99bb4d187d43e2fe"
iuc
parents:
diff changeset
98 <conditional name="grid">
7e3fa7554ad2 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pretext commit 16b63814cb85eff8e8f2486c99bb4d187d43e2fe"
iuc
parents:
diff changeset
99 <param name="showGrid" value="yes"/>
7e3fa7554ad2 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pretext commit 16b63814cb85eff8e8f2486c99bb4d187d43e2fe"
iuc
parents:
diff changeset
100 <param name="gridsize" value="2"/>
7e3fa7554ad2 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pretext commit 16b63814cb85eff8e8f2486c99bb4d187d43e2fe"
iuc
parents:
diff changeset
101 <param name="gridcolor" value="red"/>
7e3fa7554ad2 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pretext commit 16b63814cb85eff8e8f2486c99bb4d187d43e2fe"
iuc
parents:
diff changeset
102 </conditional>
6
046f51d5f701 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/pretext commit f58b497b52f86a3d1c2c5eedbdf684145d43f1e8
iuc
parents: 4
diff changeset
103 <param name="sequencenames" value="True"/>
0
7e3fa7554ad2 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pretext commit 16b63814cb85eff8e8f2486c99bb4d187d43e2fe"
iuc
parents:
diff changeset
104 <output_collection name="pretext_snap_out" count="4">
7e3fa7554ad2 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pretext commit 16b63814cb85eff8e8f2486c99bb4d187d43e2fe"
iuc
parents:
diff changeset
105 <element name="pretext_snapshotFullMap" ftype="jpg" file="fullmap1.jpg"/>
7e3fa7554ad2 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pretext commit 16b63814cb85eff8e8f2486c99bb4d187d43e2fe"
iuc
parents:
diff changeset
106 <element name="pretext_snapshotref_0" ftype="jpg" file="snapshot1.jpg"/>
7e3fa7554ad2 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pretext commit 16b63814cb85eff8e8f2486c99bb4d187d43e2fe"
iuc
parents:
diff changeset
107 <element name="pretext_snapshotref_1" ftype="jpg" file="snapshot2.jpg"/>
7e3fa7554ad2 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pretext commit 16b63814cb85eff8e8f2486c99bb4d187d43e2fe"
iuc
parents:
diff changeset
108 <element name="pretext_snapshotref_2" ftype="jpg" file="snapshot3.jpg"/>
7e3fa7554ad2 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pretext commit 16b63814cb85eff8e8f2486c99bb4d187d43e2fe"
iuc
parents:
diff changeset
109 </output_collection>
7e3fa7554ad2 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pretext commit 16b63814cb85eff8e8f2486c99bb4d187d43e2fe"
iuc
parents:
diff changeset
110 </test>
7e3fa7554ad2 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pretext commit 16b63814cb85eff8e8f2486c99bb4d187d43e2fe"
iuc
parents:
diff changeset
111 <test expect_num_outputs="1">
7e3fa7554ad2 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pretext commit 16b63814cb85eff8e8f2486c99bb4d187d43e2fe"
iuc
parents:
diff changeset
112 <param name="input" value="map.pretext"/>
6
046f51d5f701 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/pretext commit f58b497b52f86a3d1c2c5eedbdf684145d43f1e8
iuc
parents: 4
diff changeset
113 <param name="sequencenames" value="True"/>
0
7e3fa7554ad2 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pretext commit 16b63814cb85eff8e8f2486c99bb4d187d43e2fe"
iuc
parents:
diff changeset
114 <conditional name="formats">
7e3fa7554ad2 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pretext commit 16b63814cb85eff8e8f2486c99bb4d187d43e2fe"
iuc
parents:
diff changeset
115 <param name="outformat" value="bmp"/>
7e3fa7554ad2 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pretext commit 16b63814cb85eff8e8f2486c99bb4d187d43e2fe"
iuc
parents:
diff changeset
116 </conditional>
7e3fa7554ad2 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pretext commit 16b63814cb85eff8e8f2486c99bb4d187d43e2fe"
iuc
parents:
diff changeset
117 <param name="resolution" value="700"/>
7e3fa7554ad2 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pretext commit 16b63814cb85eff8e8f2486c99bb4d187d43e2fe"
iuc
parents:
diff changeset
118 <param name="colormap" value="5"/>
7e3fa7554ad2 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pretext commit 16b63814cb85eff8e8f2486c99bb4d187d43e2fe"
iuc
parents:
diff changeset
119 <param name="sequences" value="=full"/>
7e3fa7554ad2 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pretext commit 16b63814cb85eff8e8f2486c99bb4d187d43e2fe"
iuc
parents:
diff changeset
120 <param name="mintexels" value="60"/>
7e3fa7554ad2 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pretext commit 16b63814cb85eff8e8f2486c99bb4d187d43e2fe"
iuc
parents:
diff changeset
121 <output_collection name="pretext_snap_out" count="1">
6
046f51d5f701 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/pretext commit f58b497b52f86a3d1c2c5eedbdf684145d43f1e8
iuc
parents: 4
diff changeset
122 <element name="pretext_snapshotFullMap" ftype="bmp">
046f51d5f701 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/pretext commit f58b497b52f86a3d1c2c5eedbdf684145d43f1e8
iuc
parents: 4
diff changeset
123 <assert_contents>
046f51d5f701 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/pretext commit f58b497b52f86a3d1c2c5eedbdf684145d43f1e8
iuc
parents: 4
diff changeset
124 <has_size value="1470054" delta="1000"/>
046f51d5f701 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/pretext commit f58b497b52f86a3d1c2c5eedbdf684145d43f1e8
iuc
parents: 4
diff changeset
125 </assert_contents>
046f51d5f701 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/pretext commit f58b497b52f86a3d1c2c5eedbdf684145d43f1e8
iuc
parents: 4
diff changeset
126 </element>
0
7e3fa7554ad2 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pretext commit 16b63814cb85eff8e8f2486c99bb4d187d43e2fe"
iuc
parents:
diff changeset
127 </output_collection>
7e3fa7554ad2 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pretext commit 16b63814cb85eff8e8f2486c99bb4d187d43e2fe"
iuc
parents:
diff changeset
128 </test>
7e3fa7554ad2 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pretext commit 16b63814cb85eff8e8f2486c99bb4d187d43e2fe"
iuc
parents:
diff changeset
129 </tests>
7e3fa7554ad2 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pretext commit 16b63814cb85eff8e8f2486c99bb4d187d43e2fe"
iuc
parents:
diff changeset
130 <help><![CDATA[
7e3fa7554ad2 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pretext commit 16b63814cb85eff8e8f2486c99bb4d187d43e2fe"
iuc
parents:
diff changeset
131 **Color map:**
7e3fa7554ad2 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pretext commit 16b63814cb85eff8e8f2486c99bb4d187d43e2fe"
iuc
parents:
diff changeset
132
7e3fa7554ad2 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pretext commit 16b63814cb85eff8e8f2486c99bb4d187d43e2fe"
iuc
parents:
diff changeset
133 +---------------------------------------+-------------------------------+-------------------------------+
7e3fa7554ad2 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pretext commit 16b63814cb85eff8e8f2486c99bb4d187d43e2fe"
iuc
parents:
diff changeset
134 |0. Inferno |11. Blue 4 |22. Orange 2 |
7e3fa7554ad2 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pretext commit 16b63814cb85eff8e8f2486c99bb4d187d43e2fe"
iuc
parents:
diff changeset
135 +---------------------------------------+-------------------------------+-------------------------------+
7e3fa7554ad2 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pretext commit 16b63814cb85eff8e8f2486c99bb4d187d43e2fe"
iuc
parents:
diff changeset
136 |1. Black Body |12. Blue-Orange Divergent |23. Orange-Green-Blue-Gray |
7e3fa7554ad2 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pretext commit 16b63814cb85eff8e8f2486c99bb4d187d43e2fe"
iuc
parents:
diff changeset
137 +---------------------------------------+-------------------------------+-------------------------------+
7e3fa7554ad2 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pretext commit 16b63814cb85eff8e8f2486c99bb4d187d43e2fe"
iuc
parents:
diff changeset
138 |2. Kindlmann |13. Brown 1 |24. Purple 1 |
7e3fa7554ad2 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pretext commit 16b63814cb85eff8e8f2486c99bb4d187d43e2fe"
iuc
parents:
diff changeset
139 +---------------------------------------+-------------------------------+-------------------------------+
7e3fa7554ad2 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pretext commit 16b63814cb85eff8e8f2486c99bb4d187d43e2fe"
iuc
parents:
diff changeset
140 |3. Extended Kindlmann |14. Brown 2 |25. Purple 2 |
7e3fa7554ad2 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pretext commit 16b63814cb85eff8e8f2486c99bb4d187d43e2fe"
iuc
parents:
diff changeset
141 +---------------------------------------+-------------------------------+-------------------------------+
7e3fa7554ad2 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pretext commit 16b63814cb85eff8e8f2486c99bb4d187d43e2fe"
iuc
parents:
diff changeset
142 |4. Three Wave Yellow-Grey-Blue |15. Brown 3 |26. Red 1 |
7e3fa7554ad2 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pretext commit 16b63814cb85eff8e8f2486c99bb4d187d43e2fe"
iuc
parents:
diff changeset
143 +---------------------------------------+-------------------------------+-------------------------------+
7e3fa7554ad2 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pretext commit 16b63814cb85eff8e8f2486c99bb4d187d43e2fe"
iuc
parents:
diff changeset
144 |5. Three Wave Blue-Green-Yellow |16. Green 1 |27. Red 2 |
7e3fa7554ad2 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pretext commit 16b63814cb85eff8e8f2486c99bb4d187d43e2fe"
iuc
parents:
diff changeset
145 +---------------------------------------+-------------------------------+-------------------------------+
7e3fa7554ad2 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pretext commit 16b63814cb85eff8e8f2486c99bb4d187d43e2fe"
iuc
parents:
diff changeset
146 |6. Four Wave Grey-Red-Green |17. Green 2 |28. Red 3 |
7e3fa7554ad2 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pretext commit 16b63814cb85eff8e8f2486c99bb4d187d43e2fe"
iuc
parents:
diff changeset
147 +---------------------------------------+-------------------------------+-------------------------------+
7e3fa7554ad2 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pretext commit 16b63814cb85eff8e8f2486c99bb4d187d43e2fe"
iuc
parents:
diff changeset
148 |7. Five Wave Yellow-Brown-Blue |18. Green 3 |29. Yellow 1 |
7e3fa7554ad2 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pretext commit 16b63814cb85eff8e8f2486c99bb4d187d43e2fe"
iuc
parents:
diff changeset
149 +---------------------------------------+-------------------------------+-------------------------------+
7e3fa7554ad2 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pretext commit 16b63814cb85eff8e8f2486c99bb4d187d43e2fe"
iuc
parents:
diff changeset
150 |8. Blue 1 |19. Green 4 |30. Yellow 2 |
7e3fa7554ad2 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pretext commit 16b63814cb85eff8e8f2486c99bb4d187d43e2fe"
iuc
parents:
diff changeset
151 +---------------------------------------+-------------------------------+-------------------------------+
7e3fa7554ad2 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pretext commit 16b63814cb85eff8e8f2486c99bb4d187d43e2fe"
iuc
parents:
diff changeset
152 |9. Blue 2 |20. Mellow Rainbow | |
7e3fa7554ad2 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pretext commit 16b63814cb85eff8e8f2486c99bb4d187d43e2fe"
iuc
parents:
diff changeset
153 +---------------------------------------+-------------------------------+-------------------------------+
7e3fa7554ad2 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pretext commit 16b63814cb85eff8e8f2486c99bb4d187d43e2fe"
iuc
parents:
diff changeset
154 |10. Blue 3 |21. Orange 1 | |
7e3fa7554ad2 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pretext commit 16b63814cb85eff8e8f2486c99bb4d187d43e2fe"
iuc
parents:
diff changeset
155 +---------------------------------------+-------------------------------+-------------------------------+
7e3fa7554ad2 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pretext commit 16b63814cb85eff8e8f2486c99bb4d187d43e2fe"
iuc
parents:
diff changeset
156
7e3fa7554ad2 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pretext commit 16b63814cb85eff8e8f2486c99bb4d187d43e2fe"
iuc
parents:
diff changeset
157
7e3fa7554ad2 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pretext commit 16b63814cb85eff8e8f2486c99bb4d187d43e2fe"
iuc
parents:
diff changeset
158 **Sequence strings:**
7e3fa7554ad2 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pretext commit 16b63814cb85eff8e8f2486c99bb4d187d43e2fe"
iuc
parents:
diff changeset
159
7e3fa7554ad2 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pretext commit 16b63814cb85eff8e8f2486c99bb4d187d43e2fe"
iuc
parents:
diff changeset
160 * --sequences "=full"
7e3fa7554ad2 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pretext commit 16b63814cb85eff8e8f2486c99bb4d187d43e2fe"
iuc
parents:
diff changeset
161
7e3fa7554ad2 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pretext commit 16b63814cb85eff8e8f2486c99bb4d187d43e2fe"
iuc
parents:
diff changeset
162 * Creates a single image of the full contact map.
7e3fa7554ad2 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pretext commit 16b63814cb85eff8e8f2486c99bb4d187d43e2fe"
iuc
parents:
diff changeset
163
7e3fa7554ad2 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pretext commit 16b63814cb85eff8e8f2486c99bb4d187d43e2fe"
iuc
parents:
diff changeset
164 * --sequences "=full, =all"
7e3fa7554ad2 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pretext commit 16b63814cb85eff8e8f2486c99bb4d187d43e2fe"
iuc
parents:
diff changeset
165
7e3fa7554ad2 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pretext commit 16b63814cb85eff8e8f2486c99bb4d187d43e2fe"
iuc
parents:
diff changeset
166 * Creates an image of the full contact map, plus an image of each sequence.
7e3fa7554ad2 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pretext commit 16b63814cb85eff8e8f2486c99bb4d187d43e2fe"
iuc
parents:
diff changeset
167
7e3fa7554ad2 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pretext commit 16b63814cb85eff8e8f2486c99bb4d187d43e2fe"
iuc
parents:
diff changeset
168 * --sequences "seq_0"
7e3fa7554ad2 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pretext commit 16b63814cb85eff8e8f2486c99bb4d187d43e2fe"
iuc
parents:
diff changeset
169
7e3fa7554ad2 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pretext commit 16b63814cb85eff8e8f2486c99bb4d187d43e2fe"
iuc
parents:
diff changeset
170 * Creates a single image of the sequence named "seq_0"
7e3fa7554ad2 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pretext commit 16b63814cb85eff8e8f2486c99bb4d187d43e2fe"
iuc
parents:
diff changeset
171
7e3fa7554ad2 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pretext commit 16b63814cb85eff8e8f2486c99bb4d187d43e2fe"
iuc
parents:
diff changeset
172 * --sequences "seq_0, seq_1 > seq_2"
7e3fa7554ad2 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pretext commit 16b63814cb85eff8e8f2486c99bb4d187d43e2fe"
iuc
parents:
diff changeset
173
7e3fa7554ad2 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pretext commit 16b63814cb85eff8e8f2486c99bb4d187d43e2fe"
iuc
parents:
diff changeset
174 * Creates an image of seq_0, and an image from the start of seq_1 to the end of seq_2
7e3fa7554ad2 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pretext commit 16b63814cb85eff8e8f2486c99bb4d187d43e2fe"
iuc
parents:
diff changeset
175
7e3fa7554ad2 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pretext commit 16b63814cb85eff8e8f2486c99bb4d187d43e2fe"
iuc
parents:
diff changeset
176 * --sequences "seq_0[1000000] > seq_3"
7e3fa7554ad2 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pretext commit 16b63814cb85eff8e8f2486c99bb4d187d43e2fe"
iuc
parents:
diff changeset
177
7e3fa7554ad2 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pretext commit 16b63814cb85eff8e8f2486c99bb4d187d43e2fe"
iuc
parents:
diff changeset
178 * Creates an image starting 1Mbp into seq_0, ending at the end of seq_3
7e3fa7554ad2 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pretext commit 16b63814cb85eff8e8f2486c99bb4d187d43e2fe"
iuc
parents:
diff changeset
179
7e3fa7554ad2 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pretext commit 16b63814cb85eff8e8f2486c99bb4d187d43e2fe"
iuc
parents:
diff changeset
180 * --sequences "{seq_0, seq_1}"
7e3fa7554ad2 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pretext commit 16b63814cb85eff8e8f2486c99bb4d187d43e2fe"
iuc
parents:
diff changeset
181
7e3fa7554ad2 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pretext commit 16b63814cb85eff8e8f2486c99bb4d187d43e2fe"
iuc
parents:
diff changeset
182 * Create an single image of the off-diagonal region between seq_0 and seq_1,
7e3fa7554ad2 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pretext commit 16b63814cb85eff8e8f2486c99bb4d187d43e2fe"
iuc
parents:
diff changeset
183 * i.e. the inter-sequence map of seq_0 and seq_1.
7e3fa7554ad2 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pretext commit 16b63814cb85eff8e8f2486c99bb4d187d43e2fe"
iuc
parents:
diff changeset
184
7e3fa7554ad2 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pretext commit 16b63814cb85eff8e8f2486c99bb4d187d43e2fe"
iuc
parents:
diff changeset
185 * --sequences "{seq_2[2000000] > seq_4[1000000] , seq_0[3000000] > seq_1[4000000]} , seq_0 > seq_10"
7e3fa7554ad2 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pretext commit 16b63814cb85eff8e8f2486c99bb4d187d43e2fe"
iuc
parents:
diff changeset
186
7e3fa7554ad2 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pretext commit 16b63814cb85eff8e8f2486c99bb4d187d43e2fe"
iuc
parents:
diff changeset
187 * Creates two images. The first is the off-diagonal region between 2Mbp into seq_2 and 1Mbp into seq_4 along the x-dimension, and 3Mbp into seq_0 and 4Mbp into seq_1 along the y-dimension.
7e3fa7554ad2 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pretext commit 16b63814cb85eff8e8f2486c99bb4d187d43e2fe"
iuc
parents:
diff changeset
188 * The second image is the diagonal region between the start of seq_0 and the end of seq_10.
7e3fa7554ad2 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pretext commit 16b63814cb85eff8e8f2486c99bb4d187d43e2fe"
iuc
parents:
diff changeset
189
7e3fa7554ad2 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pretext commit 16b63814cb85eff8e8f2486c99bb4d187d43e2fe"
iuc
parents:
diff changeset
190 ]]></help>
7e3fa7554ad2 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pretext commit 16b63814cb85eff8e8f2486c99bb4d187d43e2fe"
iuc
parents:
diff changeset
191 <citations>
7e3fa7554ad2 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pretext commit 16b63814cb85eff8e8f2486c99bb4d187d43e2fe"
iuc
parents:
diff changeset
192 <citation type="bibtex">
7e3fa7554ad2 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pretext commit 16b63814cb85eff8e8f2486c99bb4d187d43e2fe"
iuc
parents:
diff changeset
193 @misc{Harry_et_al,
7e3fa7554ad2 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pretext commit 16b63814cb85eff8e8f2486c99bb4d187d43e2fe"
iuc
parents:
diff changeset
194 Author={Harry, E},
7e3fa7554ad2 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pretext commit 16b63814cb85eff8e8f2486c99bb4d187d43e2fe"
iuc
parents:
diff changeset
195 title={Paired REad TEXTure Snapshot: Command line image generator for Pretext contact maps.},
7e3fa7554ad2 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pretext commit 16b63814cb85eff8e8f2486c99bb4d187d43e2fe"
iuc
parents:
diff changeset
196 url = {https://github.com/wtsi-hpag/PretextSnapshot},}
7e3fa7554ad2 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pretext commit 16b63814cb85eff8e8f2486c99bb4d187d43e2fe"
iuc
parents:
diff changeset
197 </citation>
7e3fa7554ad2 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pretext commit 16b63814cb85eff8e8f2486c99bb4d187d43e2fe"
iuc
parents:
diff changeset
198 </citations>
7e3fa7554ad2 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pretext commit 16b63814cb85eff8e8f2486c99bb4d187d43e2fe"
iuc
parents:
diff changeset
199 </tool>