Mercurial > repos > rnateam > graphclust_fasta_to_gspan
annotate fasta2shrep_gspan.xml @ 4:aae41396646e draft
planemo upload for repository https://github.com/eteriSokhoyan/galaxytools/tree/branchForIterations/tools/GraphClust/GSPAN commit f971832d2b34a182314e5201ea6895dd207c5923
author | rnateam |
---|---|
date | Mon, 13 Mar 2017 18:02:20 -0400 |
parents | 6942ec989fed |
children | 8641b7be8757 |
rev | line source |
---|---|
0
b6e6830ff06b
planemo upload for repository https://github.com/eteriSokhoyan/galaxytools/tree/branchForIterations/tools/GraphClust/GSPAN commit 21aaee40723b5341b4236edeb0e72995c2054053
rnateam
parents:
diff
changeset
|
1 <tool id="gspan" name="fasta_to_gspan" version="0.1"> |
4
aae41396646e
planemo upload for repository https://github.com/eteriSokhoyan/galaxytools/tree/branchForIterations/tools/GraphClust/GSPAN commit f971832d2b34a182314e5201ea6895dd207c5923
rnateam
parents:
3
diff
changeset
|
2 <requirements> |
aae41396646e
planemo upload for repository https://github.com/eteriSokhoyan/galaxytools/tree/branchForIterations/tools/GraphClust/GSPAN commit f971832d2b34a182314e5201ea6895dd207c5923
rnateam
parents:
3
diff
changeset
|
3 <requirement type="package" version="0.1.10">graphclust-wrappers</requirement> |
aae41396646e
planemo upload for repository https://github.com/eteriSokhoyan/galaxytools/tree/branchForIterations/tools/GraphClust/GSPAN commit f971832d2b34a182314e5201ea6895dd207c5923
rnateam
parents:
3
diff
changeset
|
4 <requirement type="package" version="2.1.6">rnashapes</requirement> |
aae41396646e
planemo upload for repository https://github.com/eteriSokhoyan/galaxytools/tree/branchForIterations/tools/GraphClust/GSPAN commit f971832d2b34a182314e5201ea6895dd207c5923
rnateam
parents:
3
diff
changeset
|
5 </requirements> |
aae41396646e
planemo upload for repository https://github.com/eteriSokhoyan/galaxytools/tree/branchForIterations/tools/GraphClust/GSPAN commit f971832d2b34a182314e5201ea6895dd207c5923
rnateam
parents:
3
diff
changeset
|
6 <stdio> |
aae41396646e
planemo upload for repository https://github.com/eteriSokhoyan/galaxytools/tree/branchForIterations/tools/GraphClust/GSPAN commit f971832d2b34a182314e5201ea6895dd207c5923
rnateam
parents:
3
diff
changeset
|
7 <exit_code range="1:" /> |
aae41396646e
planemo upload for repository https://github.com/eteriSokhoyan/galaxytools/tree/branchForIterations/tools/GraphClust/GSPAN commit f971832d2b34a182314e5201ea6895dd207c5923
rnateam
parents:
3
diff
changeset
|
8 </stdio> |
aae41396646e
planemo upload for repository https://github.com/eteriSokhoyan/galaxytools/tree/branchForIterations/tools/GraphClust/GSPAN commit f971832d2b34a182314e5201ea6895dd207c5923
rnateam
parents:
3
diff
changeset
|
9 <command> |
aae41396646e
planemo upload for repository https://github.com/eteriSokhoyan/galaxytools/tree/branchForIterations/tools/GraphClust/GSPAN commit f971832d2b34a182314e5201ea6895dd207c5923
rnateam
parents:
3
diff
changeset
|
10 <![CDATA[ |
aae41396646e
planemo upload for repository https://github.com/eteriSokhoyan/galaxytools/tree/branchForIterations/tools/GraphClust/GSPAN commit f971832d2b34a182314e5201ea6895dd207c5923
rnateam
parents:
3
diff
changeset
|
11 fasta2shrep_gspan.pl |
aae41396646e
planemo upload for repository https://github.com/eteriSokhoyan/galaxytools/tree/branchForIterations/tools/GraphClust/GSPAN commit f971832d2b34a182314e5201ea6895dd207c5923
rnateam
parents:
3
diff
changeset
|
12 --fasta '$dataFasta' |
aae41396646e
planemo upload for repository https://github.com/eteriSokhoyan/galaxytools/tree/branchForIterations/tools/GraphClust/GSPAN commit f971832d2b34a182314e5201ea6895dd207c5923
rnateam
parents:
3
diff
changeset
|
13 $i_crop_unpaired_ends |
aae41396646e
planemo upload for repository https://github.com/eteriSokhoyan/galaxytools/tree/branchForIterations/tools/GraphClust/GSPAN commit f971832d2b34a182314e5201ea6895dd207c5923
rnateam
parents:
3
diff
changeset
|
14 $i_abstr |
aae41396646e
planemo upload for repository https://github.com/eteriSokhoyan/galaxytools/tree/branchForIterations/tools/GraphClust/GSPAN commit f971832d2b34a182314e5201ea6895dd207c5923
rnateam
parents:
3
diff
changeset
|
15 $i_stacks |
aae41396646e
planemo upload for repository https://github.com/eteriSokhoyan/galaxytools/tree/branchForIterations/tools/GraphClust/GSPAN commit f971832d2b34a182314e5201ea6895dd207c5923
rnateam
parents:
3
diff
changeset
|
16 -t '3=0,5=80' |
aae41396646e
planemo upload for repository https://github.com/eteriSokhoyan/galaxytools/tree/branchForIterations/tools/GraphClust/GSPAN commit f971832d2b34a182314e5201ea6895dd207c5923
rnateam
parents:
3
diff
changeset
|
17 -M $M |
aae41396646e
planemo upload for repository https://github.com/eteriSokhoyan/galaxytools/tree/branchForIterations/tools/GraphClust/GSPAN commit f971832d2b34a182314e5201ea6895dd207c5923
rnateam
parents:
3
diff
changeset
|
18 -c $rel_energy_range |
aae41396646e
planemo upload for repository https://github.com/eteriSokhoyan/galaxytools/tree/branchForIterations/tools/GraphClust/GSPAN commit f971832d2b34a182314e5201ea6895dd207c5923
rnateam
parents:
3
diff
changeset
|
19 -win $wins |
aae41396646e
planemo upload for repository https://github.com/eteriSokhoyan/galaxytools/tree/branchForIterations/tools/GraphClust/GSPAN commit f971832d2b34a182314e5201ea6895dd207c5923
rnateam
parents:
3
diff
changeset
|
20 -shift $shift |
aae41396646e
planemo upload for repository https://github.com/eteriSokhoyan/galaxytools/tree/branchForIterations/tools/GraphClust/GSPAN commit f971832d2b34a182314e5201ea6895dd207c5923
rnateam
parents:
3
diff
changeset
|
21 $u |
aae41396646e
planemo upload for repository https://github.com/eteriSokhoyan/galaxytools/tree/branchForIterations/tools/GraphClust/GSPAN commit f971832d2b34a182314e5201ea6895dd207c5923
rnateam
parents:
3
diff
changeset
|
22 $seq_graph_t |
aae41396646e
planemo upload for repository https://github.com/eteriSokhoyan/galaxytools/tree/branchForIterations/tools/GraphClust/GSPAN commit f971832d2b34a182314e5201ea6895dd207c5923
rnateam
parents:
3
diff
changeset
|
23 -group $group |
0
b6e6830ff06b
planemo upload for repository https://github.com/eteriSokhoyan/galaxytools/tree/branchForIterations/tools/GraphClust/GSPAN commit 21aaee40723b5341b4236edeb0e72995c2054053
rnateam
parents:
diff
changeset
|
24 |
4
aae41396646e
planemo upload for repository https://github.com/eteriSokhoyan/galaxytools/tree/branchForIterations/tools/GraphClust/GSPAN commit f971832d2b34a182314e5201ea6895dd207c5923
rnateam
parents:
3
diff
changeset
|
25 ]]> |
aae41396646e
planemo upload for repository https://github.com/eteriSokhoyan/galaxytools/tree/branchForIterations/tools/GraphClust/GSPAN commit f971832d2b34a182314e5201ea6895dd207c5923
rnateam
parents:
3
diff
changeset
|
26 </command> |
aae41396646e
planemo upload for repository https://github.com/eteriSokhoyan/galaxytools/tree/branchForIterations/tools/GraphClust/GSPAN commit f971832d2b34a182314e5201ea6895dd207c5923
rnateam
parents:
3
diff
changeset
|
27 <inputs> |
aae41396646e
planemo upload for repository https://github.com/eteriSokhoyan/galaxytools/tree/branchForIterations/tools/GraphClust/GSPAN commit f971832d2b34a182314e5201ea6895dd207c5923
rnateam
parents:
3
diff
changeset
|
28 <param type="data" name="dataFasta" format="fasta" label="Input file in FASTA format" /> |
aae41396646e
planemo upload for repository https://github.com/eteriSokhoyan/galaxytools/tree/branchForIterations/tools/GraphClust/GSPAN commit f971832d2b34a182314e5201ea6895dd207c5923
rnateam
parents:
3
diff
changeset
|
29 <param name="i_stacks" truevalue="-stack" falsevalue="" checked="True" type="boolean" |
aae41396646e
planemo upload for repository https://github.com/eteriSokhoyan/galaxytools/tree/branchForIterations/tools/GraphClust/GSPAN commit f971832d2b34a182314e5201ea6895dd207c5923
rnateam
parents:
3
diff
changeset
|
30 label="Add stacking information to graphs." help="-stack"/> |
aae41396646e
planemo upload for repository https://github.com/eteriSokhoyan/galaxytools/tree/branchForIterations/tools/GraphClust/GSPAN commit f971832d2b34a182314e5201ea6895dd207c5923
rnateam
parents:
3
diff
changeset
|
31 <param name="i_abstr" truevalue="-abstr" falsevalue="" type="boolean" |
aae41396646e
planemo upload for repository https://github.com/eteriSokhoyan/galaxytools/tree/branchForIterations/tools/GraphClust/GSPAN commit f971832d2b34a182314e5201ea6895dd207c5923
rnateam
parents:
3
diff
changeset
|
32 label="Add abstract structure graphs to the single shrep graph instances." help="-abstr"/> |
aae41396646e
planemo upload for repository https://github.com/eteriSokhoyan/galaxytools/tree/branchForIterations/tools/GraphClust/GSPAN commit f971832d2b34a182314e5201ea6895dd207c5923
rnateam
parents:
3
diff
changeset
|
33 <param name="i_crop_unpaired_ends" truevalue="-cue" falsevalue="" type="boolean" |
aae41396646e
planemo upload for repository https://github.com/eteriSokhoyan/galaxytools/tree/branchForIterations/tools/GraphClust/GSPAN commit f971832d2b34a182314e5201ea6895dd207c5923
rnateam
parents:
3
diff
changeset
|
34 label="Add abstract structure graphs to the single shrep graph instances." help="-cue"/> |
aae41396646e
planemo upload for repository https://github.com/eteriSokhoyan/galaxytools/tree/branchForIterations/tools/GraphClust/GSPAN commit f971832d2b34a182314e5201ea6895dd207c5923
rnateam
parents:
3
diff
changeset
|
35 <param name="M" type="integer" value="5" label="Max number of shreps that should be taken per window." help="-M"/> |
aae41396646e
planemo upload for repository https://github.com/eteriSokhoyan/galaxytools/tree/branchForIterations/tools/GraphClust/GSPAN commit f971832d2b34a182314e5201ea6895dd207c5923
rnateam
parents:
3
diff
changeset
|
36 <param name="rel_energy_range" type="integer" value="20" |
aae41396646e
planemo upload for repository https://github.com/eteriSokhoyan/galaxytools/tree/branchForIterations/tools/GraphClust/GSPAN commit f971832d2b34a182314e5201ea6895dd207c5923
rnateam
parents:
3
diff
changeset
|
37 label=" Relative energy range, i.e. percentage (%) of MFE energy (RNAshapes)" help="-c"/> |
aae41396646e
planemo upload for repository https://github.com/eteriSokhoyan/galaxytools/tree/branchForIterations/tools/GraphClust/GSPAN commit f971832d2b34a182314e5201ea6895dd207c5923
rnateam
parents:
3
diff
changeset
|
38 <param name="wins" type="text" value="40,150" |
aae41396646e
planemo upload for repository https://github.com/eteriSokhoyan/galaxytools/tree/branchForIterations/tools/GraphClust/GSPAN commit f971832d2b34a182314e5201ea6895dd207c5923
rnateam
parents:
3
diff
changeset
|
39 label=" A list of window sizes to use" help="comma separated integers"/> |
aae41396646e
planemo upload for repository https://github.com/eteriSokhoyan/galaxytools/tree/branchForIterations/tools/GraphClust/GSPAN commit f971832d2b34a182314e5201ea6895dd207c5923
rnateam
parents:
3
diff
changeset
|
40 <param name="shift" type="integer" value="30" |
aae41396646e
planemo upload for repository https://github.com/eteriSokhoyan/galaxytools/tree/branchForIterations/tools/GraphClust/GSPAN commit f971832d2b34a182314e5201ea6895dd207c5923
rnateam
parents:
3
diff
changeset
|
41 label="The shift of the window, relative to the window size given inpercent." help="by default 30"/> |
aae41396646e
planemo upload for repository https://github.com/eteriSokhoyan/galaxytools/tree/branchForIterations/tools/GraphClust/GSPAN commit f971832d2b34a182314e5201ea6895dd207c5923
rnateam
parents:
3
diff
changeset
|
42 <param name="u" truevalue="-u" falsevalue="" checked="True" type="boolean" |
aae41396646e
planemo upload for repository https://github.com/eteriSokhoyan/galaxytools/tree/branchForIterations/tools/GraphClust/GSPAN commit f971832d2b34a182314e5201ea6895dd207c5923
rnateam
parents:
3
diff
changeset
|
43 label="Ignore unstable structures (RNAshapes)" help="-u"/> |
aae41396646e
planemo upload for repository https://github.com/eteriSokhoyan/galaxytools/tree/branchForIterations/tools/GraphClust/GSPAN commit f971832d2b34a182314e5201ea6895dd207c5923
rnateam
parents:
3
diff
changeset
|
44 <param name="seq_graph_t" truevalue="-seq-graph-t" falsevalue="" checked="True" type="boolean" |
aae41396646e
planemo upload for repository https://github.com/eteriSokhoyan/galaxytools/tree/branchForIterations/tools/GraphClust/GSPAN commit f971832d2b34a182314e5201ea6895dd207c5923
rnateam
parents:
3
diff
changeset
|
45 label="Add for each 't #' a graph which contains no structure" help="--seq-graph-t"/> |
aae41396646e
planemo upload for repository https://github.com/eteriSokhoyan/galaxytools/tree/branchForIterations/tools/GraphClust/GSPAN commit f971832d2b34a182314e5201ea6895dd207c5923
rnateam
parents:
3
diff
changeset
|
46 <param name="group" type="integer" value="10000" |
aae41396646e
planemo upload for repository https://github.com/eteriSokhoyan/galaxytools/tree/branchForIterations/tools/GraphClust/GSPAN commit f971832d2b34a182314e5201ea6895dd207c5923
rnateam
parents:
3
diff
changeset
|
47 label="Group size" help="by default 10000"/> |
aae41396646e
planemo upload for repository https://github.com/eteriSokhoyan/galaxytools/tree/branchForIterations/tools/GraphClust/GSPAN commit f971832d2b34a182314e5201ea6895dd207c5923
rnateam
parents:
3
diff
changeset
|
48 </inputs> |
aae41396646e
planemo upload for repository https://github.com/eteriSokhoyan/galaxytools/tree/branchForIterations/tools/GraphClust/GSPAN commit f971832d2b34a182314e5201ea6895dd207c5923
rnateam
parents:
3
diff
changeset
|
49 <outputs> |
aae41396646e
planemo upload for repository https://github.com/eteriSokhoyan/galaxytools/tree/branchForIterations/tools/GraphClust/GSPAN commit f971832d2b34a182314e5201ea6895dd207c5923
rnateam
parents:
3
diff
changeset
|
50 <collection name="gspan_compressed" type="list" label="GSPAN Groups" > |
aae41396646e
planemo upload for repository https://github.com/eteriSokhoyan/galaxytools/tree/branchForIterations/tools/GraphClust/GSPAN commit f971832d2b34a182314e5201ea6895dd207c5923
rnateam
parents:
3
diff
changeset
|
51 <discover_datasets pattern="(?P<name>.*)\.bz2$" directory="GSPAN_Outputs" /> |
aae41396646e
planemo upload for repository https://github.com/eteriSokhoyan/galaxytools/tree/branchForIterations/tools/GraphClust/GSPAN commit f971832d2b34a182314e5201ea6895dd207c5923
rnateam
parents:
3
diff
changeset
|
52 </collection> |
aae41396646e
planemo upload for repository https://github.com/eteriSokhoyan/galaxytools/tree/branchForIterations/tools/GraphClust/GSPAN commit f971832d2b34a182314e5201ea6895dd207c5923
rnateam
parents:
3
diff
changeset
|
53 </outputs> |
aae41396646e
planemo upload for repository https://github.com/eteriSokhoyan/galaxytools/tree/branchForIterations/tools/GraphClust/GSPAN commit f971832d2b34a182314e5201ea6895dd207c5923
rnateam
parents:
3
diff
changeset
|
54 <tests> |
aae41396646e
planemo upload for repository https://github.com/eteriSokhoyan/galaxytools/tree/branchForIterations/tools/GraphClust/GSPAN commit f971832d2b34a182314e5201ea6895dd207c5923
rnateam
parents:
3
diff
changeset
|
55 <test> |
aae41396646e
planemo upload for repository https://github.com/eteriSokhoyan/galaxytools/tree/branchForIterations/tools/GraphClust/GSPAN commit f971832d2b34a182314e5201ea6895dd207c5923
rnateam
parents:
3
diff
changeset
|
56 <param name="dataFasta" value="data.fasta"/> |
aae41396646e
planemo upload for repository https://github.com/eteriSokhoyan/galaxytools/tree/branchForIterations/tools/GraphClust/GSPAN commit f971832d2b34a182314e5201ea6895dd207c5923
rnateam
parents:
3
diff
changeset
|
57 <param name="i_stacks" value="True" /> |
aae41396646e
planemo upload for repository https://github.com/eteriSokhoyan/galaxytools/tree/branchForIterations/tools/GraphClust/GSPAN commit f971832d2b34a182314e5201ea6895dd207c5923
rnateam
parents:
3
diff
changeset
|
58 <param name="i_abstr" value="False" /> |
aae41396646e
planemo upload for repository https://github.com/eteriSokhoyan/galaxytools/tree/branchForIterations/tools/GraphClust/GSPAN commit f971832d2b34a182314e5201ea6895dd207c5923
rnateam
parents:
3
diff
changeset
|
59 <param name="i_crop_unpaired_ends" value="False" /> |
aae41396646e
planemo upload for repository https://github.com/eteriSokhoyan/galaxytools/tree/branchForIterations/tools/GraphClust/GSPAN commit f971832d2b34a182314e5201ea6895dd207c5923
rnateam
parents:
3
diff
changeset
|
60 <param name="M" value="5" /> |
aae41396646e
planemo upload for repository https://github.com/eteriSokhoyan/galaxytools/tree/branchForIterations/tools/GraphClust/GSPAN commit f971832d2b34a182314e5201ea6895dd207c5923
rnateam
parents:
3
diff
changeset
|
61 <param name="rel_energy_range" value="20" /> |
aae41396646e
planemo upload for repository https://github.com/eteriSokhoyan/galaxytools/tree/branchForIterations/tools/GraphClust/GSPAN commit f971832d2b34a182314e5201ea6895dd207c5923
rnateam
parents:
3
diff
changeset
|
62 <param name="wins" value="40,150" /> |
aae41396646e
planemo upload for repository https://github.com/eteriSokhoyan/galaxytools/tree/branchForIterations/tools/GraphClust/GSPAN commit f971832d2b34a182314e5201ea6895dd207c5923
rnateam
parents:
3
diff
changeset
|
63 <param name="shift" value="30" /> |
aae41396646e
planemo upload for repository https://github.com/eteriSokhoyan/galaxytools/tree/branchForIterations/tools/GraphClust/GSPAN commit f971832d2b34a182314e5201ea6895dd207c5923
rnateam
parents:
3
diff
changeset
|
64 <param name="u" value="True" /> |
aae41396646e
planemo upload for repository https://github.com/eteriSokhoyan/galaxytools/tree/branchForIterations/tools/GraphClust/GSPAN commit f971832d2b34a182314e5201ea6895dd207c5923
rnateam
parents:
3
diff
changeset
|
65 <param name="seq_graph_t" value="True" /> |
aae41396646e
planemo upload for repository https://github.com/eteriSokhoyan/galaxytools/tree/branchForIterations/tools/GraphClust/GSPAN commit f971832d2b34a182314e5201ea6895dd207c5923
rnateam
parents:
3
diff
changeset
|
66 <param name="group" value="10000" /> |
aae41396646e
planemo upload for repository https://github.com/eteriSokhoyan/galaxytools/tree/branchForIterations/tools/GraphClust/GSPAN commit f971832d2b34a182314e5201ea6895dd207c5923
rnateam
parents:
3
diff
changeset
|
67 <output_collection name="gspan_compressed" type="list"> |
aae41396646e
planemo upload for repository https://github.com/eteriSokhoyan/galaxytools/tree/branchForIterations/tools/GraphClust/GSPAN commit f971832d2b34a182314e5201ea6895dd207c5923
rnateam
parents:
3
diff
changeset
|
68 <element name="1.group.gspan" file="GSPAN_Outputs/1.group.gspan.bz2"/> |
aae41396646e
planemo upload for repository https://github.com/eteriSokhoyan/galaxytools/tree/branchForIterations/tools/GraphClust/GSPAN commit f971832d2b34a182314e5201ea6895dd207c5923
rnateam
parents:
3
diff
changeset
|
69 </output_collection> |
aae41396646e
planemo upload for repository https://github.com/eteriSokhoyan/galaxytools/tree/branchForIterations/tools/GraphClust/GSPAN commit f971832d2b34a182314e5201ea6895dd207c5923
rnateam
parents:
3
diff
changeset
|
70 </test> |
aae41396646e
planemo upload for repository https://github.com/eteriSokhoyan/galaxytools/tree/branchForIterations/tools/GraphClust/GSPAN commit f971832d2b34a182314e5201ea6895dd207c5923
rnateam
parents:
3
diff
changeset
|
71 </tests> |
aae41396646e
planemo upload for repository https://github.com/eteriSokhoyan/galaxytools/tree/branchForIterations/tools/GraphClust/GSPAN commit f971832d2b34a182314e5201ea6895dd207c5923
rnateam
parents:
3
diff
changeset
|
72 <help> |
aae41396646e
planemo upload for repository https://github.com/eteriSokhoyan/galaxytools/tree/branchForIterations/tools/GraphClust/GSPAN commit f971832d2b34a182314e5201ea6895dd207c5923
rnateam
parents:
3
diff
changeset
|
73 <![CDATA[ |
0
b6e6830ff06b
planemo upload for repository https://github.com/eteriSokhoyan/galaxytools/tree/branchForIterations/tools/GraphClust/GSPAN commit 21aaee40723b5341b4236edeb0e72995c2054053
rnateam
parents:
diff
changeset
|
74 |
b6e6830ff06b
planemo upload for repository https://github.com/eteriSokhoyan/galaxytools/tree/branchForIterations/tools/GraphClust/GSPAN commit 21aaee40723b5341b4236edeb0e72995c2054053
rnateam
parents:
diff
changeset
|
75 **What it does** |
b6e6830ff06b
planemo upload for repository https://github.com/eteriSokhoyan/galaxytools/tree/branchForIterations/tools/GraphClust/GSPAN commit 21aaee40723b5341b4236edeb0e72995c2054053
rnateam
parents:
diff
changeset
|
76 |
b6e6830ff06b
planemo upload for repository https://github.com/eteriSokhoyan/galaxytools/tree/branchForIterations/tools/GraphClust/GSPAN commit 21aaee40723b5341b4236edeb0e72995c2054053
rnateam
parents:
diff
changeset
|
77 For each fragment of input sequence we use RNAshapes to create a set of structures. |
b6e6830ff06b
planemo upload for repository https://github.com/eteriSokhoyan/galaxytools/tree/branchForIterations/tools/GraphClust/GSPAN commit 21aaee40723b5341b4236edeb0e72995c2054053
rnateam
parents:
diff
changeset
|
78 The default parameters for example consider for each input fragment again a |
b6e6830ff06b
planemo upload for repository https://github.com/eteriSokhoyan/galaxytools/tree/branchForIterations/tools/GraphClust/GSPAN commit 21aaee40723b5341b4236edeb0e72995c2054053
rnateam
parents:
diff
changeset
|
79 window of size 40nt and 150nt with a window shift of 30%. This allows to |
b6e6830ff06b
planemo upload for repository https://github.com/eteriSokhoyan/galaxytools/tree/branchForIterations/tools/GraphClust/GSPAN commit 21aaee40723b5341b4236edeb0e72995c2054053
rnateam
parents:
diff
changeset
|
80 consider local structures as well as global structures for a fragment. |
b6e6830ff06b
planemo upload for repository https://github.com/eteriSokhoyan/galaxytools/tree/branchForIterations/tools/GraphClust/GSPAN commit 21aaee40723b5341b4236edeb0e72995c2054053
rnateam
parents:
diff
changeset
|
81 From each such RNAshape window we take the top 5 shreps (suboptimal |
b6e6830ff06b
planemo upload for repository https://github.com/eteriSokhoyan/galaxytools/tree/branchForIterations/tools/GraphClust/GSPAN commit 21aaee40723b5341b4236edeb0e72995c2054053
rnateam
parents:
diff
changeset
|
82 structures for the top 5 shapes) within 20% of the mfe energy of that window |
b6e6830ff06b
planemo upload for repository https://github.com/eteriSokhoyan/galaxytools/tree/branchForIterations/tools/GraphClust/GSPAN commit 21aaee40723b5341b4236edeb0e72995c2054053
rnateam
parents:
diff
changeset
|
83 and convert them into graphs. |
b6e6830ff06b
planemo upload for repository https://github.com/eteriSokhoyan/galaxytools/tree/branchForIterations/tools/GraphClust/GSPAN commit 21aaee40723b5341b4236edeb0e72995c2054053
rnateam
parents:
diff
changeset
|
84 As shape level (abstraction level) we use 3 for short sequences and 5 for |
b6e6830ff06b
planemo upload for repository https://github.com/eteriSokhoyan/galaxytools/tree/branchForIterations/tools/GraphClust/GSPAN commit 21aaee40723b5341b4236edeb0e72995c2054053
rnateam
parents:
diff
changeset
|
85 sequences >= 80nt. Please see also RNAshapes documentation for all these |
b6e6830ff06b
planemo upload for repository https://github.com/eteriSokhoyan/galaxytools/tree/branchForIterations/tools/GraphClust/GSPAN commit 21aaee40723b5341b4236edeb0e72995c2054053
rnateam
parents:
diff
changeset
|
86 terms. |
b6e6830ff06b
planemo upload for repository https://github.com/eteriSokhoyan/galaxytools/tree/branchForIterations/tools/GraphClust/GSPAN commit 21aaee40723b5341b4236edeb0e72995c2054053
rnateam
parents:
diff
changeset
|
87 |
b6e6830ff06b
planemo upload for repository https://github.com/eteriSokhoyan/galaxytools/tree/branchForIterations/tools/GraphClust/GSPAN commit 21aaee40723b5341b4236edeb0e72995c2054053
rnateam
parents:
diff
changeset
|
88 |
b6e6830ff06b
planemo upload for repository https://github.com/eteriSokhoyan/galaxytools/tree/branchForIterations/tools/GraphClust/GSPAN commit 21aaee40723b5341b4236edeb0e72995c2054053
rnateam
parents:
diff
changeset
|
89 **Parameters** |
b6e6830ff06b
planemo upload for repository https://github.com/eteriSokhoyan/galaxytools/tree/branchForIterations/tools/GraphClust/GSPAN commit 21aaee40723b5341b4236edeb0e72995c2054053
rnateam
parents:
diff
changeset
|
90 |
b6e6830ff06b
planemo upload for repository https://github.com/eteriSokhoyan/galaxytools/tree/branchForIterations/tools/GraphClust/GSPAN commit 21aaee40723b5341b4236edeb0e72995c2054053
rnateam
parents:
diff
changeset
|
91 + **input** : Sequences in Fasta format. |
b6e6830ff06b
planemo upload for repository https://github.com/eteriSokhoyan/galaxytools/tree/branchForIterations/tools/GraphClust/GSPAN commit 21aaee40723b5341b4236edeb0e72995c2054053
rnateam
parents:
diff
changeset
|
92 |
b6e6830ff06b
planemo upload for repository https://github.com/eteriSokhoyan/galaxytools/tree/branchForIterations/tools/GraphClust/GSPAN commit 21aaee40723b5341b4236edeb0e72995c2054053
rnateam
parents:
diff
changeset
|
93 + **stack** : This adds an additional vertex (type P) for each pair of stacked base-pairs and four edges |
b6e6830ff06b
planemo upload for repository https://github.com/eteriSokhoyan/galaxytools/tree/branchForIterations/tools/GraphClust/GSPAN commit 21aaee40723b5341b4236edeb0e72995c2054053
rnateam
parents:
diff
changeset
|
94 (type p) from each of the involved bases to the new vertex. |
b6e6830ff06b
planemo upload for repository https://github.com/eteriSokhoyan/galaxytools/tree/branchForIterations/tools/GraphClust/GSPAN commit 21aaee40723b5341b4236edeb0e72995c2054053
rnateam
parents:
diff
changeset
|
95 |
b6e6830ff06b
planemo upload for repository https://github.com/eteriSokhoyan/galaxytools/tree/branchForIterations/tools/GraphClust/GSPAN commit 21aaee40723b5341b4236edeb0e72995c2054053
rnateam
parents:
diff
changeset
|
96 + **abstr** : Add abstract structure graphs to the single shrep graph instances. |
b6e6830ff06b
planemo upload for repository https://github.com/eteriSokhoyan/galaxytools/tree/branchForIterations/tools/GraphClust/GSPAN commit 21aaee40723b5341b4236edeb0e72995c2054053
rnateam
parents:
diff
changeset
|
97 |
b6e6830ff06b
planemo upload for repository https://github.com/eteriSokhoyan/galaxytools/tree/branchForIterations/tools/GraphClust/GSPAN commit 21aaee40723b5341b4236edeb0e72995c2054053
rnateam
parents:
diff
changeset
|
98 + **cue** : Crop unpaired ends. If you give this flag, then the unpaired ends of each single structure are ignored. E.g. the structure |
b6e6830ff06b
planemo upload for repository https://github.com/eteriSokhoyan/galaxytools/tree/branchForIterations/tools/GraphClust/GSPAN commit 21aaee40723b5341b4236edeb0e72995c2054053
rnateam
parents:
diff
changeset
|
99 ...(((...))).. becomes just (((...))) |
b6e6830ff06b
planemo upload for repository https://github.com/eteriSokhoyan/galaxytools/tree/branchForIterations/tools/GraphClust/GSPAN commit 21aaee40723b5341b4236edeb0e72995c2054053
rnateam
parents:
diff
changeset
|
100 |
b6e6830ff06b
planemo upload for repository https://github.com/eteriSokhoyan/galaxytools/tree/branchForIterations/tools/GraphClust/GSPAN commit 21aaee40723b5341b4236edeb0e72995c2054053
rnateam
parents:
diff
changeset
|
101 + **M** : Max number of shreps that should be taken per window. |
b6e6830ff06b
planemo upload for repository https://github.com/eteriSokhoyan/galaxytools/tree/branchForIterations/tools/GraphClust/GSPAN commit 21aaee40723b5341b4236edeb0e72995c2054053
rnateam
parents:
diff
changeset
|
102 |
b6e6830ff06b
planemo upload for repository https://github.com/eteriSokhoyan/galaxytools/tree/branchForIterations/tools/GraphClust/GSPAN commit 21aaee40723b5341b4236edeb0e72995c2054053
rnateam
parents:
diff
changeset
|
103 + **c** : Relative energy range, i.e. percentage (%) of MFE energy (RNAshapes) Use only one of -e and -c! |
b6e6830ff06b
planemo upload for repository https://github.com/eteriSokhoyan/galaxytools/tree/branchForIterations/tools/GraphClust/GSPAN commit 21aaee40723b5341b4236edeb0e72995c2054053
rnateam
parents:
diff
changeset
|
104 |
b6e6830ff06b
planemo upload for repository https://github.com/eteriSokhoyan/galaxytools/tree/branchForIterations/tools/GraphClust/GSPAN commit 21aaee40723b5341b4236edeb0e72995c2054053
rnateam
parents:
diff
changeset
|
105 + **wins** : A list of window sizes to use. If none are given (empty string ''), then the entire sequence is taken with no windows. Each window > 1 required! |
b6e6830ff06b
planemo upload for repository https://github.com/eteriSokhoyan/galaxytools/tree/branchForIterations/tools/GraphClust/GSPAN commit 21aaee40723b5341b4236edeb0e72995c2054053
rnateam
parents:
diff
changeset
|
106 |
b6e6830ff06b
planemo upload for repository https://github.com/eteriSokhoyan/galaxytools/tree/branchForIterations/tools/GraphClust/GSPAN commit 21aaee40723b5341b4236edeb0e72995c2054053
rnateam
parents:
diff
changeset
|
107 + **shift** : The shift of the window, relative to the window size given in percent. So you give which percent of the window size shall be |
b6e6830ff06b
planemo upload for repository https://github.com/eteriSokhoyan/galaxytools/tree/branchForIterations/tools/GraphClust/GSPAN commit 21aaee40723b5341b4236edeb0e72995c2054053
rnateam
parents:
diff
changeset
|
108 used for the shift. Of course the shift is rounded down to the |
b6e6830ff06b
planemo upload for repository https://github.com/eteriSokhoyan/galaxytools/tree/branchForIterations/tools/GraphClust/GSPAN commit 21aaee40723b5341b4236edeb0e72995c2054053
rnateam
parents:
diff
changeset
|
109 nearest whole number. |
b6e6830ff06b
planemo upload for repository https://github.com/eteriSokhoyan/galaxytools/tree/branchForIterations/tools/GraphClust/GSPAN commit 21aaee40723b5341b4236edeb0e72995c2054053
rnateam
parents:
diff
changeset
|
110 Example 20 % of a window 150 would result in a step size of 30 nt. |
b6e6830ff06b
planemo upload for repository https://github.com/eteriSokhoyan/galaxytools/tree/branchForIterations/tools/GraphClust/GSPAN commit 21aaee40723b5341b4236edeb0e72995c2054053
rnateam
parents:
diff
changeset
|
111 It is a relative parameter, as you can give different window sizes. |
b6e6830ff06b
planemo upload for repository https://github.com/eteriSokhoyan/galaxytools/tree/branchForIterations/tools/GraphClust/GSPAN commit 21aaee40723b5341b4236edeb0e72995c2054053
rnateam
parents:
diff
changeset
|
112 If you do not give this parameter there is a default shift of 1 nt. |
b6e6830ff06b
planemo upload for repository https://github.com/eteriSokhoyan/galaxytools/tree/branchForIterations/tools/GraphClust/GSPAN commit 21aaee40723b5341b4236edeb0e72995c2054053
rnateam
parents:
diff
changeset
|
113 |
b6e6830ff06b
planemo upload for repository https://github.com/eteriSokhoyan/galaxytools/tree/branchForIterations/tools/GraphClust/GSPAN commit 21aaee40723b5341b4236edeb0e72995c2054053
rnateam
parents:
diff
changeset
|
114 + **u** : Ignore unstable structures (RNAshapes). This option filters out closed structures with positive free energy. |
b6e6830ff06b
planemo upload for repository https://github.com/eteriSokhoyan/galaxytools/tree/branchForIterations/tools/GraphClust/GSPAN commit 21aaee40723b5341b4236edeb0e72995c2054053
rnateam
parents:
diff
changeset
|
115 |
b6e6830ff06b
planemo upload for repository https://github.com/eteriSokhoyan/galaxytools/tree/branchForIterations/tools/GraphClust/GSPAN commit 21aaee40723b5341b4236edeb0e72995c2054053
rnateam
parents:
diff
changeset
|
116 + **seq-graph-t** : Add for each 't #' a graph which contains no structure |
b6e6830ff06b
planemo upload for repository https://github.com/eteriSokhoyan/galaxytools/tree/branchForIterations/tools/GraphClust/GSPAN commit 21aaee40723b5341b4236edeb0e72995c2054053
rnateam
parents:
diff
changeset
|
117 |
b6e6830ff06b
planemo upload for repository https://github.com/eteriSokhoyan/galaxytools/tree/branchForIterations/tools/GraphClust/GSPAN commit 21aaee40723b5341b4236edeb0e72995c2054053
rnateam
parents:
diff
changeset
|
118 + **group** : Combine/group that number of input seqs into 1 gspan file output name is then '<INT>.group.gspan.bz2' |
b6e6830ff06b
planemo upload for repository https://github.com/eteriSokhoyan/galaxytools/tree/branchForIterations/tools/GraphClust/GSPAN commit 21aaee40723b5341b4236edeb0e72995c2054053
rnateam
parents:
diff
changeset
|
119 |
b6e6830ff06b
planemo upload for repository https://github.com/eteriSokhoyan/galaxytools/tree/branchForIterations/tools/GraphClust/GSPAN commit 21aaee40723b5341b4236edeb0e72995c2054053
rnateam
parents:
diff
changeset
|
120 ]]> |
4
aae41396646e
planemo upload for repository https://github.com/eteriSokhoyan/galaxytools/tree/branchForIterations/tools/GraphClust/GSPAN commit f971832d2b34a182314e5201ea6895dd207c5923
rnateam
parents:
3
diff
changeset
|
121 </help> |
aae41396646e
planemo upload for repository https://github.com/eteriSokhoyan/galaxytools/tree/branchForIterations/tools/GraphClust/GSPAN commit f971832d2b34a182314e5201ea6895dd207c5923
rnateam
parents:
3
diff
changeset
|
122 <citations> |
aae41396646e
planemo upload for repository https://github.com/eteriSokhoyan/galaxytools/tree/branchForIterations/tools/GraphClust/GSPAN commit f971832d2b34a182314e5201ea6895dd207c5923
rnateam
parents:
3
diff
changeset
|
123 <citation type="doi">10.1093/bioinformatics/bts224</citation> |
aae41396646e
planemo upload for repository https://github.com/eteriSokhoyan/galaxytools/tree/branchForIterations/tools/GraphClust/GSPAN commit f971832d2b34a182314e5201ea6895dd207c5923
rnateam
parents:
3
diff
changeset
|
124 <citation type="doi">10.1093/bioinformatics/btu649</citation> |
aae41396646e
planemo upload for repository https://github.com/eteriSokhoyan/galaxytools/tree/branchForIterations/tools/GraphClust/GSPAN commit f971832d2b34a182314e5201ea6895dd207c5923
rnateam
parents:
3
diff
changeset
|
125 </citations> |
0
b6e6830ff06b
planemo upload for repository https://github.com/eteriSokhoyan/galaxytools/tree/branchForIterations/tools/GraphClust/GSPAN commit 21aaee40723b5341b4236edeb0e72995c2054053
rnateam
parents:
diff
changeset
|
126 </tool> |