annotate structure_to_gspan.xml @ 0:81a8f5bba747 draft default tip

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