annotate energy-estimation-utility.xml @ 4:21e619c46cb5 draft

planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/segmentation_fold_galaxy_wrapper commit 61ba605ef9eb63914a248fe389860daa2249af69
author yhoogstrate
date Wed, 02 Mar 2016 05:47:07 -0500
parents 59ab674be4b5
children fd7f0bf0f5b6
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
4
21e619c46cb5 planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/segmentation_fold_galaxy_wrapper commit 61ba605ef9eb63914a248fe389860daa2249af69
yhoogstrate
parents: 3
diff changeset
1 <tool id="energy_estimation_utility" name="energy-estimation-utility" version="1.6.0">
3
59ab674be4b5 planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/segmentation_fold_galaxy_wrapper commit 4b12ac5efae0802d2614747a639475d8778a68b4-dirty
yhoogstrate
parents:
diff changeset
2 <description>Estimate the maximal energy a segment needs to assign to become part of the optimal structure using segmentation-fold</description>
59ab674be4b5 planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/segmentation_fold_galaxy_wrapper commit 4b12ac5efae0802d2614747a639475d8778a68b4-dirty
yhoogstrate
parents:
diff changeset
3
59ab674be4b5 planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/segmentation_fold_galaxy_wrapper commit 4b12ac5efae0802d2614747a639475d8778a68b4-dirty
yhoogstrate
parents:
diff changeset
4 <requirements>
4
21e619c46cb5 planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/segmentation_fold_galaxy_wrapper commit 61ba605ef9eb63914a248fe389860daa2249af69
yhoogstrate
parents: 3
diff changeset
5 <requirement type="package" version="1.1.0">segmentation-fold</requirement>
3
59ab674be4b5 planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/segmentation_fold_galaxy_wrapper commit 4b12ac5efae0802d2614747a639475d8778a68b4-dirty
yhoogstrate
parents:
diff changeset
6 </requirements>
59ab674be4b5 planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/segmentation_fold_galaxy_wrapper commit 4b12ac5efae0802d2614747a639475d8778a68b4-dirty
yhoogstrate
parents:
diff changeset
7
59ab674be4b5 planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/segmentation_fold_galaxy_wrapper commit 4b12ac5efae0802d2614747a639475d8778a68b4-dirty
yhoogstrate
parents:
diff changeset
8 <stdio></stdio>
59ab674be4b5 planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/segmentation_fold_galaxy_wrapper commit 4b12ac5efae0802d2614747a639475d8778a68b4-dirty
yhoogstrate
parents:
diff changeset
9
59ab674be4b5 planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/segmentation_fold_galaxy_wrapper commit 4b12ac5efae0802d2614747a639475d8778a68b4-dirty
yhoogstrate
parents:
diff changeset
10 <version_command>segmentation-fold --version | head -n 2 | tail -n 1 | sed -e 's/^[[:space:]]*//' -e 's/[[:space:]]*$//'</version_command>
59ab674be4b5 planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/segmentation_fold_galaxy_wrapper commit 4b12ac5efae0802d2614747a639475d8778a68b4-dirty
yhoogstrate
parents:
diff changeset
11
59ab674be4b5 planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/segmentation_fold_galaxy_wrapper commit 4b12ac5efae0802d2614747a639475d8778a68b4-dirty
yhoogstrate
parents:
diff changeset
12 <command><![CDATA[
59ab674be4b5 planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/segmentation_fold_galaxy_wrapper commit 4b12ac5efae0802d2614747a639475d8778a68b4-dirty
yhoogstrate
parents:
diff changeset
13 energy-estimation-utility
59ab674be4b5 planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/segmentation_fold_galaxy_wrapper commit 4b12ac5efae0802d2614747a639475d8778a68b4-dirty
yhoogstrate
parents:
diff changeset
14 #if $parameters.use_custom_xml == "true"
59ab674be4b5 planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/segmentation_fold_galaxy_wrapper commit 4b12ac5efae0802d2614747a639475d8778a68b4-dirty
yhoogstrate
parents:
diff changeset
15 -x "${parameters.input_xml}"
59ab674be4b5 planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/segmentation_fold_galaxy_wrapper commit 4b12ac5efae0802d2614747a639475d8778a68b4-dirty
yhoogstrate
parents:
diff changeset
16 #else
59ab674be4b5 planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/segmentation_fold_galaxy_wrapper commit 4b12ac5efae0802d2614747a639475d8778a68b4-dirty
yhoogstrate
parents:
diff changeset
17 -x "\$SEGMENTATION_FOLD_DEFAULT_XML"
59ab674be4b5 planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/segmentation_fold_galaxy_wrapper commit 4b12ac5efae0802d2614747a639475d8778a68b4-dirty
yhoogstrate
parents:
diff changeset
18 #end if
59ab674be4b5 planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/segmentation_fold_galaxy_wrapper commit 4b12ac5efae0802d2614747a639475d8778a68b4-dirty
yhoogstrate
parents:
diff changeset
19
59ab674be4b5 planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/segmentation_fold_galaxy_wrapper commit 4b12ac5efae0802d2614747a639475d8778a68b4-dirty
yhoogstrate
parents:
diff changeset
20 -r ${randomization.shuffle_n_times}
59ab674be4b5 planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/segmentation_fold_galaxy_wrapper commit 4b12ac5efae0802d2614747a639475d8778a68b4-dirty
yhoogstrate
parents:
diff changeset
21 > "${output_list}"
59ab674be4b5 planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/segmentation_fold_galaxy_wrapper commit 4b12ac5efae0802d2614747a639475d8778a68b4-dirty
yhoogstrate
parents:
diff changeset
22 ]]></command>
59ab674be4b5 planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/segmentation_fold_galaxy_wrapper commit 4b12ac5efae0802d2614747a639475d8778a68b4-dirty
yhoogstrate
parents:
diff changeset
23
59ab674be4b5 planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/segmentation_fold_galaxy_wrapper commit 4b12ac5efae0802d2614747a639475d8778a68b4-dirty
yhoogstrate
parents:
diff changeset
24 <inputs>
59ab674be4b5 planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/segmentation_fold_galaxy_wrapper commit 4b12ac5efae0802d2614747a639475d8778a68b4-dirty
yhoogstrate
parents:
diff changeset
25 <conditional name="parameters">
59ab674be4b5 planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/segmentation_fold_galaxy_wrapper commit 4b12ac5efae0802d2614747a639475d8778a68b4-dirty
yhoogstrate
parents:
diff changeset
26 <param name="use_custom_xml"
59ab674be4b5 planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/segmentation_fold_galaxy_wrapper commit 4b12ac5efae0802d2614747a639475d8778a68b4-dirty
yhoogstrate
parents:
diff changeset
27 type="boolean"
59ab674be4b5 planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/segmentation_fold_galaxy_wrapper commit 4b12ac5efae0802d2614747a639475d8778a68b4-dirty
yhoogstrate
parents:
diff changeset
28 truevalue="true"
59ab674be4b5 planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/segmentation_fold_galaxy_wrapper commit 4b12ac5efae0802d2614747a639475d8778a68b4-dirty
yhoogstrate
parents:
diff changeset
29 falsevalue="false"
59ab674be4b5 planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/segmentation_fold_galaxy_wrapper commit 4b12ac5efae0802d2614747a639475d8778a68b4-dirty
yhoogstrate
parents:
diff changeset
30 selected="false"
59ab674be4b5 planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/segmentation_fold_galaxy_wrapper commit 4b12ac5efae0802d2614747a639475d8778a68b4-dirty
yhoogstrate
parents:
diff changeset
31 label="Use segment definition from history" />
59ab674be4b5 planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/segmentation_fold_galaxy_wrapper commit 4b12ac5efae0802d2614747a639475d8778a68b4-dirty
yhoogstrate
parents:
diff changeset
32
59ab674be4b5 planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/segmentation_fold_galaxy_wrapper commit 4b12ac5efae0802d2614747a639475d8778a68b4-dirty
yhoogstrate
parents:
diff changeset
33 <when value="false" />
59ab674be4b5 planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/segmentation_fold_galaxy_wrapper commit 4b12ac5efae0802d2614747a639475d8778a68b4-dirty
yhoogstrate
parents:
diff changeset
34 <when value="true">
59ab674be4b5 planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/segmentation_fold_galaxy_wrapper commit 4b12ac5efae0802d2614747a639475d8778a68b4-dirty
yhoogstrate
parents:
diff changeset
35 <param name="input_xml"
59ab674be4b5 planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/segmentation_fold_galaxy_wrapper commit 4b12ac5efae0802d2614747a639475d8778a68b4-dirty
yhoogstrate
parents:
diff changeset
36 type="data"
59ab674be4b5 planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/segmentation_fold_galaxy_wrapper commit 4b12ac5efae0802d2614747a639475d8778a68b4-dirty
yhoogstrate
parents:
diff changeset
37 format="xml"
59ab674be4b5 planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/segmentation_fold_galaxy_wrapper commit 4b12ac5efae0802d2614747a639475d8778a68b4-dirty
yhoogstrate
parents:
diff changeset
38 multiple="false"
59ab674be4b5 planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/segmentation_fold_galaxy_wrapper commit 4b12ac5efae0802d2614747a639475d8778a68b4-dirty
yhoogstrate
parents:
diff changeset
39 argument="-x"
59ab674be4b5 planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/segmentation_fold_galaxy_wrapper commit 4b12ac5efae0802d2614747a639475d8778a68b4-dirty
yhoogstrate
parents:
diff changeset
40 label="Custom 'segments.xml'-syntaxed file" />
59ab674be4b5 planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/segmentation_fold_galaxy_wrapper commit 4b12ac5efae0802d2614747a639475d8778a68b4-dirty
yhoogstrate
parents:
diff changeset
41 </when>
59ab674be4b5 planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/segmentation_fold_galaxy_wrapper commit 4b12ac5efae0802d2614747a639475d8778a68b4-dirty
yhoogstrate
parents:
diff changeset
42 </conditional>
59ab674be4b5 planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/segmentation_fold_galaxy_wrapper commit 4b12ac5efae0802d2614747a639475d8778a68b4-dirty
yhoogstrate
parents:
diff changeset
43
59ab674be4b5 planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/segmentation_fold_galaxy_wrapper commit 4b12ac5efae0802d2614747a639475d8778a68b4-dirty
yhoogstrate
parents:
diff changeset
44 <conditional name="randomization">
59ab674be4b5 planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/segmentation_fold_galaxy_wrapper commit 4b12ac5efae0802d2614747a639475d8778a68b4-dirty
yhoogstrate
parents:
diff changeset
45 <param name="do_randomization"
59ab674be4b5 planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/segmentation_fold_galaxy_wrapper commit 4b12ac5efae0802d2614747a639475d8778a68b4-dirty
yhoogstrate
parents:
diff changeset
46 type="boolean"
59ab674be4b5 planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/segmentation_fold_galaxy_wrapper commit 4b12ac5efae0802d2614747a639475d8778a68b4-dirty
yhoogstrate
parents:
diff changeset
47 truevalue="true"
59ab674be4b5 planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/segmentation_fold_galaxy_wrapper commit 4b12ac5efae0802d2614747a639475d8778a68b4-dirty
yhoogstrate
parents:
diff changeset
48 falsevalue="false"
59ab674be4b5 planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/segmentation_fold_galaxy_wrapper commit 4b12ac5efae0802d2614747a639475d8778a68b4-dirty
yhoogstrate
parents:
diff changeset
49 selected="false"
59ab674be4b5 planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/segmentation_fold_galaxy_wrapper commit 4b12ac5efae0802d2614747a639475d8778a68b4-dirty
yhoogstrate
parents:
diff changeset
50 label="Randomly shuffle the sequence(s) instead"
59ab674be4b5 planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/segmentation_fold_galaxy_wrapper commit 4b12ac5efae0802d2614747a639475d8778a68b4-dirty
yhoogstrate
parents:
diff changeset
51 help="This can be helpful in determining a baseline of observing an energy parameter by chance" />
59ab674be4b5 planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/segmentation_fold_galaxy_wrapper commit 4b12ac5efae0802d2614747a639475d8778a68b4-dirty
yhoogstrate
parents:
diff changeset
52
59ab674be4b5 planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/segmentation_fold_galaxy_wrapper commit 4b12ac5efae0802d2614747a639475d8778a68b4-dirty
yhoogstrate
parents:
diff changeset
53 <when value="false">
59ab674be4b5 planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/segmentation_fold_galaxy_wrapper commit 4b12ac5efae0802d2614747a639475d8778a68b4-dirty
yhoogstrate
parents:
diff changeset
54 <param name="shuffle_n_times"
59ab674be4b5 planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/segmentation_fold_galaxy_wrapper commit 4b12ac5efae0802d2614747a639475d8778a68b4-dirty
yhoogstrate
parents:
diff changeset
55 type="hidden"
59ab674be4b5 planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/segmentation_fold_galaxy_wrapper commit 4b12ac5efae0802d2614747a639475d8778a68b4-dirty
yhoogstrate
parents:
diff changeset
56 value="0"/>
59ab674be4b5 planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/segmentation_fold_galaxy_wrapper commit 4b12ac5efae0802d2614747a639475d8778a68b4-dirty
yhoogstrate
parents:
diff changeset
57 </when>
59ab674be4b5 planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/segmentation_fold_galaxy_wrapper commit 4b12ac5efae0802d2614747a639475d8778a68b4-dirty
yhoogstrate
parents:
diff changeset
58 <when value="true">
59ab674be4b5 planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/segmentation_fold_galaxy_wrapper commit 4b12ac5efae0802d2614747a639475d8778a68b4-dirty
yhoogstrate
parents:
diff changeset
59 <param name="shuffle_n_times"
59ab674be4b5 planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/segmentation_fold_galaxy_wrapper commit 4b12ac5efae0802d2614747a639475d8778a68b4-dirty
yhoogstrate
parents:
diff changeset
60 type="integer"
59ab674be4b5 planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/segmentation_fold_galaxy_wrapper commit 4b12ac5efae0802d2614747a639475d8778a68b4-dirty
yhoogstrate
parents:
diff changeset
61 min="0"
59ab674be4b5 planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/segmentation_fold_galaxy_wrapper commit 4b12ac5efae0802d2614747a639475d8778a68b4-dirty
yhoogstrate
parents:
diff changeset
62 value="10"
59ab674be4b5 planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/segmentation_fold_galaxy_wrapper commit 4b12ac5efae0802d2614747a639475d8778a68b4-dirty
yhoogstrate
parents:
diff changeset
63 argument="-r"
59ab674be4b5 planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/segmentation_fold_galaxy_wrapper commit 4b12ac5efae0802d2614747a639475d8778a68b4-dirty
yhoogstrate
parents:
diff changeset
64 label="Number of times the sequences have to be shuffled and energy parameters have to be estimated on" />
59ab674be4b5 planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/segmentation_fold_galaxy_wrapper commit 4b12ac5efae0802d2614747a639475d8778a68b4-dirty
yhoogstrate
parents:
diff changeset
65 </when>
59ab674be4b5 planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/segmentation_fold_galaxy_wrapper commit 4b12ac5efae0802d2614747a639475d8778a68b4-dirty
yhoogstrate
parents:
diff changeset
66 </conditional>
59ab674be4b5 planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/segmentation_fold_galaxy_wrapper commit 4b12ac5efae0802d2614747a639475d8778a68b4-dirty
yhoogstrate
parents:
diff changeset
67 </inputs>
59ab674be4b5 planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/segmentation_fold_galaxy_wrapper commit 4b12ac5efae0802d2614747a639475d8778a68b4-dirty
yhoogstrate
parents:
diff changeset
68
59ab674be4b5 planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/segmentation_fold_galaxy_wrapper commit 4b12ac5efae0802d2614747a639475d8778a68b4-dirty
yhoogstrate
parents:
diff changeset
69 <outputs>
59ab674be4b5 planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/segmentation_fold_galaxy_wrapper commit 4b12ac5efae0802d2614747a639475d8778a68b4-dirty
yhoogstrate
parents:
diff changeset
70 <data format="text" name="output_list" label="${tool.name}" />
59ab674be4b5 planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/segmentation_fold_galaxy_wrapper commit 4b12ac5efae0802d2614747a639475d8778a68b4-dirty
yhoogstrate
parents:
diff changeset
71 </outputs>
59ab674be4b5 planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/segmentation_fold_galaxy_wrapper commit 4b12ac5efae0802d2614747a639475d8778a68b4-dirty
yhoogstrate
parents:
diff changeset
72
59ab674be4b5 planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/segmentation_fold_galaxy_wrapper commit 4b12ac5efae0802d2614747a639475d8778a68b4-dirty
yhoogstrate
parents:
diff changeset
73 <tests>
59ab674be4b5 planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/segmentation_fold_galaxy_wrapper commit 4b12ac5efae0802d2614747a639475d8778a68b4-dirty
yhoogstrate
parents:
diff changeset
74 <test>
59ab674be4b5 planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/segmentation_fold_galaxy_wrapper commit 4b12ac5efae0802d2614747a639475d8778a68b4-dirty
yhoogstrate
parents:
diff changeset
75 <param name="use_custom_xml" value="true" />
59ab674be4b5 planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/segmentation_fold_galaxy_wrapper commit 4b12ac5efae0802d2614747a639475d8778a68b4-dirty
yhoogstrate
parents:
diff changeset
76 <param name="input_xml" value="segments_truncated.xml" ftype="xml" />
59ab674be4b5 planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/segmentation_fold_galaxy_wrapper commit 4b12ac5efae0802d2614747a639475d8778a68b4-dirty
yhoogstrate
parents:
diff changeset
77 <param name="do_randomization" value="false" />
59ab674be4b5 planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/segmentation_fold_galaxy_wrapper commit 4b12ac5efae0802d2614747a639475d8778a68b4-dirty
yhoogstrate
parents:
diff changeset
78 <param name="shuffle_n_times" value="0" />
59ab674be4b5 planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/segmentation_fold_galaxy_wrapper commit 4b12ac5efae0802d2614747a639475d8778a68b4-dirty
yhoogstrate
parents:
diff changeset
79
4
21e619c46cb5 planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/segmentation_fold_galaxy_wrapper commit 61ba605ef9eb63914a248fe389860daa2249af69
yhoogstrate
parents: 3
diff changeset
80 <output name="output_list" file="segments_truncated.out.txt" lines_diff="2" /><!-- Accept rounding errors by diff CPU's etc. -->
3
59ab674be4b5 planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/segmentation_fold_galaxy_wrapper commit 4b12ac5efae0802d2614747a639475d8778a68b4-dirty
yhoogstrate
parents:
diff changeset
81 </test>
59ab674be4b5 planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/segmentation_fold_galaxy_wrapper commit 4b12ac5efae0802d2614747a639475d8778a68b4-dirty
yhoogstrate
parents:
diff changeset
82 <test>
59ab674be4b5 planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/segmentation_fold_galaxy_wrapper commit 4b12ac5efae0802d2614747a639475d8778a68b4-dirty
yhoogstrate
parents:
diff changeset
83 <param name="use_custom_xml" value="true" />
59ab674be4b5 planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/segmentation_fold_galaxy_wrapper commit 4b12ac5efae0802d2614747a639475d8778a68b4-dirty
yhoogstrate
parents:
diff changeset
84 <param name="input_xml" value="segments_truncated.xml" ftype="xml" />
59ab674be4b5 planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/segmentation_fold_galaxy_wrapper commit 4b12ac5efae0802d2614747a639475d8778a68b4-dirty
yhoogstrate
parents:
diff changeset
85 <param name="do_randomization" value="false" />
59ab674be4b5 planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/segmentation_fold_galaxy_wrapper commit 4b12ac5efae0802d2614747a639475d8778a68b4-dirty
yhoogstrate
parents:
diff changeset
86 <param name="shuffle_n_times" value="1" />
59ab674be4b5 planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/segmentation_fold_galaxy_wrapper commit 4b12ac5efae0802d2614747a639475d8778a68b4-dirty
yhoogstrate
parents:
diff changeset
87
4
21e619c46cb5 planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/segmentation_fold_galaxy_wrapper commit 61ba605ef9eb63914a248fe389860daa2249af69
yhoogstrate
parents: 3
diff changeset
88 <output name="output_list" file="segments_truncated.2.out.txt" lines_diff="10" />
3
59ab674be4b5 planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/segmentation_fold_galaxy_wrapper commit 4b12ac5efae0802d2614747a639475d8778a68b4-dirty
yhoogstrate
parents:
diff changeset
89 </test>
59ab674be4b5 planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/segmentation_fold_galaxy_wrapper commit 4b12ac5efae0802d2614747a639475d8778a68b4-dirty
yhoogstrate
parents:
diff changeset
90 </tests>
59ab674be4b5 planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/segmentation_fold_galaxy_wrapper commit 4b12ac5efae0802d2614747a639475d8778a68b4-dirty
yhoogstrate
parents:
diff changeset
91
59ab674be4b5 planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/segmentation_fold_galaxy_wrapper commit 4b12ac5efae0802d2614747a639475d8778a68b4-dirty
yhoogstrate
parents:
diff changeset
92 <help><![CDATA[
59ab674be4b5 planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/segmentation_fold_galaxy_wrapper commit 4b12ac5efae0802d2614747a639475d8778a68b4-dirty
yhoogstrate
parents:
diff changeset
93 The tool uses the sequences from the xml file.
59ab674be4b5 planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/segmentation_fold_galaxy_wrapper commit 4b12ac5efae0802d2614747a639475d8778a68b4-dirty
yhoogstrate
parents:
diff changeset
94 ]]></help>
59ab674be4b5 planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/segmentation_fold_galaxy_wrapper commit 4b12ac5efae0802d2614747a639475d8778a68b4-dirty
yhoogstrate
parents:
diff changeset
95
59ab674be4b5 planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/segmentation_fold_galaxy_wrapper commit 4b12ac5efae0802d2614747a639475d8778a68b4-dirty
yhoogstrate
parents:
diff changeset
96 <citations>
59ab674be4b5 planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/segmentation_fold_galaxy_wrapper commit 4b12ac5efae0802d2614747a639475d8778a68b4-dirty
yhoogstrate
parents:
diff changeset
97 <citation type="bibtex">
59ab674be4b5 planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/segmentation_fold_galaxy_wrapper commit 4b12ac5efae0802d2614747a639475d8778a68b4-dirty
yhoogstrate
parents:
diff changeset
98 @mastersthesis{mastersthesis,
59ab674be4b5 planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/segmentation_fold_galaxy_wrapper commit 4b12ac5efae0802d2614747a639475d8778a68b4-dirty
yhoogstrate
parents:
diff changeset
99 author = {Youri Hoogstrate},
59ab674be4b5 planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/segmentation_fold_galaxy_wrapper commit 4b12ac5efae0802d2614747a639475d8778a68b4-dirty
yhoogstrate
parents:
diff changeset
100 title = {An algorithm for predicting RNA 2D structures including K-turns},
59ab674be4b5 planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/segmentation_fold_galaxy_wrapper commit 4b12ac5efae0802d2614747a639475d8778a68b4-dirty
yhoogstrate
parents:
diff changeset
101 school = {University of Technology Delft, Leiden University},
59ab674be4b5 planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/segmentation_fold_galaxy_wrapper commit 4b12ac5efae0802d2614747a639475d8778a68b4-dirty
yhoogstrate
parents:
diff changeset
102 year = 2012,
59ab674be4b5 planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/segmentation_fold_galaxy_wrapper commit 4b12ac5efae0802d2614747a639475d8778a68b4-dirty
yhoogstrate
parents:
diff changeset
103 address = {},
59ab674be4b5 planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/segmentation_fold_galaxy_wrapper commit 4b12ac5efae0802d2614747a639475d8778a68b4-dirty
yhoogstrate
parents:
diff changeset
104 month = 11,
59ab674be4b5 planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/segmentation_fold_galaxy_wrapper commit 4b12ac5efae0802d2614747a639475d8778a68b4-dirty
yhoogstrate
parents:
diff changeset
105 note = {Research assignment for Master Computer-science},
59ab674be4b5 planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/segmentation_fold_galaxy_wrapper commit 4b12ac5efae0802d2614747a639475d8778a68b4-dirty
yhoogstrate
parents:
diff changeset
106 url = { https://yh-kt-fold.googlecode.com/files/Report.pdf }
59ab674be4b5 planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/segmentation_fold_galaxy_wrapper commit 4b12ac5efae0802d2614747a639475d8778a68b4-dirty
yhoogstrate
parents:
diff changeset
107 }
59ab674be4b5 planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/segmentation_fold_galaxy_wrapper commit 4b12ac5efae0802d2614747a639475d8778a68b4-dirty
yhoogstrate
parents:
diff changeset
108 </citation>
59ab674be4b5 planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/segmentation_fold_galaxy_wrapper commit 4b12ac5efae0802d2614747a639475d8778a68b4-dirty
yhoogstrate
parents:
diff changeset
109 </citations>
59ab674be4b5 planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/segmentation_fold_galaxy_wrapper commit 4b12ac5efae0802d2614747a639475d8778a68b4-dirty
yhoogstrate
parents:
diff changeset
110 </tool>