Mercurial > repos > yhoogstrate > segmentation_fold
annotate energy-estimation-utility.xml @ 9:8e155ad4151a draft
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/segmentation_fold_galaxy_wrapper commit 7e54643d9af0065268d5cde2f2fc9872d2de8fa9
author | yhoogstrate |
---|---|
date | Thu, 31 Mar 2016 04:12:13 -0400 |
parents | 8dcf7ca46c72 |
children | 312edff152eb |
rev | line source |
---|---|
8
8dcf7ca46c72
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/segmentation_fold_galaxy_wrapper commit d7ca394c8959cf2a0d9c38fa4de309be99c73280-dirty
yhoogstrate
parents:
6
diff
changeset
|
1 <tool id="energy_estimation_utility" name="energy-estimation-utility" version="1.6.3-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> |
8
8dcf7ca46c72
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/segmentation_fold_galaxy_wrapper commit d7ca394c8959cf2a0d9c38fa4de309be99c73280-dirty
yhoogstrate
parents:
6
diff
changeset
|
5 <requirement type="package" version="1.6.3">segmentation-fold</requirement> |
6
a61db7f9d80b
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/segmentation_fold_galaxy_wrapper commit 30448244448344cd393d444ef23b27318165cbdb-dirty
yhoogstrate
parents:
5
diff
changeset
|
6 <requirement type="package" version="2.7.10">python</requirement> |
3
59ab674be4b5
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/segmentation_fold_galaxy_wrapper commit 4b12ac5efae0802d2614747a639475d8778a68b4-dirty
yhoogstrate
parents:
diff
changeset
|
7 </requirements> |
59ab674be4b5
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/segmentation_fold_galaxy_wrapper commit 4b12ac5efae0802d2614747a639475d8778a68b4-dirty
yhoogstrate
parents:
diff
changeset
|
8 |
59ab674be4b5
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/segmentation_fold_galaxy_wrapper commit 4b12ac5efae0802d2614747a639475d8778a68b4-dirty
yhoogstrate
parents:
diff
changeset
|
9 <stdio></stdio> |
59ab674be4b5
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/segmentation_fold_galaxy_wrapper commit 4b12ac5efae0802d2614747a639475d8778a68b4-dirty
yhoogstrate
parents:
diff
changeset
|
10 |
59ab674be4b5
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/segmentation_fold_galaxy_wrapper commit 4b12ac5efae0802d2614747a639475d8778a68b4-dirty
yhoogstrate
parents:
diff
changeset
|
11 <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
|
12 |
59ab674be4b5
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/segmentation_fold_galaxy_wrapper commit 4b12ac5efae0802d2614747a639475d8778a68b4-dirty
yhoogstrate
parents:
diff
changeset
|
13 <command><![CDATA[ |
59ab674be4b5
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/segmentation_fold_galaxy_wrapper commit 4b12ac5efae0802d2614747a639475d8778a68b4-dirty
yhoogstrate
parents:
diff
changeset
|
14 energy-estimation-utility |
59ab674be4b5
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/segmentation_fold_galaxy_wrapper commit 4b12ac5efae0802d2614747a639475d8778a68b4-dirty
yhoogstrate
parents:
diff
changeset
|
15 #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
|
16 -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
|
17 #else |
59ab674be4b5
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/segmentation_fold_galaxy_wrapper commit 4b12ac5efae0802d2614747a639475d8778a68b4-dirty
yhoogstrate
parents:
diff
changeset
|
18 -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
|
19 #end if |
59ab674be4b5
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/segmentation_fold_galaxy_wrapper commit 4b12ac5efae0802d2614747a639475d8778a68b4-dirty
yhoogstrate
parents:
diff
changeset
|
20 |
59ab674be4b5
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/segmentation_fold_galaxy_wrapper commit 4b12ac5efae0802d2614747a639475d8778a68b4-dirty
yhoogstrate
parents:
diff
changeset
|
21 -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
|
22 > "${output_list}" |
59ab674be4b5
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/segmentation_fold_galaxy_wrapper commit 4b12ac5efae0802d2614747a639475d8778a68b4-dirty
yhoogstrate
parents:
diff
changeset
|
23 ]]></command> |
59ab674be4b5
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/segmentation_fold_galaxy_wrapper commit 4b12ac5efae0802d2614747a639475d8778a68b4-dirty
yhoogstrate
parents:
diff
changeset
|
24 |
59ab674be4b5
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/segmentation_fold_galaxy_wrapper commit 4b12ac5efae0802d2614747a639475d8778a68b4-dirty
yhoogstrate
parents:
diff
changeset
|
25 <inputs> |
59ab674be4b5
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/segmentation_fold_galaxy_wrapper commit 4b12ac5efae0802d2614747a639475d8778a68b4-dirty
yhoogstrate
parents:
diff
changeset
|
26 <conditional name="parameters"> |
59ab674be4b5
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/segmentation_fold_galaxy_wrapper commit 4b12ac5efae0802d2614747a639475d8778a68b4-dirty
yhoogstrate
parents:
diff
changeset
|
27 <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
|
28 type="boolean" |
59ab674be4b5
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/segmentation_fold_galaxy_wrapper commit 4b12ac5efae0802d2614747a639475d8778a68b4-dirty
yhoogstrate
parents:
diff
changeset
|
29 truevalue="true" |
59ab674be4b5
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/segmentation_fold_galaxy_wrapper commit 4b12ac5efae0802d2614747a639475d8778a68b4-dirty
yhoogstrate
parents:
diff
changeset
|
30 falsevalue="false" |
59ab674be4b5
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/segmentation_fold_galaxy_wrapper commit 4b12ac5efae0802d2614747a639475d8778a68b4-dirty
yhoogstrate
parents:
diff
changeset
|
31 selected="false" |
59ab674be4b5
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/segmentation_fold_galaxy_wrapper commit 4b12ac5efae0802d2614747a639475d8778a68b4-dirty
yhoogstrate
parents:
diff
changeset
|
32 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
|
33 |
59ab674be4b5
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/segmentation_fold_galaxy_wrapper commit 4b12ac5efae0802d2614747a639475d8778a68b4-dirty
yhoogstrate
parents:
diff
changeset
|
34 <when value="false" /> |
59ab674be4b5
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/segmentation_fold_galaxy_wrapper commit 4b12ac5efae0802d2614747a639475d8778a68b4-dirty
yhoogstrate
parents:
diff
changeset
|
35 <when value="true"> |
59ab674be4b5
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/segmentation_fold_galaxy_wrapper commit 4b12ac5efae0802d2614747a639475d8778a68b4-dirty
yhoogstrate
parents:
diff
changeset
|
36 <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
|
37 type="data" |
59ab674be4b5
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/segmentation_fold_galaxy_wrapper commit 4b12ac5efae0802d2614747a639475d8778a68b4-dirty
yhoogstrate
parents:
diff
changeset
|
38 format="xml" |
59ab674be4b5
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/segmentation_fold_galaxy_wrapper commit 4b12ac5efae0802d2614747a639475d8778a68b4-dirty
yhoogstrate
parents:
diff
changeset
|
39 multiple="false" |
59ab674be4b5
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/segmentation_fold_galaxy_wrapper commit 4b12ac5efae0802d2614747a639475d8778a68b4-dirty
yhoogstrate
parents:
diff
changeset
|
40 argument="-x" |
59ab674be4b5
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/segmentation_fold_galaxy_wrapper commit 4b12ac5efae0802d2614747a639475d8778a68b4-dirty
yhoogstrate
parents:
diff
changeset
|
41 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
|
42 </when> |
59ab674be4b5
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/segmentation_fold_galaxy_wrapper commit 4b12ac5efae0802d2614747a639475d8778a68b4-dirty
yhoogstrate
parents:
diff
changeset
|
43 </conditional> |
59ab674be4b5
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/segmentation_fold_galaxy_wrapper commit 4b12ac5efae0802d2614747a639475d8778a68b4-dirty
yhoogstrate
parents:
diff
changeset
|
44 |
59ab674be4b5
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/segmentation_fold_galaxy_wrapper commit 4b12ac5efae0802d2614747a639475d8778a68b4-dirty
yhoogstrate
parents:
diff
changeset
|
45 <conditional name="randomization"> |
59ab674be4b5
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/segmentation_fold_galaxy_wrapper commit 4b12ac5efae0802d2614747a639475d8778a68b4-dirty
yhoogstrate
parents:
diff
changeset
|
46 <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
|
47 type="boolean" |
59ab674be4b5
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/segmentation_fold_galaxy_wrapper commit 4b12ac5efae0802d2614747a639475d8778a68b4-dirty
yhoogstrate
parents:
diff
changeset
|
48 truevalue="true" |
59ab674be4b5
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/segmentation_fold_galaxy_wrapper commit 4b12ac5efae0802d2614747a639475d8778a68b4-dirty
yhoogstrate
parents:
diff
changeset
|
49 falsevalue="false" |
59ab674be4b5
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/segmentation_fold_galaxy_wrapper commit 4b12ac5efae0802d2614747a639475d8778a68b4-dirty
yhoogstrate
parents:
diff
changeset
|
50 selected="false" |
59ab674be4b5
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/segmentation_fold_galaxy_wrapper commit 4b12ac5efae0802d2614747a639475d8778a68b4-dirty
yhoogstrate
parents:
diff
changeset
|
51 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
|
52 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
|
53 |
59ab674be4b5
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/segmentation_fold_galaxy_wrapper commit 4b12ac5efae0802d2614747a639475d8778a68b4-dirty
yhoogstrate
parents:
diff
changeset
|
54 <when value="false"> |
59ab674be4b5
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/segmentation_fold_galaxy_wrapper commit 4b12ac5efae0802d2614747a639475d8778a68b4-dirty
yhoogstrate
parents:
diff
changeset
|
55 <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
|
56 type="hidden" |
59ab674be4b5
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/segmentation_fold_galaxy_wrapper commit 4b12ac5efae0802d2614747a639475d8778a68b4-dirty
yhoogstrate
parents:
diff
changeset
|
57 value="0"/> |
59ab674be4b5
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/segmentation_fold_galaxy_wrapper commit 4b12ac5efae0802d2614747a639475d8778a68b4-dirty
yhoogstrate
parents:
diff
changeset
|
58 </when> |
59ab674be4b5
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/segmentation_fold_galaxy_wrapper commit 4b12ac5efae0802d2614747a639475d8778a68b4-dirty
yhoogstrate
parents:
diff
changeset
|
59 <when value="true"> |
59ab674be4b5
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/segmentation_fold_galaxy_wrapper commit 4b12ac5efae0802d2614747a639475d8778a68b4-dirty
yhoogstrate
parents:
diff
changeset
|
60 <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
|
61 type="integer" |
59ab674be4b5
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/segmentation_fold_galaxy_wrapper commit 4b12ac5efae0802d2614747a639475d8778a68b4-dirty
yhoogstrate
parents:
diff
changeset
|
62 min="0" |
59ab674be4b5
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/segmentation_fold_galaxy_wrapper commit 4b12ac5efae0802d2614747a639475d8778a68b4-dirty
yhoogstrate
parents:
diff
changeset
|
63 value="10" |
59ab674be4b5
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/segmentation_fold_galaxy_wrapper commit 4b12ac5efae0802d2614747a639475d8778a68b4-dirty
yhoogstrate
parents:
diff
changeset
|
64 argument="-r" |
59ab674be4b5
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/segmentation_fold_galaxy_wrapper commit 4b12ac5efae0802d2614747a639475d8778a68b4-dirty
yhoogstrate
parents:
diff
changeset
|
65 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
|
66 </when> |
59ab674be4b5
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/segmentation_fold_galaxy_wrapper commit 4b12ac5efae0802d2614747a639475d8778a68b4-dirty
yhoogstrate
parents:
diff
changeset
|
67 </conditional> |
59ab674be4b5
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/segmentation_fold_galaxy_wrapper commit 4b12ac5efae0802d2614747a639475d8778a68b4-dirty
yhoogstrate
parents:
diff
changeset
|
68 </inputs> |
59ab674be4b5
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/segmentation_fold_galaxy_wrapper commit 4b12ac5efae0802d2614747a639475d8778a68b4-dirty
yhoogstrate
parents:
diff
changeset
|
69 |
59ab674be4b5
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/segmentation_fold_galaxy_wrapper commit 4b12ac5efae0802d2614747a639475d8778a68b4-dirty
yhoogstrate
parents:
diff
changeset
|
70 <outputs> |
59ab674be4b5
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/segmentation_fold_galaxy_wrapper commit 4b12ac5efae0802d2614747a639475d8778a68b4-dirty
yhoogstrate
parents:
diff
changeset
|
71 <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
|
72 </outputs> |
59ab674be4b5
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/segmentation_fold_galaxy_wrapper commit 4b12ac5efae0802d2614747a639475d8778a68b4-dirty
yhoogstrate
parents:
diff
changeset
|
73 |
59ab674be4b5
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/segmentation_fold_galaxy_wrapper commit 4b12ac5efae0802d2614747a639475d8778a68b4-dirty
yhoogstrate
parents:
diff
changeset
|
74 <tests> |
59ab674be4b5
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/segmentation_fold_galaxy_wrapper commit 4b12ac5efae0802d2614747a639475d8778a68b4-dirty
yhoogstrate
parents:
diff
changeset
|
75 <test> |
59ab674be4b5
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/segmentation_fold_galaxy_wrapper commit 4b12ac5efae0802d2614747a639475d8778a68b4-dirty
yhoogstrate
parents:
diff
changeset
|
76 <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
|
77 <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
|
78 <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
|
79 <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
|
80 |
4
21e619c46cb5
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/segmentation_fold_galaxy_wrapper commit 61ba605ef9eb63914a248fe389860daa2249af69
yhoogstrate
parents:
3
diff
changeset
|
81 <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
|
82 </test> |
59ab674be4b5
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/segmentation_fold_galaxy_wrapper commit 4b12ac5efae0802d2614747a639475d8778a68b4-dirty
yhoogstrate
parents:
diff
changeset
|
83 <test> |
59ab674be4b5
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/segmentation_fold_galaxy_wrapper commit 4b12ac5efae0802d2614747a639475d8778a68b4-dirty
yhoogstrate
parents:
diff
changeset
|
84 <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
|
85 <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
|
86 <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
|
87 <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
|
88 |
4
21e619c46cb5
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/segmentation_fold_galaxy_wrapper commit 61ba605ef9eb63914a248fe389860daa2249af69
yhoogstrate
parents:
3
diff
changeset
|
89 <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
|
90 </test> |
59ab674be4b5
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/segmentation_fold_galaxy_wrapper commit 4b12ac5efae0802d2614747a639475d8778a68b4-dirty
yhoogstrate
parents:
diff
changeset
|
91 </tests> |
59ab674be4b5
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/segmentation_fold_galaxy_wrapper commit 4b12ac5efae0802d2614747a639475d8778a68b4-dirty
yhoogstrate
parents:
diff
changeset
|
92 |
59ab674be4b5
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/segmentation_fold_galaxy_wrapper commit 4b12ac5efae0802d2614747a639475d8778a68b4-dirty
yhoogstrate
parents:
diff
changeset
|
93 <help><![CDATA[ |
59ab674be4b5
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/segmentation_fold_galaxy_wrapper commit 4b12ac5efae0802d2614747a639475d8778a68b4-dirty
yhoogstrate
parents:
diff
changeset
|
94 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
|
95 ]]></help> |
59ab674be4b5
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/segmentation_fold_galaxy_wrapper commit 4b12ac5efae0802d2614747a639475d8778a68b4-dirty
yhoogstrate
parents:
diff
changeset
|
96 |
59ab674be4b5
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/segmentation_fold_galaxy_wrapper commit 4b12ac5efae0802d2614747a639475d8778a68b4-dirty
yhoogstrate
parents:
diff
changeset
|
97 <citations> |
59ab674be4b5
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/segmentation_fold_galaxy_wrapper commit 4b12ac5efae0802d2614747a639475d8778a68b4-dirty
yhoogstrate
parents:
diff
changeset
|
98 <citation type="bibtex"> |
59ab674be4b5
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/segmentation_fold_galaxy_wrapper commit 4b12ac5efae0802d2614747a639475d8778a68b4-dirty
yhoogstrate
parents:
diff
changeset
|
99 @mastersthesis{mastersthesis, |
59ab674be4b5
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/segmentation_fold_galaxy_wrapper commit 4b12ac5efae0802d2614747a639475d8778a68b4-dirty
yhoogstrate
parents:
diff
changeset
|
100 author = {Youri Hoogstrate}, |
59ab674be4b5
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/segmentation_fold_galaxy_wrapper commit 4b12ac5efae0802d2614747a639475d8778a68b4-dirty
yhoogstrate
parents:
diff
changeset
|
101 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
|
102 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
|
103 year = 2012, |
59ab674be4b5
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/segmentation_fold_galaxy_wrapper commit 4b12ac5efae0802d2614747a639475d8778a68b4-dirty
yhoogstrate
parents:
diff
changeset
|
104 address = {}, |
59ab674be4b5
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/segmentation_fold_galaxy_wrapper commit 4b12ac5efae0802d2614747a639475d8778a68b4-dirty
yhoogstrate
parents:
diff
changeset
|
105 month = 11, |
59ab674be4b5
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/segmentation_fold_galaxy_wrapper commit 4b12ac5efae0802d2614747a639475d8778a68b4-dirty
yhoogstrate
parents:
diff
changeset
|
106 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
|
107 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
|
108 } |
59ab674be4b5
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/segmentation_fold_galaxy_wrapper commit 4b12ac5efae0802d2614747a639475d8778a68b4-dirty
yhoogstrate
parents:
diff
changeset
|
109 </citation> |
59ab674be4b5
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/segmentation_fold_galaxy_wrapper commit 4b12ac5efae0802d2614747a639475d8778a68b4-dirty
yhoogstrate
parents:
diff
changeset
|
110 </citations> |
59ab674be4b5
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/segmentation_fold_galaxy_wrapper commit 4b12ac5efae0802d2614747a639475d8778a68b4-dirty
yhoogstrate
parents:
diff
changeset
|
111 </tool> |