annotate structure_to_gspan.xml @ 1:133fc317a812 draft

planemo upload for repository https://github.com/mmiladi/galaxytools/blob/graphclust-gspan/tools/GraphClust/Structure_GSPAN commit 746497a64b955f6b9afc1944d1c1d8d877e53267
author rnateam
date Tue, 18 Jul 2017 01:44:04 -0400
parents e47ad1f7411a
children dcc336102d65
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
1
133fc317a812 planemo upload for repository https://github.com/mmiladi/galaxytools/blob/graphclust-gspan/tools/GraphClust/Structure_GSPAN commit 746497a64b955f6b9afc1944d1c1d8d877e53267
rnateam
parents: 0
diff changeset
1 <tool id="structure_to_gspan" name="Structure to GSPAN" version="0.2">
0
e47ad1f7411a planemo upload for repository https://github.com/mmiladi/galaxytools/blob/graphclust-gspan/tools/GraphClust/Structure_GSPAN commit 4379e712f76f2bb12ee2cc270dd8a0e806df2cd6
rnateam
parents:
diff changeset
2 <requirements>
1
133fc317a812 planemo upload for repository https://github.com/mmiladi/galaxytools/blob/graphclust-gspan/tools/GraphClust/Structure_GSPAN commit 746497a64b955f6b9afc1944d1c1d8d877e53267
rnateam
parents: 0
diff changeset
3 <requirement type="package" version="0.3.1">graphclust-wrappers</requirement>
0
e47ad1f7411a planemo upload for repository https://github.com/mmiladi/galaxytools/blob/graphclust-gspan/tools/GraphClust/Structure_GSPAN commit 4379e712f76f2bb12ee2cc270dd8a0e806df2cd6
rnateam
parents:
diff changeset
4 </requirements>
e47ad1f7411a planemo upload for repository https://github.com/mmiladi/galaxytools/blob/graphclust-gspan/tools/GraphClust/Structure_GSPAN commit 4379e712f76f2bb12ee2cc270dd8a0e806df2cd6
rnateam
parents:
diff changeset
5 <command detect_errors="exit_code">
e47ad1f7411a planemo upload for repository https://github.com/mmiladi/galaxytools/blob/graphclust-gspan/tools/GraphClust/Structure_GSPAN commit 4379e712f76f2bb12ee2cc270dd8a0e806df2cd6
rnateam
parents:
diff changeset
6 <![CDATA[
e47ad1f7411a planemo upload for repository https://github.com/mmiladi/galaxytools/blob/graphclust-gspan/tools/GraphClust/Structure_GSPAN commit 4379e712f76f2bb12ee2cc270dd8a0e806df2cd6
rnateam
parents:
diff changeset
7 mkdir ./temp/ ./GSPAN_Outputs/ &&
1
133fc317a812 planemo upload for repository https://github.com/mmiladi/galaxytools/blob/graphclust-gspan/tools/GraphClust/Structure_GSPAN commit 746497a64b955f6b9afc1944d1c1d8d877e53267
rnateam
parents: 0
diff changeset
8 which structure_2_gspan.pl &&
0
e47ad1f7411a planemo upload for repository https://github.com/mmiladi/galaxytools/blob/graphclust-gspan/tools/GraphClust/Structure_GSPAN commit 4379e712f76f2bb12ee2cc270dd8a0e806df2cd6
rnateam
parents:
diff changeset
9 structure_2_gspan.pl
e47ad1f7411a planemo upload for repository https://github.com/mmiladi/galaxytools/blob/graphclust-gspan/tools/GraphClust/Structure_GSPAN commit 4379e712f76f2bb12ee2cc270dd8a0e806df2cd6
rnateam
parents:
diff changeset
10 --input-file '$dataFile'
1
133fc317a812 planemo upload for repository https://github.com/mmiladi/galaxytools/blob/graphclust-gspan/tools/GraphClust/Structure_GSPAN commit 746497a64b955f6b9afc1944d1c1d8d877e53267
rnateam
parents: 0
diff changeset
11 --input-format '$inputFormat'
133fc317a812 planemo upload for repository https://github.com/mmiladi/galaxytools/blob/graphclust-gspan/tools/GraphClust/Structure_GSPAN commit 746497a64b955f6b9afc1944d1c1d8d877e53267
rnateam
parents: 0
diff changeset
12 --input-structure-type '$structureType'
0
e47ad1f7411a planemo upload for repository https://github.com/mmiladi/galaxytools/blob/graphclust-gspan/tools/GraphClust/Structure_GSPAN commit 4379e712f76f2bb12ee2cc270dd8a0e806df2cd6
rnateam
parents:
diff changeset
13 $abstr
e47ad1f7411a planemo upload for repository https://github.com/mmiladi/galaxytools/blob/graphclust-gspan/tools/GraphClust/Structure_GSPAN commit 4379e712f76f2bb12ee2cc270dd8a0e806df2cd6
rnateam
parents:
diff changeset
14 $stack
e47ad1f7411a planemo upload for repository https://github.com/mmiladi/galaxytools/blob/graphclust-gspan/tools/GraphClust/Structure_GSPAN commit 4379e712f76f2bb12ee2cc270dd8a0e806df2cd6
rnateam
parents:
diff changeset
15 $seq_graph_t
e47ad1f7411a planemo upload for repository https://github.com/mmiladi/galaxytools/blob/graphclust-gspan/tools/GraphClust/Structure_GSPAN commit 4379e712f76f2bb12ee2cc270dd8a0e806df2cd6
rnateam
parents:
diff changeset
16 -group $group
e47ad1f7411a planemo upload for repository https://github.com/mmiladi/galaxytools/blob/graphclust-gspan/tools/GraphClust/Structure_GSPAN commit 4379e712f76f2bb12ee2cc270dd8a0e806df2cd6
rnateam
parents:
diff changeset
17 -tmp ./temp
e47ad1f7411a planemo upload for repository https://github.com/mmiladi/galaxytools/blob/graphclust-gspan/tools/GraphClust/Structure_GSPAN commit 4379e712f76f2bb12ee2cc270dd8a0e806df2cd6
rnateam
parents:
diff changeset
18 -o ./GSPAN_Outputs/
e47ad1f7411a planemo upload for repository https://github.com/mmiladi/galaxytools/blob/graphclust-gspan/tools/GraphClust/Structure_GSPAN commit 4379e712f76f2bb12ee2cc270dd8a0e806df2cd6
rnateam
parents:
diff changeset
19 ]]>
e47ad1f7411a planemo upload for repository https://github.com/mmiladi/galaxytools/blob/graphclust-gspan/tools/GraphClust/Structure_GSPAN commit 4379e712f76f2bb12ee2cc270dd8a0e806df2cd6
rnateam
parents:
diff changeset
20 </command>
e47ad1f7411a planemo upload for repository https://github.com/mmiladi/galaxytools/blob/graphclust-gspan/tools/GraphClust/Structure_GSPAN commit 4379e712f76f2bb12ee2cc270dd8a0e806df2cd6
rnateam
parents:
diff changeset
21 <inputs>
e47ad1f7411a planemo upload for repository https://github.com/mmiladi/galaxytools/blob/graphclust-gspan/tools/GraphClust/Structure_GSPAN commit 4379e712f76f2bb12ee2cc270dd8a0e806df2cd6
rnateam
parents:
diff changeset
22 <param type="data" name="dataFile" format="dbn" label="Sequence and Structure input file in the prediction tool format" />
1
133fc317a812 planemo upload for repository https://github.com/mmiladi/galaxytools/blob/graphclust-gspan/tools/GraphClust/Structure_GSPAN commit 746497a64b955f6b9afc1944d1c1d8d877e53267
rnateam
parents: 0
diff changeset
23 <param name="inputFormat" type="text" value="vrna-simple"
133fc317a812 planemo upload for repository https://github.com/mmiladi/galaxytools/blob/graphclust-gspan/tools/GraphClust/Structure_GSPAN commit 746497a64b955f6b9afc1944d1c1d8d877e53267
rnateam
parents: 0
diff changeset
24 label=" Sequence Structure format of the input. Allowed formats: vrna-simple, vrna-mea" help="-input-format"/>
133fc317a812 planemo upload for repository https://github.com/mmiladi/galaxytools/blob/graphclust-gspan/tools/GraphClust/Structure_GSPAN commit 746497a64b955f6b9afc1944d1c1d8d877e53267
rnateam
parents: 0
diff changeset
25 <param name="structureType" type="text" value="MFE"
133fc317a812 planemo upload for repository https://github.com/mmiladi/galaxytools/blob/graphclust-gspan/tools/GraphClust/Structure_GSPAN commit 746497a64b955f6b9afc1944d1c1d8d877e53267
rnateam
parents: 0
diff changeset
26 label=" Sequence Structure type from the input to use. Allowed types: MFE, MEA" help="-input-structure-type"/>
0
e47ad1f7411a planemo upload for repository https://github.com/mmiladi/galaxytools/blob/graphclust-gspan/tools/GraphClust/Structure_GSPAN commit 4379e712f76f2bb12ee2cc270dd8a0e806df2cd6
rnateam
parents:
diff changeset
27 <param argument="-stack" truevalue="-stack" falsevalue="" checked="true" type="boolean"
e47ad1f7411a planemo upload for repository https://github.com/mmiladi/galaxytools/blob/graphclust-gspan/tools/GraphClust/Structure_GSPAN commit 4379e712f76f2bb12ee2cc270dd8a0e806df2cd6
rnateam
parents:
diff changeset
28 label="Add stacking information to graphs"/>
e47ad1f7411a planemo upload for repository https://github.com/mmiladi/galaxytools/blob/graphclust-gspan/tools/GraphClust/Structure_GSPAN commit 4379e712f76f2bb12ee2cc270dd8a0e806df2cd6
rnateam
parents:
diff changeset
29 <param argument="abstr" truevalue="-abstr" falsevalue="" type="boolean"
e47ad1f7411a planemo upload for repository https://github.com/mmiladi/galaxytools/blob/graphclust-gspan/tools/GraphClust/Structure_GSPAN commit 4379e712f76f2bb12ee2cc270dd8a0e806df2cd6
rnateam
parents:
diff changeset
30 label="Add abstract structure graphs to the single shrep graph instances."/>
e47ad1f7411a planemo upload for repository https://github.com/mmiladi/galaxytools/blob/graphclust-gspan/tools/GraphClust/Structure_GSPAN commit 4379e712f76f2bb12ee2cc270dd8a0e806df2cd6
rnateam
parents:
diff changeset
31 <param argument="-seq-graph-t" name="seq_graph_t" truevalue="-seq-graph-t" falsevalue="" checked="true" type="boolean"
e47ad1f7411a planemo upload for repository https://github.com/mmiladi/galaxytools/blob/graphclust-gspan/tools/GraphClust/Structure_GSPAN commit 4379e712f76f2bb12ee2cc270dd8a0e806df2cd6
rnateam
parents:
diff changeset
32 label="Add for each 't #' a graph which contains no structure"/>
e47ad1f7411a planemo upload for repository https://github.com/mmiladi/galaxytools/blob/graphclust-gspan/tools/GraphClust/Structure_GSPAN commit 4379e712f76f2bb12ee2cc270dd8a0e806df2cd6
rnateam
parents:
diff changeset
33 <param name="group" type="integer" value="10000"
e47ad1f7411a planemo upload for repository https://github.com/mmiladi/galaxytools/blob/graphclust-gspan/tools/GraphClust/Structure_GSPAN commit 4379e712f76f2bb12ee2cc270dd8a0e806df2cd6
rnateam
parents:
diff changeset
34 label="Group size" help="Default is 10000"/>
e47ad1f7411a planemo upload for repository https://github.com/mmiladi/galaxytools/blob/graphclust-gspan/tools/GraphClust/Structure_GSPAN commit 4379e712f76f2bb12ee2cc270dd8a0e806df2cd6
rnateam
parents:
diff changeset
35 </inputs>
e47ad1f7411a planemo upload for repository https://github.com/mmiladi/galaxytools/blob/graphclust-gspan/tools/GraphClust/Structure_GSPAN commit 4379e712f76f2bb12ee2cc270dd8a0e806df2cd6
rnateam
parents:
diff changeset
36 <outputs>
e47ad1f7411a planemo upload for repository https://github.com/mmiladi/galaxytools/blob/graphclust-gspan/tools/GraphClust/Structure_GSPAN commit 4379e712f76f2bb12ee2cc270dd8a0e806df2cd6
rnateam
parents:
diff changeset
37 <collection name="gspan_compressed" type="list" label="GSPAN Groups" >
e47ad1f7411a planemo upload for repository https://github.com/mmiladi/galaxytools/blob/graphclust-gspan/tools/GraphClust/Structure_GSPAN commit 4379e712f76f2bb12ee2cc270dd8a0e806df2cd6
rnateam
parents:
diff changeset
38 <discover_datasets pattern="(?P&lt;name&gt;.*)\.bz2$" directory="GSPAN_Outputs" />
e47ad1f7411a planemo upload for repository https://github.com/mmiladi/galaxytools/blob/graphclust-gspan/tools/GraphClust/Structure_GSPAN commit 4379e712f76f2bb12ee2cc270dd8a0e806df2cd6
rnateam
parents:
diff changeset
39 </collection>
e47ad1f7411a planemo upload for repository https://github.com/mmiladi/galaxytools/blob/graphclust-gspan/tools/GraphClust/Structure_GSPAN commit 4379e712f76f2bb12ee2cc270dd8a0e806df2cd6
rnateam
parents:
diff changeset
40 </outputs>
e47ad1f7411a planemo upload for repository https://github.com/mmiladi/galaxytools/blob/graphclust-gspan/tools/GraphClust/Structure_GSPAN commit 4379e712f76f2bb12ee2cc270dd8a0e806df2cd6
rnateam
parents:
diff changeset
41 <tests>
e47ad1f7411a planemo upload for repository https://github.com/mmiladi/galaxytools/blob/graphclust-gspan/tools/GraphClust/Structure_GSPAN commit 4379e712f76f2bb12ee2cc270dd8a0e806df2cd6
rnateam
parents:
diff changeset
42 <test>
e47ad1f7411a planemo upload for repository https://github.com/mmiladi/galaxytools/blob/graphclust-gspan/tools/GraphClust/Structure_GSPAN commit 4379e712f76f2bb12ee2cc270dd8a0e806df2cd6
rnateam
parents:
diff changeset
43 <param name="dataFile" value="sample_3.struct"/>
e47ad1f7411a planemo upload for repository https://github.com/mmiladi/galaxytools/blob/graphclust-gspan/tools/GraphClust/Structure_GSPAN commit 4379e712f76f2bb12ee2cc270dd8a0e806df2cd6
rnateam
parents:
diff changeset
44 <param name="i_stacks" value="True" />
e47ad1f7411a planemo upload for repository https://github.com/mmiladi/galaxytools/blob/graphclust-gspan/tools/GraphClust/Structure_GSPAN commit 4379e712f76f2bb12ee2cc270dd8a0e806df2cd6
rnateam
parents:
diff changeset
45 <param name="i_abstr" value="False" />
e47ad1f7411a planemo upload for repository https://github.com/mmiladi/galaxytools/blob/graphclust-gspan/tools/GraphClust/Structure_GSPAN commit 4379e712f76f2bb12ee2cc270dd8a0e806df2cd6
rnateam
parents:
diff changeset
46 <param name="seq_graph_t" value="True" />
e47ad1f7411a planemo upload for repository https://github.com/mmiladi/galaxytools/blob/graphclust-gspan/tools/GraphClust/Structure_GSPAN commit 4379e712f76f2bb12ee2cc270dd8a0e806df2cd6
rnateam
parents:
diff changeset
47 <param name="group" value="10000" />
e47ad1f7411a planemo upload for repository https://github.com/mmiladi/galaxytools/blob/graphclust-gspan/tools/GraphClust/Structure_GSPAN commit 4379e712f76f2bb12ee2cc270dd8a0e806df2cd6
rnateam
parents:
diff changeset
48 <output_collection name="gspan_compressed" type="list">
e47ad1f7411a planemo upload for repository https://github.com/mmiladi/galaxytools/blob/graphclust-gspan/tools/GraphClust/Structure_GSPAN commit 4379e712f76f2bb12ee2cc270dd8a0e806df2cd6
rnateam
parents:
diff changeset
49 <element name="1.group.gspan" file="GSPAN_Outputs/sample_3.1.group.gspan.bz2"/>
e47ad1f7411a planemo upload for repository https://github.com/mmiladi/galaxytools/blob/graphclust-gspan/tools/GraphClust/Structure_GSPAN commit 4379e712f76f2bb12ee2cc270dd8a0e806df2cd6
rnateam
parents:
diff changeset
50 </output_collection>
e47ad1f7411a planemo upload for repository https://github.com/mmiladi/galaxytools/blob/graphclust-gspan/tools/GraphClust/Structure_GSPAN commit 4379e712f76f2bb12ee2cc270dd8a0e806df2cd6
rnateam
parents:
diff changeset
51 </test>
e47ad1f7411a planemo upload for repository https://github.com/mmiladi/galaxytools/blob/graphclust-gspan/tools/GraphClust/Structure_GSPAN commit 4379e712f76f2bb12ee2cc270dd8a0e806df2cd6
rnateam
parents:
diff changeset
52 </tests>
e47ad1f7411a planemo upload for repository https://github.com/mmiladi/galaxytools/blob/graphclust-gspan/tools/GraphClust/Structure_GSPAN commit 4379e712f76f2bb12ee2cc270dd8a0e806df2cd6
rnateam
parents:
diff changeset
53 <help>
e47ad1f7411a planemo upload for repository https://github.com/mmiladi/galaxytools/blob/graphclust-gspan/tools/GraphClust/Structure_GSPAN commit 4379e712f76f2bb12ee2cc270dd8a0e806df2cd6
rnateam
parents:
diff changeset
54 <![CDATA[
e47ad1f7411a planemo upload for repository https://github.com/mmiladi/galaxytools/blob/graphclust-gspan/tools/GraphClust/Structure_GSPAN commit 4379e712f76f2bb12ee2cc270dd8a0e806df2cd6
rnateam
parents:
diff changeset
55
e47ad1f7411a planemo upload for repository https://github.com/mmiladi/galaxytools/blob/graphclust-gspan/tools/GraphClust/Structure_GSPAN commit 4379e712f76f2bb12ee2cc270dd8a0e806df2cd6
rnateam
parents:
diff changeset
56 **What it does**
e47ad1f7411a planemo upload for repository https://github.com/mmiladi/galaxytools/blob/graphclust-gspan/tools/GraphClust/Structure_GSPAN commit 4379e712f76f2bb12ee2cc270dd8a0e806df2cd6
rnateam
parents:
diff changeset
57 For each pair of sequence and structure provided in the input file
e47ad1f7411a planemo upload for repository https://github.com/mmiladi/galaxytools/blob/graphclust-gspan/tools/GraphClust/Structure_GSPAN commit 4379e712f76f2bb12ee2cc270dd8a0e806df2cd6
rnateam
parents:
diff changeset
58 and convert them into GSPAN format graphs.
e47ad1f7411a planemo upload for repository https://github.com/mmiladi/galaxytools/blob/graphclust-gspan/tools/GraphClust/Structure_GSPAN commit 4379e712f76f2bb12ee2cc270dd8a0e806df2cd6
rnateam
parents:
diff changeset
59
e47ad1f7411a planemo upload for repository https://github.com/mmiladi/galaxytools/blob/graphclust-gspan/tools/GraphClust/Structure_GSPAN commit 4379e712f76f2bb12ee2cc270dd8a0e806df2cd6
rnateam
parents:
diff changeset
60
e47ad1f7411a planemo upload for repository https://github.com/mmiladi/galaxytools/blob/graphclust-gspan/tools/GraphClust/Structure_GSPAN commit 4379e712f76f2bb12ee2cc270dd8a0e806df2cd6
rnateam
parents:
diff changeset
61 **Parameters**
e47ad1f7411a planemo upload for repository https://github.com/mmiladi/galaxytools/blob/graphclust-gspan/tools/GraphClust/Structure_GSPAN commit 4379e712f76f2bb12ee2cc270dd8a0e806df2cd6
rnateam
parents:
diff changeset
62
e47ad1f7411a planemo upload for repository https://github.com/mmiladi/galaxytools/blob/graphclust-gspan/tools/GraphClust/Structure_GSPAN commit 4379e712f76f2bb12ee2cc270dd8a0e806df2cd6
rnateam
parents:
diff changeset
63 + **input** : The sequence and structure data, the output of structure prediction tool.
e47ad1f7411a planemo upload for repository https://github.com/mmiladi/galaxytools/blob/graphclust-gspan/tools/GraphClust/Structure_GSPAN commit 4379e712f76f2bb12ee2cc270dd8a0e806df2cd6
rnateam
parents:
diff changeset
64
1
133fc317a812 planemo upload for repository https://github.com/mmiladi/galaxytools/blob/graphclust-gspan/tools/GraphClust/Structure_GSPAN commit 746497a64b955f6b9afc1944d1c1d8d877e53267
rnateam
parents: 0
diff changeset
65 + **input-format** : Sequence Structure format of the input. Allowed format: "vrna-simple" "vrna-mea"
133fc317a812 planemo upload for repository https://github.com/mmiladi/galaxytools/blob/graphclust-gspan/tools/GraphClust/Structure_GSPAN commit 746497a64b955f6b9afc1944d1c1d8d877e53267
rnateam
parents: 0
diff changeset
66 example of input-file for vrna-simple format:
0
e47ad1f7411a planemo upload for repository https://github.com/mmiladi/galaxytools/blob/graphclust-gspan/tools/GraphClust/Structure_GSPAN commit 4379e712f76f2bb12ee2cc270dd8a0e806df2cd6
rnateam
parents:
diff changeset
67 >seq1
e47ad1f7411a planemo upload for repository https://github.com/mmiladi/galaxytools/blob/graphclust-gspan/tools/GraphClust/Structure_GSPAN commit 4379e712f76f2bb12ee2cc270dd8a0e806df2cd6
rnateam
parents:
diff changeset
68 CCGGGCGUGCUG
e47ad1f7411a planemo upload for repository https://github.com/mmiladi/galaxytools/blob/graphclust-gspan/tools/GraphClust/Structure_GSPAN commit 4379e712f76f2bb12ee2cc270dd8a0e806df2cd6
rnateam
parents:
diff changeset
69 .(((.....))) ( -0.30)
e47ad1f7411a planemo upload for repository https://github.com/mmiladi/galaxytools/blob/graphclust-gspan/tools/GraphClust/Structure_GSPAN commit 4379e712f76f2bb12ee2cc270dd8a0e806df2cd6
rnateam
parents:
diff changeset
70 >seq2
e47ad1f7411a planemo upload for repository https://github.com/mmiladi/galaxytools/blob/graphclust-gspan/tools/GraphClust/Structure_GSPAN commit 4379e712f76f2bb12ee2cc270dd8a0e806df2cd6
rnateam
parents:
diff changeset
71 GCGGUUGCCG
e47ad1f7411a planemo upload for repository https://github.com/mmiladi/galaxytools/blob/graphclust-gspan/tools/GraphClust/Structure_GSPAN commit 4379e712f76f2bb12ee2cc270dd8a0e806df2cd6
rnateam
parents:
diff changeset
72 .(((...))) ( -0.50)
e47ad1f7411a planemo upload for repository https://github.com/mmiladi/galaxytools/blob/graphclust-gspan/tools/GraphClust/Structure_GSPAN commit 4379e712f76f2bb12ee2cc270dd8a0e806df2cd6
rnateam
parents:
diff changeset
73
1
133fc317a812 planemo upload for repository https://github.com/mmiladi/galaxytools/blob/graphclust-gspan/tools/GraphClust/Structure_GSPAN commit 746497a64b955f6b9afc1944d1c1d8d877e53267
rnateam
parents: 0
diff changeset
74 example of input-file for vrna-simple format:
133fc317a812 planemo upload for repository https://github.com/mmiladi/galaxytools/blob/graphclust-gspan/tools/GraphClust/Structure_GSPAN commit 746497a64b955f6b9afc1944d1c1d8d877e53267
rnateam
parents: 0
diff changeset
75 >seq1
133fc317a812 planemo upload for repository https://github.com/mmiladi/galaxytools/blob/graphclust-gspan/tools/GraphClust/Structure_GSPAN commit 746497a64b955f6b9afc1944d1c1d8d877e53267
rnateam
parents: 0
diff changeset
76 CCGGGCGUGCUG
133fc317a812 planemo upload for repository https://github.com/mmiladi/galaxytools/blob/graphclust-gspan/tools/GraphClust/Structure_GSPAN commit 746497a64b955f6b9afc1944d1c1d8d877e53267
rnateam
parents: 0
diff changeset
77 .(((.....))) ( -0.30)
133fc317a812 planemo upload for repository https://github.com/mmiladi/galaxytools/blob/graphclust-gspan/tools/GraphClust/Structure_GSPAN commit 746497a64b955f6b9afc1944d1c1d8d877e53267
rnateam
parents: 0
diff changeset
78 .{{{.....}}} [ -0.67]
133fc317a812 planemo upload for repository https://github.com/mmiladi/galaxytools/blob/graphclust-gspan/tools/GraphClust/Structure_GSPAN commit 746497a64b955f6b9afc1944d1c1d8d877e53267
rnateam
parents: 0
diff changeset
79 .(((.....))) { -0.30 d=1.29}
133fc317a812 planemo upload for repository https://github.com/mmiladi/galaxytools/blob/graphclust-gspan/tools/GraphClust/Structure_GSPAN commit 746497a64b955f6b9afc1944d1c1d8d877e53267
rnateam
parents: 0
diff changeset
80 .(((.....))) { -0.30 MEA=9.52}
133fc317a812 planemo upload for repository https://github.com/mmiladi/galaxytools/blob/graphclust-gspan/tools/GraphClust/Structure_GSPAN commit 746497a64b955f6b9afc1944d1c1d8d877e53267
rnateam
parents: 0
diff changeset
81 frequency of mfe structure in ensemble 0.550454; ensemble diversity 1.58
133fc317a812 planemo upload for repository https://github.com/mmiladi/galaxytools/blob/graphclust-gspan/tools/GraphClust/Structure_GSPAN commit 746497a64b955f6b9afc1944d1c1d8d877e53267
rnateam
parents: 0
diff changeset
82 >seq2
133fc317a812 planemo upload for repository https://github.com/mmiladi/galaxytools/blob/graphclust-gspan/tools/GraphClust/Structure_GSPAN commit 746497a64b955f6b9afc1944d1c1d8d877e53267
rnateam
parents: 0
diff changeset
83 GCGGUUGCCG
133fc317a812 planemo upload for repository https://github.com/mmiladi/galaxytools/blob/graphclust-gspan/tools/GraphClust/Structure_GSPAN commit 746497a64b955f6b9afc1944d1c1d8d877e53267
rnateam
parents: 0
diff changeset
84 .(((...))) ( -0.50)
133fc317a812 planemo upload for repository https://github.com/mmiladi/galaxytools/blob/graphclust-gspan/tools/GraphClust/Structure_GSPAN commit 746497a64b955f6b9afc1944d1c1d8d877e53267
rnateam
parents: 0
diff changeset
85 .({{...)}, [ -0.99]
133fc317a812 planemo upload for repository https://github.com/mmiladi/galaxytools/blob/graphclust-gspan/tools/GraphClust/Structure_GSPAN commit 746497a64b955f6b9afc1944d1c1d8d877e53267
rnateam
parents: 0
diff changeset
86 ..((...)). { 0.60 d=1.89}
133fc317a812 planemo upload for repository https://github.com/mmiladi/galaxytools/blob/graphclust-gspan/tools/GraphClust/Structure_GSPAN commit 746497a64b955f6b9afc1944d1c1d8d877e53267
rnateam
parents: 0
diff changeset
87 .(((...))) { -0.50 MEA=6.60}
133fc317a812 planemo upload for repository https://github.com/mmiladi/galaxytools/blob/graphclust-gspan/tools/GraphClust/Structure_GSPAN commit 746497a64b955f6b9afc1944d1c1d8d877e53267
rnateam
parents: 0
diff changeset
88 frequency of mfe structure in ensemble 0.452041; ensemble diversity 2.26
133fc317a812 planemo upload for repository https://github.com/mmiladi/galaxytools/blob/graphclust-gspan/tools/GraphClust/Structure_GSPAN commit 746497a64b955f6b9afc1944d1c1d8d877e53267
rnateam
parents: 0
diff changeset
89
0
e47ad1f7411a planemo upload for repository https://github.com/mmiladi/galaxytools/blob/graphclust-gspan/tools/GraphClust/Structure_GSPAN commit 4379e712f76f2bb12ee2cc270dd8a0e806df2cd6
rnateam
parents:
diff changeset
90
e47ad1f7411a planemo upload for repository https://github.com/mmiladi/galaxytools/blob/graphclust-gspan/tools/GraphClust/Structure_GSPAN commit 4379e712f76f2bb12ee2cc270dd8a0e806df2cd6
rnateam
parents:
diff changeset
91 + **stack** : This adds an additional vertex (type P) for each pair of stacked base-pairs and four edges
e47ad1f7411a planemo upload for repository https://github.com/mmiladi/galaxytools/blob/graphclust-gspan/tools/GraphClust/Structure_GSPAN commit 4379e712f76f2bb12ee2cc270dd8a0e806df2cd6
rnateam
parents:
diff changeset
92 (type p) from each of the involved bases to the new vertex.
e47ad1f7411a planemo upload for repository https://github.com/mmiladi/galaxytools/blob/graphclust-gspan/tools/GraphClust/Structure_GSPAN commit 4379e712f76f2bb12ee2cc270dd8a0e806df2cd6
rnateam
parents:
diff changeset
93
e47ad1f7411a planemo upload for repository https://github.com/mmiladi/galaxytools/blob/graphclust-gspan/tools/GraphClust/Structure_GSPAN commit 4379e712f76f2bb12ee2cc270dd8a0e806df2cd6
rnateam
parents:
diff changeset
94 + **abstr** : Add abstract structure graphs to the single shrep graph instances.
e47ad1f7411a planemo upload for repository https://github.com/mmiladi/galaxytools/blob/graphclust-gspan/tools/GraphClust/Structure_GSPAN commit 4379e712f76f2bb12ee2cc270dd8a0e806df2cd6
rnateam
parents:
diff changeset
95
e47ad1f7411a planemo upload for repository https://github.com/mmiladi/galaxytools/blob/graphclust-gspan/tools/GraphClust/Structure_GSPAN commit 4379e712f76f2bb12ee2cc270dd8a0e806df2cd6
rnateam
parents:
diff changeset
96 + **seq-graph-t** : Add for each 't #' a graph which contains no structure
e47ad1f7411a planemo upload for repository https://github.com/mmiladi/galaxytools/blob/graphclust-gspan/tools/GraphClust/Structure_GSPAN commit 4379e712f76f2bb12ee2cc270dd8a0e806df2cd6
rnateam
parents:
diff changeset
97
e47ad1f7411a planemo upload for repository https://github.com/mmiladi/galaxytools/blob/graphclust-gspan/tools/GraphClust/Structure_GSPAN commit 4379e712f76f2bb12ee2cc270dd8a0e806df2cd6
rnateam
parents:
diff changeset
98 + **group** : Combine/group that number of input seqs into 1 gspan file output name is then '<INT>.group.gspan.bz2'
e47ad1f7411a planemo upload for repository https://github.com/mmiladi/galaxytools/blob/graphclust-gspan/tools/GraphClust/Structure_GSPAN commit 4379e712f76f2bb12ee2cc270dd8a0e806df2cd6
rnateam
parents:
diff changeset
99
e47ad1f7411a planemo upload for repository https://github.com/mmiladi/galaxytools/blob/graphclust-gspan/tools/GraphClust/Structure_GSPAN commit 4379e712f76f2bb12ee2cc270dd8a0e806df2cd6
rnateam
parents:
diff changeset
100 ]]>
e47ad1f7411a planemo upload for repository https://github.com/mmiladi/galaxytools/blob/graphclust-gspan/tools/GraphClust/Structure_GSPAN commit 4379e712f76f2bb12ee2cc270dd8a0e806df2cd6
rnateam
parents:
diff changeset
101 </help>
e47ad1f7411a planemo upload for repository https://github.com/mmiladi/galaxytools/blob/graphclust-gspan/tools/GraphClust/Structure_GSPAN commit 4379e712f76f2bb12ee2cc270dd8a0e806df2cd6
rnateam
parents:
diff changeset
102 <citations>
e47ad1f7411a planemo upload for repository https://github.com/mmiladi/galaxytools/blob/graphclust-gspan/tools/GraphClust/Structure_GSPAN commit 4379e712f76f2bb12ee2cc270dd8a0e806df2cd6
rnateam
parents:
diff changeset
103 <citation type="doi">10.1093/bioinformatics/bts224</citation>
e47ad1f7411a planemo upload for repository https://github.com/mmiladi/galaxytools/blob/graphclust-gspan/tools/GraphClust/Structure_GSPAN commit 4379e712f76f2bb12ee2cc270dd8a0e806df2cd6
rnateam
parents:
diff changeset
104 </citations>
e47ad1f7411a planemo upload for repository https://github.com/mmiladi/galaxytools/blob/graphclust-gspan/tools/GraphClust/Structure_GSPAN commit 4379e712f76f2bb12ee2cc270dd8a0e806df2cd6
rnateam
parents:
diff changeset
105 </tool>