annotate preprocessing.xml @ 11:c0c9d19bc7b2 draft

planemo upload for repository https://github.com/eteriSokhoyan/galaxytools/tree/branchForIterations/tools/GraphClust commit 746497a64b955f6b9afc1944d1c1d8d877e53267
author rnateam
date Tue, 18 Jul 2017 01:43:49 -0400
parents 16bcaef3dc1e
children 8a1786cdcf95
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
11
c0c9d19bc7b2 planemo upload for repository https://github.com/eteriSokhoyan/galaxytools/tree/branchForIterations/tools/GraphClust commit 746497a64b955f6b9afc1944d1c1d8d877e53267
rnateam
parents: 10
diff changeset
1 <tool id="preproc" name="Preprocessing" version="0.3">
0
3eb088816194 planemo upload for repository https://github.com/eteriSokhoyan/galaxytools/tree/branchForIterations/tools/GraphClust commit 21aaee40723b5341b4236edeb0e72995c2054053
rnateam
parents:
diff changeset
2 <requirements>
11
c0c9d19bc7b2 planemo upload for repository https://github.com/eteriSokhoyan/galaxytools/tree/branchForIterations/tools/GraphClust commit 746497a64b955f6b9afc1944d1c1d8d877e53267
rnateam
parents: 10
diff changeset
3 <requirement type="package" version="0.3.1">graphclust-wrappers</requirement>
10
16bcaef3dc1e planemo upload for repository https://github.com/eteriSokhoyan/galaxytools/tree/branchForIterations/tools/GraphClust commit 6aa3014c2c6f9ef9ee71b20cfffec461b3a102a5
rnateam
parents: 8
diff changeset
4 <requirement type="package" version="3.0">zip</requirement>
11
c0c9d19bc7b2 planemo upload for repository https://github.com/eteriSokhoyan/galaxytools/tree/branchForIterations/tools/GraphClust commit 746497a64b955f6b9afc1944d1c1d8d877e53267
rnateam
parents: 10
diff changeset
5 <requirement type="package" version="1.70">biopython</requirement>
10
16bcaef3dc1e planemo upload for repository https://github.com/eteriSokhoyan/galaxytools/tree/branchForIterations/tools/GraphClust commit 6aa3014c2c6f9ef9ee71b20cfffec461b3a102a5
rnateam
parents: 8
diff changeset
6
0
3eb088816194 planemo upload for repository https://github.com/eteriSokhoyan/galaxytools/tree/branchForIterations/tools/GraphClust commit 21aaee40723b5341b4236edeb0e72995c2054053
rnateam
parents:
diff changeset
7 </requirements>
3eb088816194 planemo upload for repository https://github.com/eteriSokhoyan/galaxytools/tree/branchForIterations/tools/GraphClust commit 21aaee40723b5341b4236edeb0e72995c2054053
rnateam
parents:
diff changeset
8 <stdio>
3eb088816194 planemo upload for repository https://github.com/eteriSokhoyan/galaxytools/tree/branchForIterations/tools/GraphClust commit 21aaee40723b5341b4236edeb0e72995c2054053
rnateam
parents:
diff changeset
9 <exit_code range="1:" />
3eb088816194 planemo upload for repository https://github.com/eteriSokhoyan/galaxytools/tree/branchForIterations/tools/GraphClust commit 21aaee40723b5341b4236edeb0e72995c2054053
rnateam
parents:
diff changeset
10 </stdio>
3eb088816194 planemo upload for repository https://github.com/eteriSokhoyan/galaxytools/tree/branchForIterations/tools/GraphClust commit 21aaee40723b5341b4236edeb0e72995c2054053
rnateam
parents:
diff changeset
11 <command>
3eb088816194 planemo upload for repository https://github.com/eteriSokhoyan/galaxytools/tree/branchForIterations/tools/GraphClust commit 21aaee40723b5341b4236edeb0e72995c2054053
rnateam
parents:
diff changeset
12 <![CDATA[
7
07ad2d77f28a planemo upload for repository https://github.com/eteriSokhoyan/galaxytools/tree/branchForIterations/tools/GraphClust commit 4379e712f76f2bb12ee2cc270dd8a0e806df2cd6
rnateam
parents: 6
diff changeset
13 preprocessing.pl
07ad2d77f28a planemo upload for repository https://github.com/eteriSokhoyan/galaxytools/tree/branchForIterations/tools/GraphClust commit 4379e712f76f2bb12ee2cc270dd8a0e806df2cd6
rnateam
parents: 6
diff changeset
14 '$fastaFile'
07ad2d77f28a planemo upload for repository https://github.com/eteriSokhoyan/galaxytools/tree/branchForIterations/tools/GraphClust commit 4379e712f76f2bb12ee2cc270dd8a0e806df2cd6
rnateam
parents: 6
diff changeset
15 $max_length
07ad2d77f28a planemo upload for repository https://github.com/eteriSokhoyan/galaxytools/tree/branchForIterations/tools/GraphClust commit 4379e712f76f2bb12ee2cc270dd8a0e806df2cd6
rnateam
parents: 6
diff changeset
16 $in_winShift
07ad2d77f28a planemo upload for repository https://github.com/eteriSokhoyan/galaxytools/tree/branchForIterations/tools/GraphClust commit 4379e712f76f2bb12ee2cc270dd8a0e806df2cd6
rnateam
parents: 6
diff changeset
17 $min_seq_length
0
3eb088816194 planemo upload for repository https://github.com/eteriSokhoyan/galaxytools/tree/branchForIterations/tools/GraphClust commit 21aaee40723b5341b4236edeb0e72995c2054053
rnateam
parents:
diff changeset
18
7
07ad2d77f28a planemo upload for repository https://github.com/eteriSokhoyan/galaxytools/tree/branchForIterations/tools/GraphClust commit 4379e712f76f2bb12ee2cc270dd8a0e806df2cd6
rnateam
parents: 6
diff changeset
19 #if $SHAPEdata:
07ad2d77f28a planemo upload for repository https://github.com/eteriSokhoyan/galaxytools/tree/branchForIterations/tools/GraphClust commit 4379e712f76f2bb12ee2cc270dd8a0e806df2cd6
rnateam
parents: 6
diff changeset
20 &&
07ad2d77f28a planemo upload for repository https://github.com/eteriSokhoyan/galaxytools/tree/branchForIterations/tools/GraphClust commit 4379e712f76f2bb12ee2cc270dd8a0e806df2cd6
rnateam
parents: 6
diff changeset
21 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
22 '$SHAPEdata'
11
c0c9d19bc7b2 planemo upload for repository https://github.com/eteriSokhoyan/galaxytools/tree/branchForIterations/tools/GraphClust commit 746497a64b955f6b9afc1944d1c1d8d877e53267
rnateam
parents: 10
diff changeset
23
7
07ad2d77f28a planemo upload for repository https://github.com/eteriSokhoyan/galaxytools/tree/branchForIterations/tools/GraphClust commit 4379e712f76f2bb12ee2cc270dd8a0e806df2cd6
rnateam
parents: 6
diff changeset
24 #end if
11
c0c9d19bc7b2 planemo upload for repository https://github.com/eteriSokhoyan/galaxytools/tree/branchForIterations/tools/GraphClust commit 746497a64b955f6b9afc1944d1c1d8d877e53267
rnateam
parents: 10
diff changeset
25
c0c9d19bc7b2 planemo upload for repository https://github.com/eteriSokhoyan/galaxytools/tree/branchForIterations/tools/GraphClust commit 746497a64b955f6b9afc1944d1c1d8d877e53267
rnateam
parents: 10
diff changeset
26 #if $AlignmentData:
c0c9d19bc7b2 planemo upload for repository https://github.com/eteriSokhoyan/galaxytools/tree/branchForIterations/tools/GraphClust commit 746497a64b955f6b9afc1944d1c1d8d877e53267
rnateam
parents: 10
diff changeset
27 &&
c0c9d19bc7b2 planemo upload for repository https://github.com/eteriSokhoyan/galaxytools/tree/branchForIterations/tools/GraphClust commit 746497a64b955f6b9afc1944d1c1d8d877e53267
rnateam
parents: 10
diff changeset
28 python '$__tool_directory__/splitStockholm.py'
c0c9d19bc7b2 planemo upload for repository https://github.com/eteriSokhoyan/galaxytools/tree/branchForIterations/tools/GraphClust commit 746497a64b955f6b9afc1944d1c1d8d877e53267
rnateam
parents: 10
diff changeset
29 '$AlignmentData'
c0c9d19bc7b2 planemo upload for repository https://github.com/eteriSokhoyan/galaxytools/tree/branchForIterations/tools/GraphClust commit 746497a64b955f6b9afc1944d1c1d8d877e53267
rnateam
parents: 10
diff changeset
30
c0c9d19bc7b2 planemo upload for repository https://github.com/eteriSokhoyan/galaxytools/tree/branchForIterations/tools/GraphClust commit 746497a64b955f6b9afc1944d1c1d8d877e53267
rnateam
parents: 10
diff changeset
31 #end if
c0c9d19bc7b2 planemo upload for repository https://github.com/eteriSokhoyan/galaxytools/tree/branchForIterations/tools/GraphClust commit 746497a64b955f6b9afc1944d1c1d8d877e53267
rnateam
parents: 10
diff changeset
32
0
3eb088816194 planemo upload for repository https://github.com/eteriSokhoyan/galaxytools/tree/branchForIterations/tools/GraphClust commit 21aaee40723b5341b4236edeb0e72995c2054053
rnateam
parents:
diff changeset
33 ]]>
3eb088816194 planemo upload for repository https://github.com/eteriSokhoyan/galaxytools/tree/branchForIterations/tools/GraphClust commit 21aaee40723b5341b4236edeb0e72995c2054053
rnateam
parents:
diff changeset
34 </command>
3eb088816194 planemo upload for repository https://github.com/eteriSokhoyan/galaxytools/tree/branchForIterations/tools/GraphClust commit 21aaee40723b5341b4236edeb0e72995c2054053
rnateam
parents:
diff changeset
35 <inputs>
3eb088816194 planemo upload for repository https://github.com/eteriSokhoyan/galaxytools/tree/branchForIterations/tools/GraphClust commit 21aaee40723b5341b4236edeb0e72995c2054053
rnateam
parents:
diff changeset
36 <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
37 <param type="data" name="SHAPEdata" format="txt" optional="true" label="SHAPE data"/>
11
c0c9d19bc7b2 planemo upload for repository https://github.com/eteriSokhoyan/galaxytools/tree/branchForIterations/tools/GraphClust commit 746497a64b955f6b9afc1944d1c1d8d877e53267
rnateam
parents: 10
diff changeset
38 <param type="data" name="AlignmentData" format="stockholm" optional="true" label="Alignments file"/>
0
3eb088816194 planemo upload for repository https://github.com/eteriSokhoyan/galaxytools/tree/branchForIterations/tools/GraphClust commit 21aaee40723b5341b4236edeb0e72995c2054053
rnateam
parents:
diff changeset
39 <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
40 <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
41 <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
42 </inputs>
3eb088816194 planemo upload for repository https://github.com/eteriSokhoyan/galaxytools/tree/branchForIterations/tools/GraphClust commit 21aaee40723b5341b4236edeb0e72995c2054053
rnateam
parents:
diff changeset
43 <outputs>
3eb088816194 planemo upload for repository https://github.com/eteriSokhoyan/galaxytools/tree/branchForIterations/tools/GraphClust commit 21aaee40723b5341b4236edeb0e72995c2054053
rnateam
parents:
diff changeset
44 <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
45 <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
46 <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
47 <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
48 <data name="FASTA" format="zip" from_work_dir="FASTA.zip" label="FASTA.ZIP"/>
11
c0c9d19bc7b2 planemo upload for repository https://github.com/eteriSokhoyan/galaxytools/tree/branchForIterations/tools/GraphClust commit 746497a64b955f6b9afc1944d1c1d8d877e53267
rnateam
parents: 10
diff changeset
49 <data name="shape_data_split" format="txt" from_work_dir="shape_data_split.react" label="SHAPE.data.split"/>
c0c9d19bc7b2 planemo upload for repository https://github.com/eteriSokhoyan/galaxytools/tree/branchForIterations/tools/GraphClust commit 746497a64b955f6b9afc1944d1c1d8d877e53267
rnateam
parents: 10
diff changeset
50 <data name="alignment_data_split" format="stockholm" from_work_dir="alignment_data_split.stk" label="alignments.data.stk"/>
0
3eb088816194 planemo upload for repository https://github.com/eteriSokhoyan/galaxytools/tree/branchForIterations/tools/GraphClust commit 21aaee40723b5341b4236edeb0e72995c2054053
rnateam
parents:
diff changeset
51 </outputs>
3eb088816194 planemo upload for repository https://github.com/eteriSokhoyan/galaxytools/tree/branchForIterations/tools/GraphClust commit 21aaee40723b5341b4236edeb0e72995c2054053
rnateam
parents:
diff changeset
52 <tests>
7
07ad2d77f28a planemo upload for repository https://github.com/eteriSokhoyan/galaxytools/tree/branchForIterations/tools/GraphClust commit 4379e712f76f2bb12ee2cc270dd8a0e806df2cd6
rnateam
parents: 6
diff changeset
53 <test>
07ad2d77f28a planemo upload for repository https://github.com/eteriSokhoyan/galaxytools/tree/branchForIterations/tools/GraphClust commit 4379e712f76f2bb12ee2cc270dd8a0e806df2cd6
rnateam
parents: 6
diff changeset
54 <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
55 <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
56 <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
57 <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
58 <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
59 <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
60 <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
61 <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
62 </test>
8
a04e93fdb40a planemo upload for repository https://github.com/eteriSokhoyan/galaxytools/tree/branchForIterations/tools/GraphClust commit 9a3dc91fa984be18fabc0d968360634d787c9589
rnateam
parents: 7
diff changeset
63
a04e93fdb40a planemo upload for repository https://github.com/eteriSokhoyan/galaxytools/tree/branchForIterations/tools/GraphClust commit 9a3dc91fa984be18fabc0d968360634d787c9589
rnateam
parents: 7
diff changeset
64 <test>
a04e93fdb40a planemo upload for repository https://github.com/eteriSokhoyan/galaxytools/tree/branchForIterations/tools/GraphClust commit 9a3dc91fa984be18fabc0d968360634d787c9589
rnateam
parents: 7
diff changeset
65 <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
66 <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
67 <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
68 <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
69 <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
70 <output name="shape_data_split" file="sample_3_shape_data_split.react" />
11
c0c9d19bc7b2 planemo upload for repository https://github.com/eteriSokhoyan/galaxytools/tree/branchForIterations/tools/GraphClust commit 746497a64b955f6b9afc1944d1c1d8d877e53267
rnateam
parents: 10
diff changeset
71 </test>
c0c9d19bc7b2 planemo upload for repository https://github.com/eteriSokhoyan/galaxytools/tree/branchForIterations/tools/GraphClust commit 746497a64b955f6b9afc1944d1c1d8d877e53267
rnateam
parents: 10
diff changeset
72 <test>
c0c9d19bc7b2 planemo upload for repository https://github.com/eteriSokhoyan/galaxytools/tree/branchForIterations/tools/GraphClust commit 746497a64b955f6b9afc1944d1c1d8d877e53267
rnateam
parents: 10
diff changeset
73 <param name="fastaFile" value="sample_4_representatives.fa"/>
c0c9d19bc7b2 planemo upload for repository https://github.com/eteriSokhoyan/galaxytools/tree/branchForIterations/tools/GraphClust commit 746497a64b955f6b9afc1944d1c1d8d877e53267
rnateam
parents: 10
diff changeset
74 <param name="AlignmentData" value="sample_4_all.stk"/>
c0c9d19bc7b2 planemo upload for repository https://github.com/eteriSokhoyan/galaxytools/tree/branchForIterations/tools/GraphClust commit 746497a64b955f6b9afc1944d1c1d8d877e53267
rnateam
parents: 10
diff changeset
75 <param name="max_length" value="50"/>
c0c9d19bc7b2 planemo upload for repository https://github.com/eteriSokhoyan/galaxytools/tree/branchForIterations/tools/GraphClust commit 746497a64b955f6b9afc1944d1c1d8d877e53267
rnateam
parents: 10
diff changeset
76 <param name="in_winShift" value="50"/>
c0c9d19bc7b2 planemo upload for repository https://github.com/eteriSokhoyan/galaxytools/tree/branchForIterations/tools/GraphClust commit 746497a64b955f6b9afc1944d1c1d8d877e53267
rnateam
parents: 10
diff changeset
77 <param name="min_seq_length" value="5"/>
c0c9d19bc7b2 planemo upload for repository https://github.com/eteriSokhoyan/galaxytools/tree/branchForIterations/tools/GraphClust commit 746497a64b955f6b9afc1944d1c1d8d877e53267
rnateam
parents: 10
diff changeset
78 <output name="alignment_data_split" file="sample_4_alignment_data_split.stk" />
8
a04e93fdb40a planemo upload for repository https://github.com/eteriSokhoyan/galaxytools/tree/branchForIterations/tools/GraphClust commit 9a3dc91fa984be18fabc0d968360634d787c9589
rnateam
parents: 7
diff changeset
79 </test>
7
07ad2d77f28a planemo upload for repository https://github.com/eteriSokhoyan/galaxytools/tree/branchForIterations/tools/GraphClust commit 4379e712f76f2bb12ee2cc270dd8a0e806df2cd6
rnateam
parents: 6
diff changeset
80 </tests>
0
3eb088816194 planemo upload for repository https://github.com/eteriSokhoyan/galaxytools/tree/branchForIterations/tools/GraphClust commit 21aaee40723b5341b4236edeb0e72995c2054053
rnateam
parents:
diff changeset
81 <help>
3eb088816194 planemo upload for repository https://github.com/eteriSokhoyan/galaxytools/tree/branchForIterations/tools/GraphClust commit 21aaee40723b5341b4236edeb0e72995c2054053
rnateam
parents:
diff changeset
82 <![CDATA[
3eb088816194 planemo upload for repository https://github.com/eteriSokhoyan/galaxytools/tree/branchForIterations/tools/GraphClust commit 21aaee40723b5341b4236edeb0e72995c2054053
rnateam
parents:
diff changeset
83
3eb088816194 planemo upload for repository https://github.com/eteriSokhoyan/galaxytools/tree/branchForIterations/tools/GraphClust commit 21aaee40723b5341b4236edeb0e72995c2054053
rnateam
parents:
diff changeset
84 **What it does**
3eb088816194 planemo upload for repository https://github.com/eteriSokhoyan/galaxytools/tree/branchForIterations/tools/GraphClust commit 21aaee40723b5341b4236edeb0e72995c2054053
rnateam
parents:
diff changeset
85
6
dff6a5a17221 planemo upload for repository https://github.com/eteriSokhoyan/galaxytools/tree/branchForIterations/tools/GraphClust commit 4dd7269185f6fb9bdc007028007d6540f4cf057d
rnateam
parents: 5
diff changeset
86 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
87
3eb088816194 planemo upload for repository https://github.com/eteriSokhoyan/galaxytools/tree/branchForIterations/tools/GraphClust commit 21aaee40723b5341b4236edeb0e72995c2054053
rnateam
parents:
diff changeset
88 **Parameters**
3eb088816194 planemo upload for repository https://github.com/eteriSokhoyan/galaxytools/tree/branchForIterations/tools/GraphClust commit 21aaee40723b5341b4236edeb0e72995c2054053
rnateam
parents:
diff changeset
89
3eb088816194 planemo upload for repository https://github.com/eteriSokhoyan/galaxytools/tree/branchForIterations/tools/GraphClust commit 21aaee40723b5341b4236edeb0e72995c2054053
rnateam
parents:
diff changeset
90 + **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
91 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
92 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
93 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
94
3eb088816194 planemo upload for repository https://github.com/eteriSokhoyan/galaxytools/tree/branchForIterations/tools/GraphClust commit 21aaee40723b5341b4236edeb0e72995c2054053
rnateam
parents:
diff changeset
95
3eb088816194 planemo upload for repository https://github.com/eteriSokhoyan/galaxytools/tree/branchForIterations/tools/GraphClust commit 21aaee40723b5341b4236edeb0e72995c2054053
rnateam
parents:
diff changeset
96 + **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
97 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
98 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
99 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
100 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
101 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
102
3eb088816194 planemo upload for repository https://github.com/eteriSokhoyan/galaxytools/tree/branchForIterations/tools/GraphClust commit 21aaee40723b5341b4236edeb0e72995c2054053
rnateam
parents:
diff changeset
103
3eb088816194 planemo upload for repository https://github.com/eteriSokhoyan/galaxytools/tree/branchForIterations/tools/GraphClust commit 21aaee40723b5341b4236edeb0e72995c2054053
rnateam
parents:
diff changeset
104 + **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
105 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
106
3eb088816194 planemo upload for repository https://github.com/eteriSokhoyan/galaxytools/tree/branchForIterations/tools/GraphClust commit 21aaee40723b5341b4236edeb0e72995c2054053
rnateam
parents:
diff changeset
107 ]]></help>
3eb088816194 planemo upload for repository https://github.com/eteriSokhoyan/galaxytools/tree/branchForIterations/tools/GraphClust commit 21aaee40723b5341b4236edeb0e72995c2054053
rnateam
parents:
diff changeset
108 <citations>
3eb088816194 planemo upload for repository https://github.com/eteriSokhoyan/galaxytools/tree/branchForIterations/tools/GraphClust commit 21aaee40723b5341b4236edeb0e72995c2054053
rnateam
parents:
diff changeset
109 <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
110 </citations>
3eb088816194 planemo upload for repository https://github.com/eteriSokhoyan/galaxytools/tree/branchForIterations/tools/GraphClust commit 21aaee40723b5341b4236edeb0e72995c2054053
rnateam
parents:
diff changeset
111 </tool>