Mercurial > repos > iuc > pretext_snapshot
annotate pretext_snapshot.xml @ 0:02b21260faf4 draft
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pretext commit 16b63814cb85eff8e8f2486c99bb4d187d43e2fe"
author | iuc |
---|---|
date | Mon, 05 Apr 2021 17:27:18 +0000 |
parents | |
children | 44c66e8d21e6 |
rev | line source |
---|---|
0
02b21260faf4
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pretext commit 16b63814cb85eff8e8f2486c99bb4d187d43e2fe"
iuc
parents:
diff
changeset
|
1 <tool id="pretext_snapshot" name="Pretext Snapshot" version="@WRAPPER_VERSION@+@VERSION_SUFFIX@" profile="20.01"> |
02b21260faf4
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pretext commit 16b63814cb85eff8e8f2486c99bb4d187d43e2fe"
iuc
parents:
diff
changeset
|
2 <macros> |
02b21260faf4
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pretext commit 16b63814cb85eff8e8f2486c99bb4d187d43e2fe"
iuc
parents:
diff
changeset
|
3 <token name="@WRAPPER_VERSION@">0.0.3</token> |
02b21260faf4
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pretext commit 16b63814cb85eff8e8f2486c99bb4d187d43e2fe"
iuc
parents:
diff
changeset
|
4 <token name="@VERSION_SUFFIX@">galaxy0</token> |
02b21260faf4
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pretext commit 16b63814cb85eff8e8f2486c99bb4d187d43e2fe"
iuc
parents:
diff
changeset
|
5 </macros> |
02b21260faf4
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pretext commit 16b63814cb85eff8e8f2486c99bb4d187d43e2fe"
iuc
parents:
diff
changeset
|
6 <requirements> |
02b21260faf4
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pretext commit 16b63814cb85eff8e8f2486c99bb4d187d43e2fe"
iuc
parents:
diff
changeset
|
7 <requirement type="package" version="@WRAPPER_VERSION@">pretextsnapshot</requirement> |
02b21260faf4
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pretext commit 16b63814cb85eff8e8f2486c99bb4d187d43e2fe"
iuc
parents:
diff
changeset
|
8 <requirement type="package" version="1.601">rename</requirement> |
02b21260faf4
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pretext commit 16b63814cb85eff8e8f2486c99bb4d187d43e2fe"
iuc
parents:
diff
changeset
|
9 </requirements> |
02b21260faf4
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pretext commit 16b63814cb85eff8e8f2486c99bb4d187d43e2fe"
iuc
parents:
diff
changeset
|
10 <version_command>PretextSnapshot --version</version_command> |
02b21260faf4
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pretext commit 16b63814cb85eff8e8f2486c99bb4d187d43e2fe"
iuc
parents:
diff
changeset
|
11 <command detect_errors="exit_code"><![CDATA[ |
02b21260faf4
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pretext commit 16b63814cb85eff8e8f2486c99bb4d187d43e2fe"
iuc
parents:
diff
changeset
|
12 PretextSnapshot -m $input |
02b21260faf4
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pretext commit 16b63814cb85eff8e8f2486c99bb4d187d43e2fe"
iuc
parents:
diff
changeset
|
13 -f $formats.outformat |
02b21260faf4
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pretext commit 16b63814cb85eff8e8f2486c99bb4d187d43e2fe"
iuc
parents:
diff
changeset
|
14 #if $formats.outformat == 'jpeg': |
02b21260faf4
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pretext commit 16b63814cb85eff8e8f2486c99bb4d187d43e2fe"
iuc
parents:
diff
changeset
|
15 --jpegQuality $formats.jpegQuality |
02b21260faf4
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pretext commit 16b63814cb85eff8e8f2486c99bb4d187d43e2fe"
iuc
parents:
diff
changeset
|
16 #end if |
02b21260faf4
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pretext commit 16b63814cb85eff8e8f2486c99bb4d187d43e2fe"
iuc
parents:
diff
changeset
|
17 -r $resolution |
02b21260faf4
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pretext commit 16b63814cb85eff8e8f2486c99bb4d187d43e2fe"
iuc
parents:
diff
changeset
|
18 -c $colormap |
02b21260faf4
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pretext commit 16b63814cb85eff8e8f2486c99bb4d187d43e2fe"
iuc
parents:
diff
changeset
|
19 --sequences '$sequences' |
02b21260faf4
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pretext commit 16b63814cb85eff8e8f2486c99bb4d187d43e2fe"
iuc
parents:
diff
changeset
|
20 --minTexels $mintexels |
02b21260faf4
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pretext commit 16b63814cb85eff8e8f2486c99bb4d187d43e2fe"
iuc
parents:
diff
changeset
|
21 #if $grid.showGrid == 'yes': |
02b21260faf4
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pretext commit 16b63814cb85eff8e8f2486c99bb4d187d43e2fe"
iuc
parents:
diff
changeset
|
22 --gridSize $grid.gridsize |
02b21260faf4
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pretext commit 16b63814cb85eff8e8f2486c99bb4d187d43e2fe"
iuc
parents:
diff
changeset
|
23 --gridColour $grid.gridcolor |
02b21260faf4
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pretext commit 16b63814cb85eff8e8f2486c99bb4d187d43e2fe"
iuc
parents:
diff
changeset
|
24 #else: |
02b21260faf4
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pretext commit 16b63814cb85eff8e8f2486c99bb4d187d43e2fe"
iuc
parents:
diff
changeset
|
25 --gridSize 0 |
02b21260faf4
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pretext commit 16b63814cb85eff8e8f2486c99bb4d187d43e2fe"
iuc
parents:
diff
changeset
|
26 #end if |
02b21260faf4
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pretext commit 16b63814cb85eff8e8f2486c99bb4d187d43e2fe"
iuc
parents:
diff
changeset
|
27 '${sequencenames}' |
02b21260faf4
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pretext commit 16b63814cb85eff8e8f2486c99bb4d187d43e2fe"
iuc
parents:
diff
changeset
|
28 -o output |
02b21260faf4
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pretext commit 16b63814cb85eff8e8f2486c99bb4d187d43e2fe"
iuc
parents:
diff
changeset
|
29 --prefix pretext_snapshot |
02b21260faf4
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pretext commit 16b63814cb85eff8e8f2486c99bb4d187d43e2fe"
iuc
parents:
diff
changeset
|
30 #if $formats.outformat == 'jpeg': |
02b21260faf4
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pretext commit 16b63814cb85eff8e8f2486c99bb4d187d43e2fe"
iuc
parents:
diff
changeset
|
31 && find ./output/* | rename -s .jpeg .jpg |
02b21260faf4
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pretext commit 16b63814cb85eff8e8f2486c99bb4d187d43e2fe"
iuc
parents:
diff
changeset
|
32 #end if |
02b21260faf4
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pretext commit 16b63814cb85eff8e8f2486c99bb4d187d43e2fe"
iuc
parents:
diff
changeset
|
33 ]]></command> |
02b21260faf4
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pretext commit 16b63814cb85eff8e8f2486c99bb4d187d43e2fe"
iuc
parents:
diff
changeset
|
34 <inputs> |
02b21260faf4
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pretext commit 16b63814cb85eff8e8f2486c99bb4d187d43e2fe"
iuc
parents:
diff
changeset
|
35 <param name="input" type="data" argument="--map" format="pretext" label="Input Pretext map file"/> |
02b21260faf4
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pretext commit 16b63814cb85eff8e8f2486c99bb4d187d43e2fe"
iuc
parents:
diff
changeset
|
36 <conditional name="formats"> |
02b21260faf4
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pretext commit 16b63814cb85eff8e8f2486c99bb4d187d43e2fe"
iuc
parents:
diff
changeset
|
37 <param name="outformat" argument="-f" type="select" label="Output image format" help="Format of output image"> |
02b21260faf4
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pretext commit 16b63814cb85eff8e8f2486c99bb4d187d43e2fe"
iuc
parents:
diff
changeset
|
38 <option value="png" selected="true"/> |
02b21260faf4
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pretext commit 16b63814cb85eff8e8f2486c99bb4d187d43e2fe"
iuc
parents:
diff
changeset
|
39 <option value="bmp"/> |
02b21260faf4
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pretext commit 16b63814cb85eff8e8f2486c99bb4d187d43e2fe"
iuc
parents:
diff
changeset
|
40 <option value="jpeg"/> |
02b21260faf4
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pretext commit 16b63814cb85eff8e8f2486c99bb4d187d43e2fe"
iuc
parents:
diff
changeset
|
41 </param> |
02b21260faf4
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pretext commit 16b63814cb85eff8e8f2486c99bb4d187d43e2fe"
iuc
parents:
diff
changeset
|
42 <when value="png"/> |
02b21260faf4
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pretext commit 16b63814cb85eff8e8f2486c99bb4d187d43e2fe"
iuc
parents:
diff
changeset
|
43 <when value="bmp"/> |
02b21260faf4
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pretext commit 16b63814cb85eff8e8f2486c99bb4d187d43e2fe"
iuc
parents:
diff
changeset
|
44 <when value="jpeg"> |
02b21260faf4
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pretext commit 16b63814cb85eff8e8f2486c99bb4d187d43e2fe"
iuc
parents:
diff
changeset
|
45 <param name="jpegQuality" argument="--jpegQuality" type="integer" label="JPEG quality factor" value="80" min="0" max="100" help="An integer between 1 and 100, default 80. Larger values result in increased image quality and file size."/> |
02b21260faf4
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pretext commit 16b63814cb85eff8e8f2486c99bb4d187d43e2fe"
iuc
parents:
diff
changeset
|
46 </when> |
02b21260faf4
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pretext commit 16b63814cb85eff8e8f2486c99bb4d187d43e2fe"
iuc
parents:
diff
changeset
|
47 </conditional> |
02b21260faf4
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pretext commit 16b63814cb85eff8e8f2486c99bb4d187d43e2fe"
iuc
parents:
diff
changeset
|
48 <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."/> |
02b21260faf4
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pretext commit 16b63814cb85eff8e8f2486c99bb4d187d43e2fe"
iuc
parents:
diff
changeset
|
49 <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"/> |
02b21260faf4
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pretext commit 16b63814cb85eff8e8f2486c99bb4d187d43e2fe"
iuc
parents:
diff
changeset
|
50 <param name="sequences" 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."> |
02b21260faf4
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pretext commit 16b63814cb85eff8e8f2486c99bb4d187d43e2fe"
iuc
parents:
diff
changeset
|
51 <sanitizer invalid_char=""> |
02b21260faf4
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pretext commit 16b63814cb85eff8e8f2486c99bb4d187d43e2fe"
iuc
parents:
diff
changeset
|
52 <valid initial="string.ascii_letters,string.digits"> |
02b21260faf4
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pretext commit 16b63814cb85eff8e8f2486c99bb4d187d43e2fe"
iuc
parents:
diff
changeset
|
53 <add value="="/> |
02b21260faf4
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pretext commit 16b63814cb85eff8e8f2486c99bb4d187d43e2fe"
iuc
parents:
diff
changeset
|
54 <add value="_"/> |
02b21260faf4
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pretext commit 16b63814cb85eff8e8f2486c99bb4d187d43e2fe"
iuc
parents:
diff
changeset
|
55 <add value=" "/> |
02b21260faf4
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pretext commit 16b63814cb85eff8e8f2486c99bb4d187d43e2fe"
iuc
parents:
diff
changeset
|
56 <add value=","/> |
02b21260faf4
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pretext commit 16b63814cb85eff8e8f2486c99bb4d187d43e2fe"
iuc
parents:
diff
changeset
|
57 <add value="["/> |
02b21260faf4
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pretext commit 16b63814cb85eff8e8f2486c99bb4d187d43e2fe"
iuc
parents:
diff
changeset
|
58 <add value="]"/> |
02b21260faf4
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pretext commit 16b63814cb85eff8e8f2486c99bb4d187d43e2fe"
iuc
parents:
diff
changeset
|
59 <add value="{"/> |
02b21260faf4
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pretext commit 16b63814cb85eff8e8f2486c99bb4d187d43e2fe"
iuc
parents:
diff
changeset
|
60 <add value="}"/> |
02b21260faf4
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pretext commit 16b63814cb85eff8e8f2486c99bb4d187d43e2fe"
iuc
parents:
diff
changeset
|
61 <add value="#"/> |
02b21260faf4
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pretext commit 16b63814cb85eff8e8f2486c99bb4d187d43e2fe"
iuc
parents:
diff
changeset
|
62 <add value="<"/> |
02b21260faf4
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pretext commit 16b63814cb85eff8e8f2486c99bb4d187d43e2fe"
iuc
parents:
diff
changeset
|
63 <add value=">"/> |
02b21260faf4
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pretext commit 16b63814cb85eff8e8f2486c99bb4d187d43e2fe"
iuc
parents:
diff
changeset
|
64 </valid> |
02b21260faf4
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pretext commit 16b63814cb85eff8e8f2486c99bb4d187d43e2fe"
iuc
parents:
diff
changeset
|
65 </sanitizer> |
02b21260faf4
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pretext commit 16b63814cb85eff8e8f2486c99bb4d187d43e2fe"
iuc
parents:
diff
changeset
|
66 </param> |
02b21260faf4
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pretext commit 16b63814cb85eff8e8f2486c99bb4d187d43e2fe"
iuc
parents:
diff
changeset
|
67 <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."/> |
02b21260faf4
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pretext commit 16b63814cb85eff8e8f2486c99bb4d187d43e2fe"
iuc
parents:
diff
changeset
|
68 <conditional name="grid"> |
02b21260faf4
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pretext commit 16b63814cb85eff8e8f2486c99bb4d187d43e2fe"
iuc
parents:
diff
changeset
|
69 <param name="showGrid" label="Show grid?" type="boolean" truevalue="yes" falsevalue="no"/> |
02b21260faf4
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pretext commit 16b63814cb85eff8e8f2486c99bb4d187d43e2fe"
iuc
parents:
diff
changeset
|
70 <when value="yes"> |
02b21260faf4
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pretext commit 16b63814cb85eff8e8f2486c99bb4d187d43e2fe"
iuc
parents:
diff
changeset
|
71 <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."/> |
02b21260faf4
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pretext commit 16b63814cb85eff8e8f2486c99bb4d187d43e2fe"
iuc
parents:
diff
changeset
|
72 <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)."/> |
02b21260faf4
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pretext commit 16b63814cb85eff8e8f2486c99bb4d187d43e2fe"
iuc
parents:
diff
changeset
|
73 </when> |
02b21260faf4
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pretext commit 16b63814cb85eff8e8f2486c99bb4d187d43e2fe"
iuc
parents:
diff
changeset
|
74 <when value="no"/> |
02b21260faf4
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pretext commit 16b63814cb85eff8e8f2486c99bb4d187d43e2fe"
iuc
parents:
diff
changeset
|
75 </conditional> |
02b21260faf4
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pretext commit 16b63814cb85eff8e8f2486c99bb4d187d43e2fe"
iuc
parents:
diff
changeset
|
76 <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."/> |
02b21260faf4
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pretext commit 16b63814cb85eff8e8f2486c99bb4d187d43e2fe"
iuc
parents:
diff
changeset
|
77 </inputs> |
02b21260faf4
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pretext commit 16b63814cb85eff8e8f2486c99bb4d187d43e2fe"
iuc
parents:
diff
changeset
|
78 <outputs> |
02b21260faf4
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pretext commit 16b63814cb85eff8e8f2486c99bb4d187d43e2fe"
iuc
parents:
diff
changeset
|
79 <collection name="pretext_snap_out" type="list" label="${tool.name} on ${on_string}"> |
02b21260faf4
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pretext commit 16b63814cb85eff8e8f2486c99bb4d187d43e2fe"
iuc
parents:
diff
changeset
|
80 <discover_datasets directory="output" pattern="__name_and_ext__" /> |
02b21260faf4
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pretext commit 16b63814cb85eff8e8f2486c99bb4d187d43e2fe"
iuc
parents:
diff
changeset
|
81 </collection> |
02b21260faf4
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pretext commit 16b63814cb85eff8e8f2486c99bb4d187d43e2fe"
iuc
parents:
diff
changeset
|
82 </outputs> |
02b21260faf4
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pretext commit 16b63814cb85eff8e8f2486c99bb4d187d43e2fe"
iuc
parents:
diff
changeset
|
83 <tests> |
02b21260faf4
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pretext commit 16b63814cb85eff8e8f2486c99bb4d187d43e2fe"
iuc
parents:
diff
changeset
|
84 <test expect_num_outputs="1"> |
02b21260faf4
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pretext commit 16b63814cb85eff8e8f2486c99bb4d187d43e2fe"
iuc
parents:
diff
changeset
|
85 <param name="input" value="map.pretext"/> |
02b21260faf4
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pretext commit 16b63814cb85eff8e8f2486c99bb4d187d43e2fe"
iuc
parents:
diff
changeset
|
86 <conditional name="formats"> |
02b21260faf4
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pretext commit 16b63814cb85eff8e8f2486c99bb4d187d43e2fe"
iuc
parents:
diff
changeset
|
87 <param name="outformat" value="jpeg"/> |
02b21260faf4
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pretext commit 16b63814cb85eff8e8f2486c99bb4d187d43e2fe"
iuc
parents:
diff
changeset
|
88 <param name="jpegquality" value="80"/> |
02b21260faf4
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pretext commit 16b63814cb85eff8e8f2486c99bb4d187d43e2fe"
iuc
parents:
diff
changeset
|
89 </conditional> |
02b21260faf4
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pretext commit 16b63814cb85eff8e8f2486c99bb4d187d43e2fe"
iuc
parents:
diff
changeset
|
90 <param name="resolution" value="900"/> |
02b21260faf4
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pretext commit 16b63814cb85eff8e8f2486c99bb4d187d43e2fe"
iuc
parents:
diff
changeset
|
91 <param name="colormap" value="1"/> |
02b21260faf4
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pretext commit 16b63814cb85eff8e8f2486c99bb4d187d43e2fe"
iuc
parents:
diff
changeset
|
92 <param name="sequences" value="=full, =all"/> |
02b21260faf4
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pretext commit 16b63814cb85eff8e8f2486c99bb4d187d43e2fe"
iuc
parents:
diff
changeset
|
93 <param name="mintexels" value="30"/> |
02b21260faf4
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pretext commit 16b63814cb85eff8e8f2486c99bb4d187d43e2fe"
iuc
parents:
diff
changeset
|
94 <conditional name="grid"> |
02b21260faf4
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pretext commit 16b63814cb85eff8e8f2486c99bb4d187d43e2fe"
iuc
parents:
diff
changeset
|
95 <param name="showGrid" value="yes"/> |
02b21260faf4
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pretext commit 16b63814cb85eff8e8f2486c99bb4d187d43e2fe"
iuc
parents:
diff
changeset
|
96 <param name="gridsize" value="2"/> |
02b21260faf4
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pretext commit 16b63814cb85eff8e8f2486c99bb4d187d43e2fe"
iuc
parents:
diff
changeset
|
97 <param name="gridcolor" value="red"/> |
02b21260faf4
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pretext commit 16b63814cb85eff8e8f2486c99bb4d187d43e2fe"
iuc
parents:
diff
changeset
|
98 </conditional> |
02b21260faf4
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pretext commit 16b63814cb85eff8e8f2486c99bb4d187d43e2fe"
iuc
parents:
diff
changeset
|
99 <param name="sequencenames" value="--printSequenceNames"/> |
02b21260faf4
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pretext commit 16b63814cb85eff8e8f2486c99bb4d187d43e2fe"
iuc
parents:
diff
changeset
|
100 <output_collection name="pretext_snap_out" count="4"> |
02b21260faf4
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pretext commit 16b63814cb85eff8e8f2486c99bb4d187d43e2fe"
iuc
parents:
diff
changeset
|
101 <element name="pretext_snapshotFullMap" ftype="jpg" file="fullmap1.jpg"/> |
02b21260faf4
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pretext commit 16b63814cb85eff8e8f2486c99bb4d187d43e2fe"
iuc
parents:
diff
changeset
|
102 <element name="pretext_snapshotref_0" ftype="jpg" file="snapshot1.jpg"/> |
02b21260faf4
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pretext commit 16b63814cb85eff8e8f2486c99bb4d187d43e2fe"
iuc
parents:
diff
changeset
|
103 <element name="pretext_snapshotref_1" ftype="jpg" file="snapshot2.jpg"/> |
02b21260faf4
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pretext commit 16b63814cb85eff8e8f2486c99bb4d187d43e2fe"
iuc
parents:
diff
changeset
|
104 <element name="pretext_snapshotref_2" ftype="jpg" file="snapshot3.jpg"/> |
02b21260faf4
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pretext commit 16b63814cb85eff8e8f2486c99bb4d187d43e2fe"
iuc
parents:
diff
changeset
|
105 </output_collection> |
02b21260faf4
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pretext commit 16b63814cb85eff8e8f2486c99bb4d187d43e2fe"
iuc
parents:
diff
changeset
|
106 </test> |
02b21260faf4
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pretext commit 16b63814cb85eff8e8f2486c99bb4d187d43e2fe"
iuc
parents:
diff
changeset
|
107 <test expect_num_outputs="1"> |
02b21260faf4
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pretext commit 16b63814cb85eff8e8f2486c99bb4d187d43e2fe"
iuc
parents:
diff
changeset
|
108 <param name="input" value="map.pretext"/> |
02b21260faf4
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pretext commit 16b63814cb85eff8e8f2486c99bb4d187d43e2fe"
iuc
parents:
diff
changeset
|
109 <conditional name="formats"> |
02b21260faf4
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pretext commit 16b63814cb85eff8e8f2486c99bb4d187d43e2fe"
iuc
parents:
diff
changeset
|
110 <param name="outformat" value="bmp"/> |
02b21260faf4
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pretext commit 16b63814cb85eff8e8f2486c99bb4d187d43e2fe"
iuc
parents:
diff
changeset
|
111 </conditional> |
02b21260faf4
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pretext commit 16b63814cb85eff8e8f2486c99bb4d187d43e2fe"
iuc
parents:
diff
changeset
|
112 <param name="resolution" value="700"/> |
02b21260faf4
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pretext commit 16b63814cb85eff8e8f2486c99bb4d187d43e2fe"
iuc
parents:
diff
changeset
|
113 <param name="colormap" value="5"/> |
02b21260faf4
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pretext commit 16b63814cb85eff8e8f2486c99bb4d187d43e2fe"
iuc
parents:
diff
changeset
|
114 <param name="sequences" value="=full"/> |
02b21260faf4
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pretext commit 16b63814cb85eff8e8f2486c99bb4d187d43e2fe"
iuc
parents:
diff
changeset
|
115 <param name="mintexels" value="60"/> |
02b21260faf4
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pretext commit 16b63814cb85eff8e8f2486c99bb4d187d43e2fe"
iuc
parents:
diff
changeset
|
116 <output_collection name="pretext_snap_out" count="1"> |
02b21260faf4
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pretext commit 16b63814cb85eff8e8f2486c99bb4d187d43e2fe"
iuc
parents:
diff
changeset
|
117 <element name="pretext_snapshotFullMap" ftype="bmp" file="fullmap2.bmp"/> |
02b21260faf4
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pretext commit 16b63814cb85eff8e8f2486c99bb4d187d43e2fe"
iuc
parents:
diff
changeset
|
118 </output_collection> |
02b21260faf4
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pretext commit 16b63814cb85eff8e8f2486c99bb4d187d43e2fe"
iuc
parents:
diff
changeset
|
119 </test> |
02b21260faf4
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pretext commit 16b63814cb85eff8e8f2486c99bb4d187d43e2fe"
iuc
parents:
diff
changeset
|
120 </tests> |
02b21260faf4
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pretext commit 16b63814cb85eff8e8f2486c99bb4d187d43e2fe"
iuc
parents:
diff
changeset
|
121 <help><![CDATA[ |
02b21260faf4
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pretext commit 16b63814cb85eff8e8f2486c99bb4d187d43e2fe"
iuc
parents:
diff
changeset
|
122 **Color map:** |
02b21260faf4
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pretext commit 16b63814cb85eff8e8f2486c99bb4d187d43e2fe"
iuc
parents:
diff
changeset
|
123 |
02b21260faf4
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pretext commit 16b63814cb85eff8e8f2486c99bb4d187d43e2fe"
iuc
parents:
diff
changeset
|
124 +---------------------------------------+-------------------------------+-------------------------------+ |
02b21260faf4
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pretext commit 16b63814cb85eff8e8f2486c99bb4d187d43e2fe"
iuc
parents:
diff
changeset
|
125 |0. Inferno |11. Blue 4 |22. Orange 2 | |
02b21260faf4
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pretext commit 16b63814cb85eff8e8f2486c99bb4d187d43e2fe"
iuc
parents:
diff
changeset
|
126 +---------------------------------------+-------------------------------+-------------------------------+ |
02b21260faf4
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pretext commit 16b63814cb85eff8e8f2486c99bb4d187d43e2fe"
iuc
parents:
diff
changeset
|
127 |1. Black Body |12. Blue-Orange Divergent |23. Orange-Green-Blue-Gray | |
02b21260faf4
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pretext commit 16b63814cb85eff8e8f2486c99bb4d187d43e2fe"
iuc
parents:
diff
changeset
|
128 +---------------------------------------+-------------------------------+-------------------------------+ |
02b21260faf4
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pretext commit 16b63814cb85eff8e8f2486c99bb4d187d43e2fe"
iuc
parents:
diff
changeset
|
129 |2. Kindlmann |13. Brown 1 |24. Purple 1 | |
02b21260faf4
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pretext commit 16b63814cb85eff8e8f2486c99bb4d187d43e2fe"
iuc
parents:
diff
changeset
|
130 +---------------------------------------+-------------------------------+-------------------------------+ |
02b21260faf4
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pretext commit 16b63814cb85eff8e8f2486c99bb4d187d43e2fe"
iuc
parents:
diff
changeset
|
131 |3. Extended Kindlmann |14. Brown 2 |25. Purple 2 | |
02b21260faf4
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pretext commit 16b63814cb85eff8e8f2486c99bb4d187d43e2fe"
iuc
parents:
diff
changeset
|
132 +---------------------------------------+-------------------------------+-------------------------------+ |
02b21260faf4
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pretext commit 16b63814cb85eff8e8f2486c99bb4d187d43e2fe"
iuc
parents:
diff
changeset
|
133 |4. Three Wave Yellow-Grey-Blue |15. Brown 3 |26. Red 1 | |
02b21260faf4
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pretext commit 16b63814cb85eff8e8f2486c99bb4d187d43e2fe"
iuc
parents:
diff
changeset
|
134 +---------------------------------------+-------------------------------+-------------------------------+ |
02b21260faf4
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pretext commit 16b63814cb85eff8e8f2486c99bb4d187d43e2fe"
iuc
parents:
diff
changeset
|
135 |5. Three Wave Blue-Green-Yellow |16. Green 1 |27. Red 2 | |
02b21260faf4
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pretext commit 16b63814cb85eff8e8f2486c99bb4d187d43e2fe"
iuc
parents:
diff
changeset
|
136 +---------------------------------------+-------------------------------+-------------------------------+ |
02b21260faf4
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pretext commit 16b63814cb85eff8e8f2486c99bb4d187d43e2fe"
iuc
parents:
diff
changeset
|
137 |6. Four Wave Grey-Red-Green |17. Green 2 |28. Red 3 | |
02b21260faf4
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pretext commit 16b63814cb85eff8e8f2486c99bb4d187d43e2fe"
iuc
parents:
diff
changeset
|
138 +---------------------------------------+-------------------------------+-------------------------------+ |
02b21260faf4
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pretext commit 16b63814cb85eff8e8f2486c99bb4d187d43e2fe"
iuc
parents:
diff
changeset
|
139 |7. Five Wave Yellow-Brown-Blue |18. Green 3 |29. Yellow 1 | |
02b21260faf4
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pretext commit 16b63814cb85eff8e8f2486c99bb4d187d43e2fe"
iuc
parents:
diff
changeset
|
140 +---------------------------------------+-------------------------------+-------------------------------+ |
02b21260faf4
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pretext commit 16b63814cb85eff8e8f2486c99bb4d187d43e2fe"
iuc
parents:
diff
changeset
|
141 |8. Blue 1 |19. Green 4 |30. Yellow 2 | |
02b21260faf4
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pretext commit 16b63814cb85eff8e8f2486c99bb4d187d43e2fe"
iuc
parents:
diff
changeset
|
142 +---------------------------------------+-------------------------------+-------------------------------+ |
02b21260faf4
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pretext commit 16b63814cb85eff8e8f2486c99bb4d187d43e2fe"
iuc
parents:
diff
changeset
|
143 |9. Blue 2 |20. Mellow Rainbow | | |
02b21260faf4
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pretext commit 16b63814cb85eff8e8f2486c99bb4d187d43e2fe"
iuc
parents:
diff
changeset
|
144 +---------------------------------------+-------------------------------+-------------------------------+ |
02b21260faf4
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pretext commit 16b63814cb85eff8e8f2486c99bb4d187d43e2fe"
iuc
parents:
diff
changeset
|
145 |10. Blue 3 |21. Orange 1 | | |
02b21260faf4
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pretext commit 16b63814cb85eff8e8f2486c99bb4d187d43e2fe"
iuc
parents:
diff
changeset
|
146 +---------------------------------------+-------------------------------+-------------------------------+ |
02b21260faf4
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pretext commit 16b63814cb85eff8e8f2486c99bb4d187d43e2fe"
iuc
parents:
diff
changeset
|
147 |
02b21260faf4
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pretext commit 16b63814cb85eff8e8f2486c99bb4d187d43e2fe"
iuc
parents:
diff
changeset
|
148 |
02b21260faf4
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pretext commit 16b63814cb85eff8e8f2486c99bb4d187d43e2fe"
iuc
parents:
diff
changeset
|
149 **Sequence strings:** |
02b21260faf4
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pretext commit 16b63814cb85eff8e8f2486c99bb4d187d43e2fe"
iuc
parents:
diff
changeset
|
150 |
02b21260faf4
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pretext commit 16b63814cb85eff8e8f2486c99bb4d187d43e2fe"
iuc
parents:
diff
changeset
|
151 * --sequences "=full" |
02b21260faf4
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pretext commit 16b63814cb85eff8e8f2486c99bb4d187d43e2fe"
iuc
parents:
diff
changeset
|
152 |
02b21260faf4
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pretext commit 16b63814cb85eff8e8f2486c99bb4d187d43e2fe"
iuc
parents:
diff
changeset
|
153 * Creates a single image of the full contact map. |
02b21260faf4
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pretext commit 16b63814cb85eff8e8f2486c99bb4d187d43e2fe"
iuc
parents:
diff
changeset
|
154 |
02b21260faf4
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pretext commit 16b63814cb85eff8e8f2486c99bb4d187d43e2fe"
iuc
parents:
diff
changeset
|
155 * --sequences "=full, =all" |
02b21260faf4
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pretext commit 16b63814cb85eff8e8f2486c99bb4d187d43e2fe"
iuc
parents:
diff
changeset
|
156 |
02b21260faf4
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pretext commit 16b63814cb85eff8e8f2486c99bb4d187d43e2fe"
iuc
parents:
diff
changeset
|
157 * Creates an image of the full contact map, plus an image of each sequence. |
02b21260faf4
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pretext commit 16b63814cb85eff8e8f2486c99bb4d187d43e2fe"
iuc
parents:
diff
changeset
|
158 |
02b21260faf4
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pretext commit 16b63814cb85eff8e8f2486c99bb4d187d43e2fe"
iuc
parents:
diff
changeset
|
159 * --sequences "seq_0" |
02b21260faf4
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pretext commit 16b63814cb85eff8e8f2486c99bb4d187d43e2fe"
iuc
parents:
diff
changeset
|
160 |
02b21260faf4
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pretext commit 16b63814cb85eff8e8f2486c99bb4d187d43e2fe"
iuc
parents:
diff
changeset
|
161 * Creates a single image of the sequence named "seq_0" |
02b21260faf4
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pretext commit 16b63814cb85eff8e8f2486c99bb4d187d43e2fe"
iuc
parents:
diff
changeset
|
162 |
02b21260faf4
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pretext commit 16b63814cb85eff8e8f2486c99bb4d187d43e2fe"
iuc
parents:
diff
changeset
|
163 * --sequences "seq_0, seq_1 > seq_2" |
02b21260faf4
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pretext commit 16b63814cb85eff8e8f2486c99bb4d187d43e2fe"
iuc
parents:
diff
changeset
|
164 |
02b21260faf4
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pretext commit 16b63814cb85eff8e8f2486c99bb4d187d43e2fe"
iuc
parents:
diff
changeset
|
165 * Creates an image of seq_0, and an image from the start of seq_1 to the end of seq_2 |
02b21260faf4
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pretext commit 16b63814cb85eff8e8f2486c99bb4d187d43e2fe"
iuc
parents:
diff
changeset
|
166 |
02b21260faf4
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pretext commit 16b63814cb85eff8e8f2486c99bb4d187d43e2fe"
iuc
parents:
diff
changeset
|
167 * --sequences "seq_0[1000000] > seq_3" |
02b21260faf4
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pretext commit 16b63814cb85eff8e8f2486c99bb4d187d43e2fe"
iuc
parents:
diff
changeset
|
168 |
02b21260faf4
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pretext commit 16b63814cb85eff8e8f2486c99bb4d187d43e2fe"
iuc
parents:
diff
changeset
|
169 * Creates an image starting 1Mbp into seq_0, ending at the end of seq_3 |
02b21260faf4
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pretext commit 16b63814cb85eff8e8f2486c99bb4d187d43e2fe"
iuc
parents:
diff
changeset
|
170 |
02b21260faf4
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pretext commit 16b63814cb85eff8e8f2486c99bb4d187d43e2fe"
iuc
parents:
diff
changeset
|
171 * --sequences "{seq_0, seq_1}" |
02b21260faf4
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pretext commit 16b63814cb85eff8e8f2486c99bb4d187d43e2fe"
iuc
parents:
diff
changeset
|
172 |
02b21260faf4
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pretext commit 16b63814cb85eff8e8f2486c99bb4d187d43e2fe"
iuc
parents:
diff
changeset
|
173 * Create an single image of the off-diagonal region between seq_0 and seq_1, |
02b21260faf4
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pretext commit 16b63814cb85eff8e8f2486c99bb4d187d43e2fe"
iuc
parents:
diff
changeset
|
174 * i.e. the inter-sequence map of seq_0 and seq_1. |
02b21260faf4
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pretext commit 16b63814cb85eff8e8f2486c99bb4d187d43e2fe"
iuc
parents:
diff
changeset
|
175 |
02b21260faf4
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pretext commit 16b63814cb85eff8e8f2486c99bb4d187d43e2fe"
iuc
parents:
diff
changeset
|
176 * --sequences "{seq_2[2000000] > seq_4[1000000] , seq_0[3000000] > seq_1[4000000]} , seq_0 > seq_10" |
02b21260faf4
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pretext commit 16b63814cb85eff8e8f2486c99bb4d187d43e2fe"
iuc
parents:
diff
changeset
|
177 |
02b21260faf4
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pretext commit 16b63814cb85eff8e8f2486c99bb4d187d43e2fe"
iuc
parents:
diff
changeset
|
178 * 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. |
02b21260faf4
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pretext commit 16b63814cb85eff8e8f2486c99bb4d187d43e2fe"
iuc
parents:
diff
changeset
|
179 * The second image is the diagonal region between the start of seq_0 and the end of seq_10. |
02b21260faf4
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pretext commit 16b63814cb85eff8e8f2486c99bb4d187d43e2fe"
iuc
parents:
diff
changeset
|
180 |
02b21260faf4
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pretext commit 16b63814cb85eff8e8f2486c99bb4d187d43e2fe"
iuc
parents:
diff
changeset
|
181 ]]></help> |
02b21260faf4
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pretext commit 16b63814cb85eff8e8f2486c99bb4d187d43e2fe"
iuc
parents:
diff
changeset
|
182 <citations> |
02b21260faf4
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pretext commit 16b63814cb85eff8e8f2486c99bb4d187d43e2fe"
iuc
parents:
diff
changeset
|
183 <citation type="bibtex"> |
02b21260faf4
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pretext commit 16b63814cb85eff8e8f2486c99bb4d187d43e2fe"
iuc
parents:
diff
changeset
|
184 @misc{Harry_et_al, |
02b21260faf4
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pretext commit 16b63814cb85eff8e8f2486c99bb4d187d43e2fe"
iuc
parents:
diff
changeset
|
185 Author={Harry, E}, |
02b21260faf4
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pretext commit 16b63814cb85eff8e8f2486c99bb4d187d43e2fe"
iuc
parents:
diff
changeset
|
186 title={Paired REad TEXTure Snapshot: Command line image generator for Pretext contact maps.}, |
02b21260faf4
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pretext commit 16b63814cb85eff8e8f2486c99bb4d187d43e2fe"
iuc
parents:
diff
changeset
|
187 url = {https://github.com/wtsi-hpag/PretextSnapshot},} |
02b21260faf4
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pretext commit 16b63814cb85eff8e8f2486c99bb4d187d43e2fe"
iuc
parents:
diff
changeset
|
188 </citation> |
02b21260faf4
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pretext commit 16b63814cb85eff8e8f2486c99bb4d187d43e2fe"
iuc
parents:
diff
changeset
|
189 </citations> |
02b21260faf4
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pretext commit 16b63814cb85eff8e8f2486c99bb4d187d43e2fe"
iuc
parents:
diff
changeset
|
190 </tool> |