annotate structure_to_gspan.xml @ 0:4c7736b4d8ff draft

planemo upload for repository https://github.com/mmiladi/galaxytools/blob/graphclust-gspan/tools/GraphClust/Structure_GSPAN commit 4379e712f76f2bb12ee2cc270dd8a0e806df2cd6
author rnateam
date Mon, 22 May 2017 12:43:01 -0400
parents
children d62d7e98a68e
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
0
4c7736b4d8ff planemo upload for repository https://github.com/mmiladi/galaxytools/blob/graphclust-gspan/tools/GraphClust/Structure_GSPAN commit 4379e712f76f2bb12ee2cc270dd8a0e806df2cd6
rnateam
parents:
diff changeset
1 <tool id="structure_to_gspan" name="Structure to GSPAN" version="0.1">
4c7736b4d8ff planemo upload for repository https://github.com/mmiladi/galaxytools/blob/graphclust-gspan/tools/GraphClust/Structure_GSPAN commit 4379e712f76f2bb12ee2cc270dd8a0e806df2cd6
rnateam
parents:
diff changeset
2 <requirements>
4c7736b4d8ff planemo upload for repository https://github.com/mmiladi/galaxytools/blob/graphclust-gspan/tools/GraphClust/Structure_GSPAN commit 4379e712f76f2bb12ee2cc270dd8a0e806df2cd6
rnateam
parents:
diff changeset
3 <requirement type="package" version="0.2.0">graphclust-wrappers</requirement>
4c7736b4d8ff planemo upload for repository https://github.com/mmiladi/galaxytools/blob/graphclust-gspan/tools/GraphClust/Structure_GSPAN commit 4379e712f76f2bb12ee2cc270dd8a0e806df2cd6
rnateam
parents:
diff changeset
4 </requirements>
4c7736b4d8ff 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">
4c7736b4d8ff planemo upload for repository https://github.com/mmiladi/galaxytools/blob/graphclust-gspan/tools/GraphClust/Structure_GSPAN commit 4379e712f76f2bb12ee2cc270dd8a0e806df2cd6
rnateam
parents:
diff changeset
6 <![CDATA[
4c7736b4d8ff 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/ &&
4c7736b4d8ff planemo upload for repository https://github.com/mmiladi/galaxytools/blob/graphclust-gspan/tools/GraphClust/Structure_GSPAN commit 4379e712f76f2bb12ee2cc270dd8a0e806df2cd6
rnateam
parents:
diff changeset
8 structure_2_gspan.pl
4c7736b4d8ff planemo upload for repository https://github.com/mmiladi/galaxytools/blob/graphclust-gspan/tools/GraphClust/Structure_GSPAN commit 4379e712f76f2bb12ee2cc270dd8a0e806df2cd6
rnateam
parents:
diff changeset
9 --input-file '$dataFile'
4c7736b4d8ff planemo upload for repository https://github.com/mmiladi/galaxytools/blob/graphclust-gspan/tools/GraphClust/Structure_GSPAN commit 4379e712f76f2bb12ee2cc270dd8a0e806df2cd6
rnateam
parents:
diff changeset
10 --input-format 'rnafold'
4c7736b4d8ff planemo upload for repository https://github.com/mmiladi/galaxytools/blob/graphclust-gspan/tools/GraphClust/Structure_GSPAN commit 4379e712f76f2bb12ee2cc270dd8a0e806df2cd6
rnateam
parents:
diff changeset
11 $abstr
4c7736b4d8ff planemo upload for repository https://github.com/mmiladi/galaxytools/blob/graphclust-gspan/tools/GraphClust/Structure_GSPAN commit 4379e712f76f2bb12ee2cc270dd8a0e806df2cd6
rnateam
parents:
diff changeset
12 $stack
4c7736b4d8ff planemo upload for repository https://github.com/mmiladi/galaxytools/blob/graphclust-gspan/tools/GraphClust/Structure_GSPAN commit 4379e712f76f2bb12ee2cc270dd8a0e806df2cd6
rnateam
parents:
diff changeset
13 $seq_graph_t
4c7736b4d8ff planemo upload for repository https://github.com/mmiladi/galaxytools/blob/graphclust-gspan/tools/GraphClust/Structure_GSPAN commit 4379e712f76f2bb12ee2cc270dd8a0e806df2cd6
rnateam
parents:
diff changeset
14 -group $group
4c7736b4d8ff planemo upload for repository https://github.com/mmiladi/galaxytools/blob/graphclust-gspan/tools/GraphClust/Structure_GSPAN commit 4379e712f76f2bb12ee2cc270dd8a0e806df2cd6
rnateam
parents:
diff changeset
15 -tmp ./temp
4c7736b4d8ff planemo upload for repository https://github.com/mmiladi/galaxytools/blob/graphclust-gspan/tools/GraphClust/Structure_GSPAN commit 4379e712f76f2bb12ee2cc270dd8a0e806df2cd6
rnateam
parents:
diff changeset
16 -o ./GSPAN_Outputs/
4c7736b4d8ff planemo upload for repository https://github.com/mmiladi/galaxytools/blob/graphclust-gspan/tools/GraphClust/Structure_GSPAN commit 4379e712f76f2bb12ee2cc270dd8a0e806df2cd6
rnateam
parents:
diff changeset
17 ]]>
4c7736b4d8ff planemo upload for repository https://github.com/mmiladi/galaxytools/blob/graphclust-gspan/tools/GraphClust/Structure_GSPAN commit 4379e712f76f2bb12ee2cc270dd8a0e806df2cd6
rnateam
parents:
diff changeset
18 </command>
4c7736b4d8ff planemo upload for repository https://github.com/mmiladi/galaxytools/blob/graphclust-gspan/tools/GraphClust/Structure_GSPAN commit 4379e712f76f2bb12ee2cc270dd8a0e806df2cd6
rnateam
parents:
diff changeset
19 <inputs>
4c7736b4d8ff planemo upload for repository https://github.com/mmiladi/galaxytools/blob/graphclust-gspan/tools/GraphClust/Structure_GSPAN commit 4379e712f76f2bb12ee2cc270dd8a0e806df2cd6
rnateam
parents:
diff changeset
20 <param type="data" name="dataFile" format="dbn" label="Sequence and Structure input file in the prediction tool format" />
4c7736b4d8ff planemo upload for repository https://github.com/mmiladi/galaxytools/blob/graphclust-gspan/tools/GraphClust/Structure_GSPAN commit 4379e712f76f2bb12ee2cc270dd8a0e806df2cd6
rnateam
parents:
diff changeset
21 <param name="inputFormat" type="text" value="rnafold"
4c7736b4d8ff planemo upload for repository https://github.com/mmiladi/galaxytools/blob/graphclust-gspan/tools/GraphClust/Structure_GSPAN commit 4379e712f76f2bb12ee2cc270dd8a0e806df2cd6
rnateam
parents:
diff changeset
22 label=" Sequence Structure format of the input. Allowed format: rnafold" help="-input-format"/>
4c7736b4d8ff planemo upload for repository https://github.com/mmiladi/galaxytools/blob/graphclust-gspan/tools/GraphClust/Structure_GSPAN commit 4379e712f76f2bb12ee2cc270dd8a0e806df2cd6
rnateam
parents:
diff changeset
23 <param argument="-stack" truevalue="-stack" falsevalue="" checked="true" type="boolean"
4c7736b4d8ff planemo upload for repository https://github.com/mmiladi/galaxytools/blob/graphclust-gspan/tools/GraphClust/Structure_GSPAN commit 4379e712f76f2bb12ee2cc270dd8a0e806df2cd6
rnateam
parents:
diff changeset
24 label="Add stacking information to graphs"/>
4c7736b4d8ff planemo upload for repository https://github.com/mmiladi/galaxytools/blob/graphclust-gspan/tools/GraphClust/Structure_GSPAN commit 4379e712f76f2bb12ee2cc270dd8a0e806df2cd6
rnateam
parents:
diff changeset
25 <param argument="abstr" truevalue="-abstr" falsevalue="" type="boolean"
4c7736b4d8ff planemo upload for repository https://github.com/mmiladi/galaxytools/blob/graphclust-gspan/tools/GraphClust/Structure_GSPAN commit 4379e712f76f2bb12ee2cc270dd8a0e806df2cd6
rnateam
parents:
diff changeset
26 label="Add abstract structure graphs to the single shrep graph instances."/>
4c7736b4d8ff 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="-seq-graph-t" name="seq_graph_t" truevalue="-seq-graph-t" falsevalue="" checked="true" type="boolean"
4c7736b4d8ff 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 for each 't #' a graph which contains no structure"/>
4c7736b4d8ff planemo upload for repository https://github.com/mmiladi/galaxytools/blob/graphclust-gspan/tools/GraphClust/Structure_GSPAN commit 4379e712f76f2bb12ee2cc270dd8a0e806df2cd6
rnateam
parents:
diff changeset
29 <param name="group" type="integer" value="10000"
4c7736b4d8ff planemo upload for repository https://github.com/mmiladi/galaxytools/blob/graphclust-gspan/tools/GraphClust/Structure_GSPAN commit 4379e712f76f2bb12ee2cc270dd8a0e806df2cd6
rnateam
parents:
diff changeset
30 label="Group size" help="Default is 10000"/>
4c7736b4d8ff planemo upload for repository https://github.com/mmiladi/galaxytools/blob/graphclust-gspan/tools/GraphClust/Structure_GSPAN commit 4379e712f76f2bb12ee2cc270dd8a0e806df2cd6
rnateam
parents:
diff changeset
31 </inputs>
4c7736b4d8ff planemo upload for repository https://github.com/mmiladi/galaxytools/blob/graphclust-gspan/tools/GraphClust/Structure_GSPAN commit 4379e712f76f2bb12ee2cc270dd8a0e806df2cd6
rnateam
parents:
diff changeset
32 <outputs>
4c7736b4d8ff planemo upload for repository https://github.com/mmiladi/galaxytools/blob/graphclust-gspan/tools/GraphClust/Structure_GSPAN commit 4379e712f76f2bb12ee2cc270dd8a0e806df2cd6
rnateam
parents:
diff changeset
33 <collection name="gspan_compressed" type="list" label="GSPAN Groups" >
4c7736b4d8ff planemo upload for repository https://github.com/mmiladi/galaxytools/blob/graphclust-gspan/tools/GraphClust/Structure_GSPAN commit 4379e712f76f2bb12ee2cc270dd8a0e806df2cd6
rnateam
parents:
diff changeset
34 <discover_datasets pattern="(?P&lt;name&gt;.*)\.bz2$" directory="GSPAN_Outputs" />
4c7736b4d8ff planemo upload for repository https://github.com/mmiladi/galaxytools/blob/graphclust-gspan/tools/GraphClust/Structure_GSPAN commit 4379e712f76f2bb12ee2cc270dd8a0e806df2cd6
rnateam
parents:
diff changeset
35 </collection>
4c7736b4d8ff planemo upload for repository https://github.com/mmiladi/galaxytools/blob/graphclust-gspan/tools/GraphClust/Structure_GSPAN commit 4379e712f76f2bb12ee2cc270dd8a0e806df2cd6
rnateam
parents:
diff changeset
36 </outputs>
4c7736b4d8ff planemo upload for repository https://github.com/mmiladi/galaxytools/blob/graphclust-gspan/tools/GraphClust/Structure_GSPAN commit 4379e712f76f2bb12ee2cc270dd8a0e806df2cd6
rnateam
parents:
diff changeset
37 <tests>
4c7736b4d8ff planemo upload for repository https://github.com/mmiladi/galaxytools/blob/graphclust-gspan/tools/GraphClust/Structure_GSPAN commit 4379e712f76f2bb12ee2cc270dd8a0e806df2cd6
rnateam
parents:
diff changeset
38 <test>
4c7736b4d8ff planemo upload for repository https://github.com/mmiladi/galaxytools/blob/graphclust-gspan/tools/GraphClust/Structure_GSPAN commit 4379e712f76f2bb12ee2cc270dd8a0e806df2cd6
rnateam
parents:
diff changeset
39 <param name="dataFile" value="sample_3.struct"/>
4c7736b4d8ff planemo upload for repository https://github.com/mmiladi/galaxytools/blob/graphclust-gspan/tools/GraphClust/Structure_GSPAN commit 4379e712f76f2bb12ee2cc270dd8a0e806df2cd6
rnateam
parents:
diff changeset
40 <param name="i_stacks" value="True" />
4c7736b4d8ff planemo upload for repository https://github.com/mmiladi/galaxytools/blob/graphclust-gspan/tools/GraphClust/Structure_GSPAN commit 4379e712f76f2bb12ee2cc270dd8a0e806df2cd6
rnateam
parents:
diff changeset
41 <param name="i_abstr" value="False" />
4c7736b4d8ff planemo upload for repository https://github.com/mmiladi/galaxytools/blob/graphclust-gspan/tools/GraphClust/Structure_GSPAN commit 4379e712f76f2bb12ee2cc270dd8a0e806df2cd6
rnateam
parents:
diff changeset
42 <param name="seq_graph_t" value="True" />
4c7736b4d8ff 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="group" value="10000" />
4c7736b4d8ff planemo upload for repository https://github.com/mmiladi/galaxytools/blob/graphclust-gspan/tools/GraphClust/Structure_GSPAN commit 4379e712f76f2bb12ee2cc270dd8a0e806df2cd6
rnateam
parents:
diff changeset
44 <output_collection name="gspan_compressed" type="list">
4c7736b4d8ff planemo upload for repository https://github.com/mmiladi/galaxytools/blob/graphclust-gspan/tools/GraphClust/Structure_GSPAN commit 4379e712f76f2bb12ee2cc270dd8a0e806df2cd6
rnateam
parents:
diff changeset
45 <element name="1.group.gspan" file="GSPAN_Outputs/sample_3.1.group.gspan.bz2"/>
4c7736b4d8ff planemo upload for repository https://github.com/mmiladi/galaxytools/blob/graphclust-gspan/tools/GraphClust/Structure_GSPAN commit 4379e712f76f2bb12ee2cc270dd8a0e806df2cd6
rnateam
parents:
diff changeset
46 </output_collection>
4c7736b4d8ff planemo upload for repository https://github.com/mmiladi/galaxytools/blob/graphclust-gspan/tools/GraphClust/Structure_GSPAN commit 4379e712f76f2bb12ee2cc270dd8a0e806df2cd6
rnateam
parents:
diff changeset
47 </test>
4c7736b4d8ff planemo upload for repository https://github.com/mmiladi/galaxytools/blob/graphclust-gspan/tools/GraphClust/Structure_GSPAN commit 4379e712f76f2bb12ee2cc270dd8a0e806df2cd6
rnateam
parents:
diff changeset
48 </tests>
4c7736b4d8ff planemo upload for repository https://github.com/mmiladi/galaxytools/blob/graphclust-gspan/tools/GraphClust/Structure_GSPAN commit 4379e712f76f2bb12ee2cc270dd8a0e806df2cd6
rnateam
parents:
diff changeset
49 <help>
4c7736b4d8ff planemo upload for repository https://github.com/mmiladi/galaxytools/blob/graphclust-gspan/tools/GraphClust/Structure_GSPAN commit 4379e712f76f2bb12ee2cc270dd8a0e806df2cd6
rnateam
parents:
diff changeset
50 <![CDATA[
4c7736b4d8ff planemo upload for repository https://github.com/mmiladi/galaxytools/blob/graphclust-gspan/tools/GraphClust/Structure_GSPAN commit 4379e712f76f2bb12ee2cc270dd8a0e806df2cd6
rnateam
parents:
diff changeset
51
4c7736b4d8ff planemo upload for repository https://github.com/mmiladi/galaxytools/blob/graphclust-gspan/tools/GraphClust/Structure_GSPAN commit 4379e712f76f2bb12ee2cc270dd8a0e806df2cd6
rnateam
parents:
diff changeset
52 **What it does**
4c7736b4d8ff planemo upload for repository https://github.com/mmiladi/galaxytools/blob/graphclust-gspan/tools/GraphClust/Structure_GSPAN commit 4379e712f76f2bb12ee2cc270dd8a0e806df2cd6
rnateam
parents:
diff changeset
53 For each pair of sequence and structure provided in the input file
4c7736b4d8ff planemo upload for repository https://github.com/mmiladi/galaxytools/blob/graphclust-gspan/tools/GraphClust/Structure_GSPAN commit 4379e712f76f2bb12ee2cc270dd8a0e806df2cd6
rnateam
parents:
diff changeset
54 and convert them into GSPAN format graphs.
4c7736b4d8ff planemo upload for repository https://github.com/mmiladi/galaxytools/blob/graphclust-gspan/tools/GraphClust/Structure_GSPAN commit 4379e712f76f2bb12ee2cc270dd8a0e806df2cd6
rnateam
parents:
diff changeset
55
4c7736b4d8ff planemo upload for repository https://github.com/mmiladi/galaxytools/blob/graphclust-gspan/tools/GraphClust/Structure_GSPAN commit 4379e712f76f2bb12ee2cc270dd8a0e806df2cd6
rnateam
parents:
diff changeset
56
4c7736b4d8ff planemo upload for repository https://github.com/mmiladi/galaxytools/blob/graphclust-gspan/tools/GraphClust/Structure_GSPAN commit 4379e712f76f2bb12ee2cc270dd8a0e806df2cd6
rnateam
parents:
diff changeset
57 **Parameters**
4c7736b4d8ff planemo upload for repository https://github.com/mmiladi/galaxytools/blob/graphclust-gspan/tools/GraphClust/Structure_GSPAN commit 4379e712f76f2bb12ee2cc270dd8a0e806df2cd6
rnateam
parents:
diff changeset
58
4c7736b4d8ff planemo upload for repository https://github.com/mmiladi/galaxytools/blob/graphclust-gspan/tools/GraphClust/Structure_GSPAN commit 4379e712f76f2bb12ee2cc270dd8a0e806df2cd6
rnateam
parents:
diff changeset
59 + **input** : The sequence and structure data, the output of structure prediction tool.
4c7736b4d8ff planemo upload for repository https://github.com/mmiladi/galaxytools/blob/graphclust-gspan/tools/GraphClust/Structure_GSPAN commit 4379e712f76f2bb12ee2cc270dd8a0e806df2cd6
rnateam
parents:
diff changeset
60
4c7736b4d8ff planemo upload for repository https://github.com/mmiladi/galaxytools/blob/graphclust-gspan/tools/GraphClust/Structure_GSPAN commit 4379e712f76f2bb12ee2cc270dd8a0e806df2cd6
rnateam
parents:
diff changeset
61 + **input-format** : Sequence Structure format of the input. Allowed format: "rnafold"
4c7736b4d8ff planemo upload for repository https://github.com/mmiladi/galaxytools/blob/graphclust-gspan/tools/GraphClust/Structure_GSPAN commit 4379e712f76f2bb12ee2cc270dd8a0e806df2cd6
rnateam
parents:
diff changeset
62 example of input-file for rnafold format:
4c7736b4d8ff planemo upload for repository https://github.com/mmiladi/galaxytools/blob/graphclust-gspan/tools/GraphClust/Structure_GSPAN commit 4379e712f76f2bb12ee2cc270dd8a0e806df2cd6
rnateam
parents:
diff changeset
63 >seq1
4c7736b4d8ff planemo upload for repository https://github.com/mmiladi/galaxytools/blob/graphclust-gspan/tools/GraphClust/Structure_GSPAN commit 4379e712f76f2bb12ee2cc270dd8a0e806df2cd6
rnateam
parents:
diff changeset
64 CCGGGCGUGCUG
4c7736b4d8ff planemo upload for repository https://github.com/mmiladi/galaxytools/blob/graphclust-gspan/tools/GraphClust/Structure_GSPAN commit 4379e712f76f2bb12ee2cc270dd8a0e806df2cd6
rnateam
parents:
diff changeset
65 .(((.....))) ( -0.30)
4c7736b4d8ff planemo upload for repository https://github.com/mmiladi/galaxytools/blob/graphclust-gspan/tools/GraphClust/Structure_GSPAN commit 4379e712f76f2bb12ee2cc270dd8a0e806df2cd6
rnateam
parents:
diff changeset
66 >seq2
4c7736b4d8ff planemo upload for repository https://github.com/mmiladi/galaxytools/blob/graphclust-gspan/tools/GraphClust/Structure_GSPAN commit 4379e712f76f2bb12ee2cc270dd8a0e806df2cd6
rnateam
parents:
diff changeset
67 GCGGUUGCCG
4c7736b4d8ff planemo upload for repository https://github.com/mmiladi/galaxytools/blob/graphclust-gspan/tools/GraphClust/Structure_GSPAN commit 4379e712f76f2bb12ee2cc270dd8a0e806df2cd6
rnateam
parents:
diff changeset
68 .(((...))) ( -0.50)
4c7736b4d8ff planemo upload for repository https://github.com/mmiladi/galaxytools/blob/graphclust-gspan/tools/GraphClust/Structure_GSPAN commit 4379e712f76f2bb12ee2cc270dd8a0e806df2cd6
rnateam
parents:
diff changeset
69
4c7736b4d8ff planemo upload for repository https://github.com/mmiladi/galaxytools/blob/graphclust-gspan/tools/GraphClust/Structure_GSPAN commit 4379e712f76f2bb12ee2cc270dd8a0e806df2cd6
rnateam
parents:
diff changeset
70
4c7736b4d8ff planemo upload for repository https://github.com/mmiladi/galaxytools/blob/graphclust-gspan/tools/GraphClust/Structure_GSPAN commit 4379e712f76f2bb12ee2cc270dd8a0e806df2cd6
rnateam
parents:
diff changeset
71 + **stack** : This adds an additional vertex (type P) for each pair of stacked base-pairs and four edges
4c7736b4d8ff planemo upload for repository https://github.com/mmiladi/galaxytools/blob/graphclust-gspan/tools/GraphClust/Structure_GSPAN commit 4379e712f76f2bb12ee2cc270dd8a0e806df2cd6
rnateam
parents:
diff changeset
72 (type p) from each of the involved bases to the new vertex.
4c7736b4d8ff planemo upload for repository https://github.com/mmiladi/galaxytools/blob/graphclust-gspan/tools/GraphClust/Structure_GSPAN commit 4379e712f76f2bb12ee2cc270dd8a0e806df2cd6
rnateam
parents:
diff changeset
73
4c7736b4d8ff planemo upload for repository https://github.com/mmiladi/galaxytools/blob/graphclust-gspan/tools/GraphClust/Structure_GSPAN commit 4379e712f76f2bb12ee2cc270dd8a0e806df2cd6
rnateam
parents:
diff changeset
74 + **abstr** : Add abstract structure graphs to the single shrep graph instances.
4c7736b4d8ff planemo upload for repository https://github.com/mmiladi/galaxytools/blob/graphclust-gspan/tools/GraphClust/Structure_GSPAN commit 4379e712f76f2bb12ee2cc270dd8a0e806df2cd6
rnateam
parents:
diff changeset
75
4c7736b4d8ff planemo upload for repository https://github.com/mmiladi/galaxytools/blob/graphclust-gspan/tools/GraphClust/Structure_GSPAN commit 4379e712f76f2bb12ee2cc270dd8a0e806df2cd6
rnateam
parents:
diff changeset
76 + **seq-graph-t** : Add for each 't #' a graph which contains no structure
4c7736b4d8ff planemo upload for repository https://github.com/mmiladi/galaxytools/blob/graphclust-gspan/tools/GraphClust/Structure_GSPAN commit 4379e712f76f2bb12ee2cc270dd8a0e806df2cd6
rnateam
parents:
diff changeset
77
4c7736b4d8ff planemo upload for repository https://github.com/mmiladi/galaxytools/blob/graphclust-gspan/tools/GraphClust/Structure_GSPAN commit 4379e712f76f2bb12ee2cc270dd8a0e806df2cd6
rnateam
parents:
diff changeset
78 + **group** : Combine/group that number of input seqs into 1 gspan file output name is then '<INT>.group.gspan.bz2'
4c7736b4d8ff planemo upload for repository https://github.com/mmiladi/galaxytools/blob/graphclust-gspan/tools/GraphClust/Structure_GSPAN commit 4379e712f76f2bb12ee2cc270dd8a0e806df2cd6
rnateam
parents:
diff changeset
79
4c7736b4d8ff planemo upload for repository https://github.com/mmiladi/galaxytools/blob/graphclust-gspan/tools/GraphClust/Structure_GSPAN commit 4379e712f76f2bb12ee2cc270dd8a0e806df2cd6
rnateam
parents:
diff changeset
80 ]]>
4c7736b4d8ff planemo upload for repository https://github.com/mmiladi/galaxytools/blob/graphclust-gspan/tools/GraphClust/Structure_GSPAN commit 4379e712f76f2bb12ee2cc270dd8a0e806df2cd6
rnateam
parents:
diff changeset
81 </help>
4c7736b4d8ff planemo upload for repository https://github.com/mmiladi/galaxytools/blob/graphclust-gspan/tools/GraphClust/Structure_GSPAN commit 4379e712f76f2bb12ee2cc270dd8a0e806df2cd6
rnateam
parents:
diff changeset
82 <citations>
4c7736b4d8ff planemo upload for repository https://github.com/mmiladi/galaxytools/blob/graphclust-gspan/tools/GraphClust/Structure_GSPAN commit 4379e712f76f2bb12ee2cc270dd8a0e806df2cd6
rnateam
parents:
diff changeset
83 <citation type="doi">10.1093/bioinformatics/bts224</citation>
4c7736b4d8ff planemo upload for repository https://github.com/mmiladi/galaxytools/blob/graphclust-gspan/tools/GraphClust/Structure_GSPAN commit 4379e712f76f2bb12ee2cc270dd8a0e806df2cd6
rnateam
parents:
diff changeset
84 </citations>
4c7736b4d8ff planemo upload for repository https://github.com/mmiladi/galaxytools/blob/graphclust-gspan/tools/GraphClust/Structure_GSPAN commit 4379e712f76f2bb12ee2cc270dd8a0e806df2cd6
rnateam
parents:
diff changeset
85 </tool>