annotate preprocessing.xml @ 9:0690d59881b9 draft

planemo upload for repository https://github.com/eteriSokhoyan/galaxytools/tree/branchForIterations/tools/GraphClust commit 65d322f9ab2f24d65b307f3553589149a1d678d5
author rnateam
date Thu, 01 Jun 2017 08:09:49 -0400
parents a04e93fdb40a
children 16bcaef3dc1e
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
7
07ad2d77f28a planemo upload for repository https://github.com/eteriSokhoyan/galaxytools/tree/branchForIterations/tools/GraphClust commit 4379e712f76f2bb12ee2cc270dd8a0e806df2cd6
rnateam
parents: 6
diff changeset
1 <tool id="preproc" name="Preprocessing" version="0.2">
0
3eb088816194 planemo upload for repository https://github.com/eteriSokhoyan/galaxytools/tree/branchForIterations/tools/GraphClust commit 21aaee40723b5341b4236edeb0e72995c2054053
rnateam
parents:
diff changeset
2 <requirements>
6
dff6a5a17221 planemo upload for repository https://github.com/eteriSokhoyan/galaxytools/tree/branchForIterations/tools/GraphClust commit 4dd7269185f6fb9bdc007028007d6540f4cf057d
rnateam
parents: 5
diff changeset
3 <requirement type="package" version="0.1.12">graphclust-wrappers</requirement>
0
3eb088816194 planemo upload for repository https://github.com/eteriSokhoyan/galaxytools/tree/branchForIterations/tools/GraphClust commit 21aaee40723b5341b4236edeb0e72995c2054053
rnateam
parents:
diff changeset
4 </requirements>
3eb088816194 planemo upload for repository https://github.com/eteriSokhoyan/galaxytools/tree/branchForIterations/tools/GraphClust commit 21aaee40723b5341b4236edeb0e72995c2054053
rnateam
parents:
diff changeset
5 <stdio>
3eb088816194 planemo upload for repository https://github.com/eteriSokhoyan/galaxytools/tree/branchForIterations/tools/GraphClust commit 21aaee40723b5341b4236edeb0e72995c2054053
rnateam
parents:
diff changeset
6 <exit_code range="1:" />
3eb088816194 planemo upload for repository https://github.com/eteriSokhoyan/galaxytools/tree/branchForIterations/tools/GraphClust commit 21aaee40723b5341b4236edeb0e72995c2054053
rnateam
parents:
diff changeset
7 </stdio>
3eb088816194 planemo upload for repository https://github.com/eteriSokhoyan/galaxytools/tree/branchForIterations/tools/GraphClust commit 21aaee40723b5341b4236edeb0e72995c2054053
rnateam
parents:
diff changeset
8 <command>
3eb088816194 planemo upload for repository https://github.com/eteriSokhoyan/galaxytools/tree/branchForIterations/tools/GraphClust commit 21aaee40723b5341b4236edeb0e72995c2054053
rnateam
parents:
diff changeset
9 <![CDATA[
7
07ad2d77f28a planemo upload for repository https://github.com/eteriSokhoyan/galaxytools/tree/branchForIterations/tools/GraphClust commit 4379e712f76f2bb12ee2cc270dd8a0e806df2cd6
rnateam
parents: 6
diff changeset
10 preprocessing.pl
07ad2d77f28a planemo upload for repository https://github.com/eteriSokhoyan/galaxytools/tree/branchForIterations/tools/GraphClust commit 4379e712f76f2bb12ee2cc270dd8a0e806df2cd6
rnateam
parents: 6
diff changeset
11 '$fastaFile'
07ad2d77f28a planemo upload for repository https://github.com/eteriSokhoyan/galaxytools/tree/branchForIterations/tools/GraphClust commit 4379e712f76f2bb12ee2cc270dd8a0e806df2cd6
rnateam
parents: 6
diff changeset
12 $max_length
07ad2d77f28a planemo upload for repository https://github.com/eteriSokhoyan/galaxytools/tree/branchForIterations/tools/GraphClust commit 4379e712f76f2bb12ee2cc270dd8a0e806df2cd6
rnateam
parents: 6
diff changeset
13 $in_winShift
07ad2d77f28a planemo upload for repository https://github.com/eteriSokhoyan/galaxytools/tree/branchForIterations/tools/GraphClust commit 4379e712f76f2bb12ee2cc270dd8a0e806df2cd6
rnateam
parents: 6
diff changeset
14 $min_seq_length
0
3eb088816194 planemo upload for repository https://github.com/eteriSokhoyan/galaxytools/tree/branchForIterations/tools/GraphClust commit 21aaee40723b5341b4236edeb0e72995c2054053
rnateam
parents:
diff changeset
15
7
07ad2d77f28a planemo upload for repository https://github.com/eteriSokhoyan/galaxytools/tree/branchForIterations/tools/GraphClust commit 4379e712f76f2bb12ee2cc270dd8a0e806df2cd6
rnateam
parents: 6
diff changeset
16 #if $SHAPEdata:
07ad2d77f28a planemo upload for repository https://github.com/eteriSokhoyan/galaxytools/tree/branchForIterations/tools/GraphClust commit 4379e712f76f2bb12ee2cc270dd8a0e806df2cd6
rnateam
parents: 6
diff changeset
17 &&
07ad2d77f28a planemo upload for repository https://github.com/eteriSokhoyan/galaxytools/tree/branchForIterations/tools/GraphClust commit 4379e712f76f2bb12ee2cc270dd8a0e806df2cd6
rnateam
parents: 6
diff changeset
18 python '$__tool_directory__/splitSHAPE.py'
07ad2d77f28a planemo upload for repository https://github.com/eteriSokhoyan/galaxytools/tree/branchForIterations/tools/GraphClust commit 4379e712f76f2bb12ee2cc270dd8a0e806df2cd6
rnateam
parents: 6
diff changeset
19 '$SHAPEdata'
07ad2d77f28a planemo upload for repository https://github.com/eteriSokhoyan/galaxytools/tree/branchForIterations/tools/GraphClust commit 4379e712f76f2bb12ee2cc270dd8a0e806df2cd6
rnateam
parents: 6
diff changeset
20 $max_length
07ad2d77f28a planemo upload for repository https://github.com/eteriSokhoyan/galaxytools/tree/branchForIterations/tools/GraphClust commit 4379e712f76f2bb12ee2cc270dd8a0e806df2cd6
rnateam
parents: 6
diff changeset
21 #end if
0
3eb088816194 planemo upload for repository https://github.com/eteriSokhoyan/galaxytools/tree/branchForIterations/tools/GraphClust commit 21aaee40723b5341b4236edeb0e72995c2054053
rnateam
parents:
diff changeset
22 ]]>
3eb088816194 planemo upload for repository https://github.com/eteriSokhoyan/galaxytools/tree/branchForIterations/tools/GraphClust commit 21aaee40723b5341b4236edeb0e72995c2054053
rnateam
parents:
diff changeset
23 </command>
3eb088816194 planemo upload for repository https://github.com/eteriSokhoyan/galaxytools/tree/branchForIterations/tools/GraphClust commit 21aaee40723b5341b4236edeb0e72995c2054053
rnateam
parents:
diff changeset
24 <inputs>
3eb088816194 planemo upload for repository https://github.com/eteriSokhoyan/galaxytools/tree/branchForIterations/tools/GraphClust commit 21aaee40723b5341b4236edeb0e72995c2054053
rnateam
parents:
diff changeset
25 <param type="data" name="fastaFile" format="fasta" />
7
07ad2d77f28a planemo upload for repository https://github.com/eteriSokhoyan/galaxytools/tree/branchForIterations/tools/GraphClust commit 4379e712f76f2bb12ee2cc270dd8a0e806df2cd6
rnateam
parents: 6
diff changeset
26 <param type="data" name="SHAPEdata" format="txt" optional="true" label="SHAPE data"/>
0
3eb088816194 planemo upload for repository https://github.com/eteriSokhoyan/galaxytools/tree/branchForIterations/tools/GraphClust commit 21aaee40723b5341b4236edeb0e72995c2054053
rnateam
parents:
diff changeset
27 <param name="max_length" type="integer" value="10000" size="5" label="window size"/>
3eb088816194 planemo upload for repository https://github.com/eteriSokhoyan/galaxytools/tree/branchForIterations/tools/GraphClust commit 21aaee40723b5341b4236edeb0e72995c2054053
rnateam
parents:
diff changeset
28 <param name="in_winShift" type="integer" value="100" size="5" label="window shift in percent"/>
3eb088816194 planemo upload for repository https://github.com/eteriSokhoyan/galaxytools/tree/branchForIterations/tools/GraphClust commit 21aaee40723b5341b4236edeb0e72995c2054053
rnateam
parents:
diff changeset
29 <param name="min_seq_length" type="integer" value="5" size="5" label="minimum sequence length"/>
3eb088816194 planemo upload for repository https://github.com/eteriSokhoyan/galaxytools/tree/branchForIterations/tools/GraphClust commit 21aaee40723b5341b4236edeb0e72995c2054053
rnateam
parents:
diff changeset
30 </inputs>
3eb088816194 planemo upload for repository https://github.com/eteriSokhoyan/galaxytools/tree/branchForIterations/tools/GraphClust commit 21aaee40723b5341b4236edeb0e72995c2054053
rnateam
parents:
diff changeset
31 <outputs>
3eb088816194 planemo upload for repository https://github.com/eteriSokhoyan/galaxytools/tree/branchForIterations/tools/GraphClust commit 21aaee40723b5341b4236edeb0e72995c2054053
rnateam
parents:
diff changeset
32 <data name="data.fasta" format="fasta" from_work_dir="FASTA/data.fasta" label="data.fasta"/>
3eb088816194 planemo upload for repository https://github.com/eteriSokhoyan/galaxytools/tree/branchForIterations/tools/GraphClust commit 21aaee40723b5341b4236edeb0e72995c2054053
rnateam
parents:
diff changeset
33 <data name="data.map" format="txt" from_work_dir="FASTA/data.map" label="data.map"/>
3eb088816194 planemo upload for repository https://github.com/eteriSokhoyan/galaxytools/tree/branchForIterations/tools/GraphClust commit 21aaee40723b5341b4236edeb0e72995c2054053
rnateam
parents:
diff changeset
34 <data name="data.names" format="txt" from_work_dir="FASTA/data.names" label="data.names"/>
3eb088816194 planemo upload for repository https://github.com/eteriSokhoyan/galaxytools/tree/branchForIterations/tools/GraphClust commit 21aaee40723b5341b4236edeb0e72995c2054053
rnateam
parents:
diff changeset
35 <data name="data.fasta.scan" format="fasta" from_work_dir="FASTA/data.fasta.scan" label="data.fasta.scan"/>
3eb088816194 planemo upload for repository https://github.com/eteriSokhoyan/galaxytools/tree/branchForIterations/tools/GraphClust commit 21aaee40723b5341b4236edeb0e72995c2054053
rnateam
parents:
diff changeset
36 <data name="FASTA" format="zip" from_work_dir="FASTA.zip" label="FASTA.ZIP"/>
7
07ad2d77f28a planemo upload for repository https://github.com/eteriSokhoyan/galaxytools/tree/branchForIterations/tools/GraphClust commit 4379e712f76f2bb12ee2cc270dd8a0e806df2cd6
rnateam
parents: 6
diff changeset
37 <data name="shape_data_split" format="txt" from_work_dir="shape_data_split.react" label="SHAPE data splited"/>
0
3eb088816194 planemo upload for repository https://github.com/eteriSokhoyan/galaxytools/tree/branchForIterations/tools/GraphClust commit 21aaee40723b5341b4236edeb0e72995c2054053
rnateam
parents:
diff changeset
38 </outputs>
3eb088816194 planemo upload for repository https://github.com/eteriSokhoyan/galaxytools/tree/branchForIterations/tools/GraphClust commit 21aaee40723b5341b4236edeb0e72995c2054053
rnateam
parents:
diff changeset
39 <tests>
7
07ad2d77f28a planemo upload for repository https://github.com/eteriSokhoyan/galaxytools/tree/branchForIterations/tools/GraphClust commit 4379e712f76f2bb12ee2cc270dd8a0e806df2cd6
rnateam
parents: 6
diff changeset
40 <test>
07ad2d77f28a planemo upload for repository https://github.com/eteriSokhoyan/galaxytools/tree/branchForIterations/tools/GraphClust commit 4379e712f76f2bb12ee2cc270dd8a0e806df2cd6
rnateam
parents: 6
diff changeset
41 <param name="fastaFile" value="input.fa"/>
07ad2d77f28a planemo upload for repository https://github.com/eteriSokhoyan/galaxytools/tree/branchForIterations/tools/GraphClust commit 4379e712f76f2bb12ee2cc270dd8a0e806df2cd6
rnateam
parents: 6
diff changeset
42 <param name="max_length" value="10000"/>
07ad2d77f28a planemo upload for repository https://github.com/eteriSokhoyan/galaxytools/tree/branchForIterations/tools/GraphClust commit 4379e712f76f2bb12ee2cc270dd8a0e806df2cd6
rnateam
parents: 6
diff changeset
43 <param name="in_winShift" value="100"/>
07ad2d77f28a planemo upload for repository https://github.com/eteriSokhoyan/galaxytools/tree/branchForIterations/tools/GraphClust commit 4379e712f76f2bb12ee2cc270dd8a0e806df2cd6
rnateam
parents: 6
diff changeset
44 <param name="min_seq_length" value="5"/>
07ad2d77f28a planemo upload for repository https://github.com/eteriSokhoyan/galaxytools/tree/branchForIterations/tools/GraphClust commit 4379e712f76f2bb12ee2cc270dd8a0e806df2cd6
rnateam
parents: 6
diff changeset
45 <output name="data.fasta" file="FASTA/data.fasta"/>
07ad2d77f28a planemo upload for repository https://github.com/eteriSokhoyan/galaxytools/tree/branchForIterations/tools/GraphClust commit 4379e712f76f2bb12ee2cc270dd8a0e806df2cd6
rnateam
parents: 6
diff changeset
46 <output name="data.map" file="FASTA/data.map" />
07ad2d77f28a planemo upload for repository https://github.com/eteriSokhoyan/galaxytools/tree/branchForIterations/tools/GraphClust commit 4379e712f76f2bb12ee2cc270dd8a0e806df2cd6
rnateam
parents: 6
diff changeset
47 <output name="data.names" file="FASTA/data.names"/>
07ad2d77f28a planemo upload for repository https://github.com/eteriSokhoyan/galaxytools/tree/branchForIterations/tools/GraphClust commit 4379e712f76f2bb12ee2cc270dd8a0e806df2cd6
rnateam
parents: 6
diff changeset
48 <output name="data.fasta.scan" file="FASTA/data.fasta.scan" />
07ad2d77f28a planemo upload for repository https://github.com/eteriSokhoyan/galaxytools/tree/branchForIterations/tools/GraphClust commit 4379e712f76f2bb12ee2cc270dd8a0e806df2cd6
rnateam
parents: 6
diff changeset
49 </test>
8
a04e93fdb40a planemo upload for repository https://github.com/eteriSokhoyan/galaxytools/tree/branchForIterations/tools/GraphClust commit 9a3dc91fa984be18fabc0d968360634d787c9589
rnateam
parents: 7
diff changeset
50
a04e93fdb40a planemo upload for repository https://github.com/eteriSokhoyan/galaxytools/tree/branchForIterations/tools/GraphClust commit 9a3dc91fa984be18fabc0d968360634d787c9589
rnateam
parents: 7
diff changeset
51 <test>
a04e93fdb40a planemo upload for repository https://github.com/eteriSokhoyan/galaxytools/tree/branchForIterations/tools/GraphClust commit 9a3dc91fa984be18fabc0d968360634d787c9589
rnateam
parents: 7
diff changeset
52 <param name="fastaFile" value="sample_3.fa"/>
a04e93fdb40a planemo upload for repository https://github.com/eteriSokhoyan/galaxytools/tree/branchForIterations/tools/GraphClust commit 9a3dc91fa984be18fabc0d968360634d787c9589
rnateam
parents: 7
diff changeset
53 <param name="SHAPEdata" value="sample_3.react"/>
a04e93fdb40a planemo upload for repository https://github.com/eteriSokhoyan/galaxytools/tree/branchForIterations/tools/GraphClust commit 9a3dc91fa984be18fabc0d968360634d787c9589
rnateam
parents: 7
diff changeset
54 <param name="max_length" value="100"/>
a04e93fdb40a planemo upload for repository https://github.com/eteriSokhoyan/galaxytools/tree/branchForIterations/tools/GraphClust commit 9a3dc91fa984be18fabc0d968360634d787c9589
rnateam
parents: 7
diff changeset
55 <param name="in_winShift" value="50"/>
a04e93fdb40a planemo upload for repository https://github.com/eteriSokhoyan/galaxytools/tree/branchForIterations/tools/GraphClust commit 9a3dc91fa984be18fabc0d968360634d787c9589
rnateam
parents: 7
diff changeset
56 <param name="min_seq_length" value="5"/>
a04e93fdb40a planemo upload for repository https://github.com/eteriSokhoyan/galaxytools/tree/branchForIterations/tools/GraphClust commit 9a3dc91fa984be18fabc0d968360634d787c9589
rnateam
parents: 7
diff changeset
57 <output name="shape_data_split" file="sample_3_shape_data_split.react" />
a04e93fdb40a planemo upload for repository https://github.com/eteriSokhoyan/galaxytools/tree/branchForIterations/tools/GraphClust commit 9a3dc91fa984be18fabc0d968360634d787c9589
rnateam
parents: 7
diff changeset
58 </test>
7
07ad2d77f28a planemo upload for repository https://github.com/eteriSokhoyan/galaxytools/tree/branchForIterations/tools/GraphClust commit 4379e712f76f2bb12ee2cc270dd8a0e806df2cd6
rnateam
parents: 6
diff changeset
59 </tests>
0
3eb088816194 planemo upload for repository https://github.com/eteriSokhoyan/galaxytools/tree/branchForIterations/tools/GraphClust commit 21aaee40723b5341b4236edeb0e72995c2054053
rnateam
parents:
diff changeset
60 <help>
3eb088816194 planemo upload for repository https://github.com/eteriSokhoyan/galaxytools/tree/branchForIterations/tools/GraphClust commit 21aaee40723b5341b4236edeb0e72995c2054053
rnateam
parents:
diff changeset
61 <![CDATA[
3eb088816194 planemo upload for repository https://github.com/eteriSokhoyan/galaxytools/tree/branchForIterations/tools/GraphClust commit 21aaee40723b5341b4236edeb0e72995c2054053
rnateam
parents:
diff changeset
62
3eb088816194 planemo upload for repository https://github.com/eteriSokhoyan/galaxytools/tree/branchForIterations/tools/GraphClust commit 21aaee40723b5341b4236edeb0e72995c2054053
rnateam
parents:
diff changeset
63 **What it does**
3eb088816194 planemo upload for repository https://github.com/eteriSokhoyan/galaxytools/tree/branchForIterations/tools/GraphClust commit 21aaee40723b5341b4236edeb0e72995c2054053
rnateam
parents:
diff changeset
64
6
dff6a5a17221 planemo upload for repository https://github.com/eteriSokhoyan/galaxytools/tree/branchForIterations/tools/GraphClust commit 4dd7269185f6fb9bdc007028007d6540f4cf057d
rnateam
parents: 5
diff changeset
65 The tool takes as input a set of sequences in Fasta format and creates the final input for GraphCLust based on given parameters.
0
3eb088816194 planemo upload for repository https://github.com/eteriSokhoyan/galaxytools/tree/branchForIterations/tools/GraphClust commit 21aaee40723b5341b4236edeb0e72995c2054053
rnateam
parents:
diff changeset
66
3eb088816194 planemo upload for repository https://github.com/eteriSokhoyan/galaxytools/tree/branchForIterations/tools/GraphClust commit 21aaee40723b5341b4236edeb0e72995c2054053
rnateam
parents:
diff changeset
67 **Parameters**
3eb088816194 planemo upload for repository https://github.com/eteriSokhoyan/galaxytools/tree/branchForIterations/tools/GraphClust commit 21aaee40723b5341b4236edeb0e72995c2054053
rnateam
parents:
diff changeset
68
3eb088816194 planemo upload for repository https://github.com/eteriSokhoyan/galaxytools/tree/branchForIterations/tools/GraphClust commit 21aaee40723b5341b4236edeb0e72995c2054053
rnateam
parents:
diff changeset
69 + **window size** : All input sequences are splitted into fragments of this length.
3eb088816194 planemo upload for repository https://github.com/eteriSokhoyan/galaxytools/tree/branchForIterations/tools/GraphClust commit 21aaee40723b5341b4236edeb0e72995c2054053
rnateam
parents:
diff changeset
70 The shift of the sliding window can be defined via option *window shift in percent*.
3eb088816194 planemo upload for repository https://github.com/eteriSokhoyan/galaxytools/tree/branchForIterations/tools/GraphClust commit 21aaee40723b5341b4236edeb0e72995c2054053
rnateam
parents:
diff changeset
71 This paramter reflects the expected length of signals to be found.
3eb088816194 planemo upload for repository https://github.com/eteriSokhoyan/galaxytools/tree/branchForIterations/tools/GraphClust commit 21aaee40723b5341b4236edeb0e72995c2054053
rnateam
parents:
diff changeset
72 Slightly larger windows are usually ok. Too small windows can disturb existing signals.
3eb088816194 planemo upload for repository https://github.com/eteriSokhoyan/galaxytools/tree/branchForIterations/tools/GraphClust commit 21aaee40723b5341b4236edeb0e72995c2054053
rnateam
parents:
diff changeset
73
3eb088816194 planemo upload for repository https://github.com/eteriSokhoyan/galaxytools/tree/branchForIterations/tools/GraphClust commit 21aaee40723b5341b4236edeb0e72995c2054053
rnateam
parents:
diff changeset
74
3eb088816194 planemo upload for repository https://github.com/eteriSokhoyan/galaxytools/tree/branchForIterations/tools/GraphClust commit 21aaee40723b5341b4236edeb0e72995c2054053
rnateam
parents:
diff changeset
75 + **window shift in percent** : Relative window size in % for window shift during input preprocessing.
3eb088816194 planemo upload for repository https://github.com/eteriSokhoyan/galaxytools/tree/branchForIterations/tools/GraphClust commit 21aaee40723b5341b4236edeb0e72995c2054053
rnateam
parents:
diff changeset
76 Please note that a small shift results in much more fragments for clustering. The benefit is that RNA
3eb088816194 planemo upload for repository https://github.com/eteriSokhoyan/galaxytools/tree/branchForIterations/tools/GraphClust commit 21aaee40723b5341b4236edeb0e72995c2054053
rnateam
parents:
diff changeset
77 motifs/structures are not destroyed by arbitrary split points. Smaller
3eb088816194 planemo upload for repository https://github.com/eteriSokhoyan/galaxytools/tree/branchForIterations/tools/GraphClust commit 21aaee40723b5341b4236edeb0e72995c2054053
rnateam
parents:
diff changeset
78 shifts usually increase the cluster quality. Too small shifts (<20) are not
3eb088816194 planemo upload for repository https://github.com/eteriSokhoyan/galaxytools/tree/branchForIterations/tools/GraphClust commit 21aaee40723b5341b4236edeb0e72995c2054053
rnateam
parents:
diff changeset
79 recommended as a dense center is "polluted" by overlapping fragments and
3eb088816194 planemo upload for repository https://github.com/eteriSokhoyan/galaxytools/tree/branchForIterations/tools/GraphClust commit 21aaee40723b5341b4236edeb0e72995c2054053
rnateam
parents:
diff changeset
80 no other occurences in the dataset can be found.
3eb088816194 planemo upload for repository https://github.com/eteriSokhoyan/galaxytools/tree/branchForIterations/tools/GraphClust commit 21aaee40723b5341b4236edeb0e72995c2054053
rnateam
parents:
diff changeset
81
3eb088816194 planemo upload for repository https://github.com/eteriSokhoyan/galaxytools/tree/branchForIterations/tools/GraphClust commit 21aaee40723b5341b4236edeb0e72995c2054053
rnateam
parents:
diff changeset
82
3eb088816194 planemo upload for repository https://github.com/eteriSokhoyan/galaxytools/tree/branchForIterations/tools/GraphClust commit 21aaee40723b5341b4236edeb0e72995c2054053
rnateam
parents:
diff changeset
83 + **minimum sequence length** : Minimal length of input sequences.
3eb088816194 planemo upload for repository https://github.com/eteriSokhoyan/galaxytools/tree/branchForIterations/tools/GraphClust commit 21aaee40723b5341b4236edeb0e72995c2054053
rnateam
parents:
diff changeset
84 Every input sequence below that length is ignored completely during clustering.
3eb088816194 planemo upload for repository https://github.com/eteriSokhoyan/galaxytools/tree/branchForIterations/tools/GraphClust commit 21aaee40723b5341b4236edeb0e72995c2054053
rnateam
parents:
diff changeset
85
3eb088816194 planemo upload for repository https://github.com/eteriSokhoyan/galaxytools/tree/branchForIterations/tools/GraphClust commit 21aaee40723b5341b4236edeb0e72995c2054053
rnateam
parents:
diff changeset
86 ]]></help>
3eb088816194 planemo upload for repository https://github.com/eteriSokhoyan/galaxytools/tree/branchForIterations/tools/GraphClust commit 21aaee40723b5341b4236edeb0e72995c2054053
rnateam
parents:
diff changeset
87 <citations>
3eb088816194 planemo upload for repository https://github.com/eteriSokhoyan/galaxytools/tree/branchForIterations/tools/GraphClust commit 21aaee40723b5341b4236edeb0e72995c2054053
rnateam
parents:
diff changeset
88 <citation type="doi">10.1093/bioinformatics/bts224</citation>
3eb088816194 planemo upload for repository https://github.com/eteriSokhoyan/galaxytools/tree/branchForIterations/tools/GraphClust commit 21aaee40723b5341b4236edeb0e72995c2054053
rnateam
parents:
diff changeset
89 </citations>
3eb088816194 planemo upload for repository https://github.com/eteriSokhoyan/galaxytools/tree/branchForIterations/tools/GraphClust commit 21aaee40723b5341b4236edeb0e72995c2054053
rnateam
parents:
diff changeset
90 </tool>