Mercurial > repos > rnateam > structure_to_gspan
annotate structure_to_gspan.xml @ 2:dcc336102d65 draft
planemo upload for repository https://github.com/mmiladi/galaxytools/blob/graphclust-gspan/tools/GraphClust/Structure_GSPAN commit 6767a5ffb02052c844e9d862c79912f998f39d8e
author | rnateam |
---|---|
date | Mon, 20 Nov 2017 04:55:20 -0500 |
parents | 133fc317a812 |
children | d34ab3aa1724 |
rev | line source |
---|---|
2
dcc336102d65
planemo upload for repository https://github.com/mmiladi/galaxytools/blob/graphclust-gspan/tools/GraphClust/Structure_GSPAN commit 6767a5ffb02052c844e9d862c79912f998f39d8e
rnateam
parents:
1
diff
changeset
|
1 <tool id="structure_to_gspan" name="Structure to GSPAN" version="0.3" > |
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> |
2
dcc336102d65
planemo upload for repository https://github.com/mmiladi/galaxytools/blob/graphclust-gspan/tools/GraphClust/Structure_GSPAN commit 6767a5ffb02052c844e9d862c79912f998f39d8e
rnateam
parents:
1
diff
changeset
|
3 <requirement type="package" version="0.5.2">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<name>.*)\.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 |
2
dcc336102d65
planemo upload for repository https://github.com/mmiladi/galaxytools/blob/graphclust-gspan/tools/GraphClust/Structure_GSPAN commit 6767a5ffb02052c844e9d862c79912f998f39d8e
rnateam
parents:
1
diff
changeset
|
56 **What it does** |
dcc336102d65
planemo upload for repository https://github.com/mmiladi/galaxytools/blob/graphclust-gspan/tools/GraphClust/Structure_GSPAN commit 6767a5ffb02052c844e9d862c79912f998f39d8e
rnateam
parents:
1
diff
changeset
|
57 For each pair of sequence and structure provided in the input file |
dcc336102d65
planemo upload for repository https://github.com/mmiladi/galaxytools/blob/graphclust-gspan/tools/GraphClust/Structure_GSPAN commit 6767a5ffb02052c844e9d862c79912f998f39d8e
rnateam
parents:
1
diff
changeset
|
58 and convert them into GSPAN format graphs. |
0
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 |
2
dcc336102d65
planemo upload for repository https://github.com/mmiladi/galaxytools/blob/graphclust-gspan/tools/GraphClust/Structure_GSPAN commit 6767a5ffb02052c844e9d862c79912f998f39d8e
rnateam
parents:
1
diff
changeset
|
61 **Parameters** |
0
e47ad1f7411a
planemo upload for repository https://github.com/mmiladi/galaxytools/blob/graphclust-gspan/tools/GraphClust/Structure_GSPAN commit 4379e712f76f2bb12ee2cc270dd8a0e806df2cd6
rnateam
parents:
diff
changeset
|
62 |
2
dcc336102d65
planemo upload for repository https://github.com/mmiladi/galaxytools/blob/graphclust-gspan/tools/GraphClust/Structure_GSPAN commit 6767a5ffb02052c844e9d862c79912f998f39d8e
rnateam
parents:
1
diff
changeset
|
63 + **input** : The sequence and structure data, the output of structure prediction tool. |
0
e47ad1f7411a
planemo upload for repository https://github.com/mmiladi/galaxytools/blob/graphclust-gspan/tools/GraphClust/Structure_GSPAN commit 4379e712f76f2bb12ee2cc270dd8a0e806df2cd6
rnateam
parents:
diff
changeset
|
64 |
2
dcc336102d65
planemo upload for repository https://github.com/mmiladi/galaxytools/blob/graphclust-gspan/tools/GraphClust/Structure_GSPAN commit 6767a5ffb02052c844e9d862c79912f998f39d8e
rnateam
parents:
1
diff
changeset
|
65 + **input-format** : Sequence Structure format of the input. Allowed format: "vrna-simple" "vrna-mea" |
dcc336102d65
planemo upload for repository https://github.com/mmiladi/galaxytools/blob/graphclust-gspan/tools/GraphClust/Structure_GSPAN commit 6767a5ffb02052c844e9d862c79912f998f39d8e
rnateam
parents:
1
diff
changeset
|
66 |
dcc336102d65
planemo upload for repository https://github.com/mmiladi/galaxytools/blob/graphclust-gspan/tools/GraphClust/Structure_GSPAN commit 6767a5ffb02052c844e9d862c79912f998f39d8e
rnateam
parents:
1
diff
changeset
|
67 example of input-file for vrna-simple format: |
dcc336102d65
planemo upload for repository https://github.com/mmiladi/galaxytools/blob/graphclust-gspan/tools/GraphClust/Structure_GSPAN commit 6767a5ffb02052c844e9d862c79912f998f39d8e
rnateam
parents:
1
diff
changeset
|
68 >seq1 |
dcc336102d65
planemo upload for repository https://github.com/mmiladi/galaxytools/blob/graphclust-gspan/tools/GraphClust/Structure_GSPAN commit 6767a5ffb02052c844e9d862c79912f998f39d8e
rnateam
parents:
1
diff
changeset
|
69 CCGGGCGUGCUG |
dcc336102d65
planemo upload for repository https://github.com/mmiladi/galaxytools/blob/graphclust-gspan/tools/GraphClust/Structure_GSPAN commit 6767a5ffb02052c844e9d862c79912f998f39d8e
rnateam
parents:
1
diff
changeset
|
70 .(((.....))) ( -0.30) |
dcc336102d65
planemo upload for repository https://github.com/mmiladi/galaxytools/blob/graphclust-gspan/tools/GraphClust/Structure_GSPAN commit 6767a5ffb02052c844e9d862c79912f998f39d8e
rnateam
parents:
1
diff
changeset
|
71 >seq2 |
dcc336102d65
planemo upload for repository https://github.com/mmiladi/galaxytools/blob/graphclust-gspan/tools/GraphClust/Structure_GSPAN commit 6767a5ffb02052c844e9d862c79912f998f39d8e
rnateam
parents:
1
diff
changeset
|
72 GCGGUUGCCG |
dcc336102d65
planemo upload for repository https://github.com/mmiladi/galaxytools/blob/graphclust-gspan/tools/GraphClust/Structure_GSPAN commit 6767a5ffb02052c844e9d862c79912f998f39d8e
rnateam
parents:
1
diff
changeset
|
73 .(((...))) ( -0.50) |
0
e47ad1f7411a
planemo upload for repository https://github.com/mmiladi/galaxytools/blob/graphclust-gspan/tools/GraphClust/Structure_GSPAN commit 4379e712f76f2bb12ee2cc270dd8a0e806df2cd6
rnateam
parents:
diff
changeset
|
74 |
2
dcc336102d65
planemo upload for repository https://github.com/mmiladi/galaxytools/blob/graphclust-gspan/tools/GraphClust/Structure_GSPAN commit 6767a5ffb02052c844e9d862c79912f998f39d8e
rnateam
parents:
1
diff
changeset
|
75 example of input-file for vrna-simple format: |
dcc336102d65
planemo upload for repository https://github.com/mmiladi/galaxytools/blob/graphclust-gspan/tools/GraphClust/Structure_GSPAN commit 6767a5ffb02052c844e9d862c79912f998f39d8e
rnateam
parents:
1
diff
changeset
|
76 >seq1 |
dcc336102d65
planemo upload for repository https://github.com/mmiladi/galaxytools/blob/graphclust-gspan/tools/GraphClust/Structure_GSPAN commit 6767a5ffb02052c844e9d862c79912f998f39d8e
rnateam
parents:
1
diff
changeset
|
77 CCGGGCGUGCUG |
dcc336102d65
planemo upload for repository https://github.com/mmiladi/galaxytools/blob/graphclust-gspan/tools/GraphClust/Structure_GSPAN commit 6767a5ffb02052c844e9d862c79912f998f39d8e
rnateam
parents:
1
diff
changeset
|
78 .(((.....))) ( -0.30) |
dcc336102d65
planemo upload for repository https://github.com/mmiladi/galaxytools/blob/graphclust-gspan/tools/GraphClust/Structure_GSPAN commit 6767a5ffb02052c844e9d862c79912f998f39d8e
rnateam
parents:
1
diff
changeset
|
79 .{{{.....}}} [ -0.67] |
dcc336102d65
planemo upload for repository https://github.com/mmiladi/galaxytools/blob/graphclust-gspan/tools/GraphClust/Structure_GSPAN commit 6767a5ffb02052c844e9d862c79912f998f39d8e
rnateam
parents:
1
diff
changeset
|
80 .(((.....))) { -0.30 d=1.29} |
dcc336102d65
planemo upload for repository https://github.com/mmiladi/galaxytools/blob/graphclust-gspan/tools/GraphClust/Structure_GSPAN commit 6767a5ffb02052c844e9d862c79912f998f39d8e
rnateam
parents:
1
diff
changeset
|
81 .(((.....))) { -0.30 MEA=9.52} |
dcc336102d65
planemo upload for repository https://github.com/mmiladi/galaxytools/blob/graphclust-gspan/tools/GraphClust/Structure_GSPAN commit 6767a5ffb02052c844e9d862c79912f998f39d8e
rnateam
parents:
1
diff
changeset
|
82 frequency of mfe structure in ensemble 0.550454; ensemble diversity 1.58 |
dcc336102d65
planemo upload for repository https://github.com/mmiladi/galaxytools/blob/graphclust-gspan/tools/GraphClust/Structure_GSPAN commit 6767a5ffb02052c844e9d862c79912f998f39d8e
rnateam
parents:
1
diff
changeset
|
83 >seq2 |
dcc336102d65
planemo upload for repository https://github.com/mmiladi/galaxytools/blob/graphclust-gspan/tools/GraphClust/Structure_GSPAN commit 6767a5ffb02052c844e9d862c79912f998f39d8e
rnateam
parents:
1
diff
changeset
|
84 GCGGUUGCCG |
dcc336102d65
planemo upload for repository https://github.com/mmiladi/galaxytools/blob/graphclust-gspan/tools/GraphClust/Structure_GSPAN commit 6767a5ffb02052c844e9d862c79912f998f39d8e
rnateam
parents:
1
diff
changeset
|
85 .(((...))) ( -0.50) |
dcc336102d65
planemo upload for repository https://github.com/mmiladi/galaxytools/blob/graphclust-gspan/tools/GraphClust/Structure_GSPAN commit 6767a5ffb02052c844e9d862c79912f998f39d8e
rnateam
parents:
1
diff
changeset
|
86 .({{...)}, [ -0.99] |
dcc336102d65
planemo upload for repository https://github.com/mmiladi/galaxytools/blob/graphclust-gspan/tools/GraphClust/Structure_GSPAN commit 6767a5ffb02052c844e9d862c79912f998f39d8e
rnateam
parents:
1
diff
changeset
|
87 ..((...)). { 0.60 d=1.89} |
dcc336102d65
planemo upload for repository https://github.com/mmiladi/galaxytools/blob/graphclust-gspan/tools/GraphClust/Structure_GSPAN commit 6767a5ffb02052c844e9d862c79912f998f39d8e
rnateam
parents:
1
diff
changeset
|
88 .(((...))) { -0.50 MEA=6.60} |
dcc336102d65
planemo upload for repository https://github.com/mmiladi/galaxytools/blob/graphclust-gspan/tools/GraphClust/Structure_GSPAN commit 6767a5ffb02052c844e9d862c79912f998f39d8e
rnateam
parents:
1
diff
changeset
|
89 frequency of mfe structure in ensemble 0.452041; ensemble diversity 2.26 |
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
|
90 |
2
dcc336102d65
planemo upload for repository https://github.com/mmiladi/galaxytools/blob/graphclust-gspan/tools/GraphClust/Structure_GSPAN commit 6767a5ffb02052c844e9d862c79912f998f39d8e
rnateam
parents:
1
diff
changeset
|
91 |
dcc336102d65
planemo upload for repository https://github.com/mmiladi/galaxytools/blob/graphclust-gspan/tools/GraphClust/Structure_GSPAN commit 6767a5ffb02052c844e9d862c79912f998f39d8e
rnateam
parents:
1
diff
changeset
|
92 + **stack** : This adds an additional vertex (type P) for each pair of stacked base-pairs and four edges |
dcc336102d65
planemo upload for repository https://github.com/mmiladi/galaxytools/blob/graphclust-gspan/tools/GraphClust/Structure_GSPAN commit 6767a5ffb02052c844e9d862c79912f998f39d8e
rnateam
parents:
1
diff
changeset
|
93 (type p) from each of the involved bases to the new vertex. |
0
e47ad1f7411a
planemo upload for repository https://github.com/mmiladi/galaxytools/blob/graphclust-gspan/tools/GraphClust/Structure_GSPAN commit 4379e712f76f2bb12ee2cc270dd8a0e806df2cd6
rnateam
parents:
diff
changeset
|
94 |
2
dcc336102d65
planemo upload for repository https://github.com/mmiladi/galaxytools/blob/graphclust-gspan/tools/GraphClust/Structure_GSPAN commit 6767a5ffb02052c844e9d862c79912f998f39d8e
rnateam
parents:
1
diff
changeset
|
95 + **abstr** : Add abstract structure graphs to the single shrep graph instances. |
0
e47ad1f7411a
planemo upload for repository https://github.com/mmiladi/galaxytools/blob/graphclust-gspan/tools/GraphClust/Structure_GSPAN commit 4379e712f76f2bb12ee2cc270dd8a0e806df2cd6
rnateam
parents:
diff
changeset
|
96 |
2
dcc336102d65
planemo upload for repository https://github.com/mmiladi/galaxytools/blob/graphclust-gspan/tools/GraphClust/Structure_GSPAN commit 6767a5ffb02052c844e9d862c79912f998f39d8e
rnateam
parents:
1
diff
changeset
|
97 + **seq-graph-t** : Add for each 't #' a graph which contains no structure |
0
e47ad1f7411a
planemo upload for repository https://github.com/mmiladi/galaxytools/blob/graphclust-gspan/tools/GraphClust/Structure_GSPAN commit 4379e712f76f2bb12ee2cc270dd8a0e806df2cd6
rnateam
parents:
diff
changeset
|
98 |
2
dcc336102d65
planemo upload for repository https://github.com/mmiladi/galaxytools/blob/graphclust-gspan/tools/GraphClust/Structure_GSPAN commit 6767a5ffb02052c844e9d862c79912f998f39d8e
rnateam
parents:
1
diff
changeset
|
99 + **group** : Combine/group that number of input seqs into 1 gspan file output name is then '<INT>.group.gspan.bz2' |
0
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 ]]> |
e47ad1f7411a
planemo upload for repository https://github.com/mmiladi/galaxytools/blob/graphclust-gspan/tools/GraphClust/Structure_GSPAN commit 4379e712f76f2bb12ee2cc270dd8a0e806df2cd6
rnateam
parents:
diff
changeset
|
102 </help> |
e47ad1f7411a
planemo upload for repository https://github.com/mmiladi/galaxytools/blob/graphclust-gspan/tools/GraphClust/Structure_GSPAN commit 4379e712f76f2bb12ee2cc270dd8a0e806df2cd6
rnateam
parents:
diff
changeset
|
103 <citations> |
e47ad1f7411a
planemo upload for repository https://github.com/mmiladi/galaxytools/blob/graphclust-gspan/tools/GraphClust/Structure_GSPAN commit 4379e712f76f2bb12ee2cc270dd8a0e806df2cd6
rnateam
parents:
diff
changeset
|
104 <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
|
105 </citations> |
e47ad1f7411a
planemo upload for repository https://github.com/mmiladi/galaxytools/blob/graphclust-gspan/tools/GraphClust/Structure_GSPAN commit 4379e712f76f2bb12ee2cc270dd8a0e806df2cd6
rnateam
parents:
diff
changeset
|
106 </tool> |