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