Mercurial > repos > yhoogstrate > segmentation_fold
annotate segmentation-fold.xml @ 7:bff6e82064da draft
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/segmentation_fold_galaxy_wrapper commit 4a09ba36d8feeea3b61ab5b2b113aac7f34d389f-dirty
author | yhoogstrate |
---|---|
date | Thu, 10 Mar 2016 03:22:58 -0500 |
parents | fd7f0bf0f5b6 |
children | 8dcf7ca46c72 |
rev | line source |
---|---|
5
fd7f0bf0f5b6
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/segmentation_fold_galaxy_wrapper commit 3d4c8888c2257e2c01255ea4141fe96bcf6960df
yhoogstrate
parents:
4
diff
changeset
|
1 <tool id="segmentation_fold" name="segmentation-fold" version="1.6.2-0"> |
0
3125baf6e705
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/segmentation_fold_galaxy_wrapper commit b37cb65736e2a6e76b94a9fa12a5887046437e36
yhoogstrate
parents:
diff
changeset
|
2 <description>RNA-Folding including predefined segments including K-turns</description> |
3125baf6e705
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/segmentation_fold_galaxy_wrapper commit b37cb65736e2a6e76b94a9fa12a5887046437e36
yhoogstrate
parents:
diff
changeset
|
3 |
3125baf6e705
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/segmentation_fold_galaxy_wrapper commit b37cb65736e2a6e76b94a9fa12a5887046437e36
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.6.2">segmentation-fold</requirement> |
0
3125baf6e705
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/segmentation_fold_galaxy_wrapper commit b37cb65736e2a6e76b94a9fa12a5887046437e36
yhoogstrate
parents:
diff
changeset
|
6 </requirements> |
3125baf6e705
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/segmentation_fold_galaxy_wrapper commit b37cb65736e2a6e76b94a9fa12a5887046437e36
yhoogstrate
parents:
diff
changeset
|
7 |
3125baf6e705
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/segmentation_fold_galaxy_wrapper commit b37cb65736e2a6e76b94a9fa12a5887046437e36
yhoogstrate
parents:
diff
changeset
|
8 <stdio></stdio> |
3125baf6e705
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/segmentation_fold_galaxy_wrapper commit b37cb65736e2a6e76b94a9fa12a5887046437e36
yhoogstrate
parents:
diff
changeset
|
9 |
2
eccb5ee89df7
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/segmentation_fold_galaxy_wrapper commit b37cb65736e2a6e76b94a9fa12a5887046437e36-dirty
yhoogstrate
parents:
0
diff
changeset
|
10 <version_command>segmentation-fold --version | head -n 2 | tail -n 1 | sed -e 's/^[[:space:]]*//' -e 's/[[:space:]]*$//'</version_command> |
0
3125baf6e705
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/segmentation_fold_galaxy_wrapper commit b37cb65736e2a6e76b94a9fa12a5887046437e36
yhoogstrate
parents:
diff
changeset
|
11 |
3125baf6e705
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/segmentation_fold_galaxy_wrapper commit b37cb65736e2a6e76b94a9fa12a5887046437e36
yhoogstrate
parents:
diff
changeset
|
12 <command><![CDATA[ |
3125baf6e705
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/segmentation_fold_galaxy_wrapper commit b37cb65736e2a6e76b94a9fa12a5887046437e36
yhoogstrate
parents:
diff
changeset
|
13 segmentation-fold |
3125baf6e705
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/segmentation_fold_galaxy_wrapper commit b37cb65736e2a6e76b94a9fa12a5887046437e36
yhoogstrate
parents:
diff
changeset
|
14 |
3125baf6e705
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/segmentation_fold_galaxy_wrapper commit b37cb65736e2a6e76b94a9fa12a5887046437e36
yhoogstrate
parents:
diff
changeset
|
15 #if $input.method == "fasta" |
3125baf6e705
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/segmentation_fold_galaxy_wrapper commit b37cb65736e2a6e76b94a9fa12a5887046437e36
yhoogstrate
parents:
diff
changeset
|
16 -f $input.input_fasta |
3125baf6e705
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/segmentation_fold_galaxy_wrapper commit b37cb65736e2a6e76b94a9fa12a5887046437e36
yhoogstrate
parents:
diff
changeset
|
17 #else |
3
59ab674be4b5
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/segmentation_fold_galaxy_wrapper commit 4b12ac5efae0802d2614747a639475d8778a68b4-dirty
yhoogstrate
parents:
2
diff
changeset
|
18 -s $input.input_sequence |
0
3125baf6e705
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/segmentation_fold_galaxy_wrapper commit b37cb65736e2a6e76b94a9fa12a5887046437e36
yhoogstrate
parents:
diff
changeset
|
19 #end if |
3125baf6e705
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/segmentation_fold_galaxy_wrapper commit b37cb65736e2a6e76b94a9fa12a5887046437e36
yhoogstrate
parents:
diff
changeset
|
20 |
3125baf6e705
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/segmentation_fold_galaxy_wrapper commit b37cb65736e2a6e76b94a9fa12a5887046437e36
yhoogstrate
parents:
diff
changeset
|
21 -p $predict_segments |
3125baf6e705
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/segmentation_fold_galaxy_wrapper commit b37cb65736e2a6e76b94a9fa12a5887046437e36
yhoogstrate
parents:
diff
changeset
|
22 -h $min_hairpin_size |
3125baf6e705
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/segmentation_fold_galaxy_wrapper commit b37cb65736e2a6e76b94a9fa12a5887046437e36
yhoogstrate
parents:
diff
changeset
|
23 |
3125baf6e705
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/segmentation_fold_galaxy_wrapper commit b37cb65736e2a6e76b94a9fa12a5887046437e36
yhoogstrate
parents:
diff
changeset
|
24 #if $parameters.settings == "default" |
3
59ab674be4b5
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/segmentation_fold_galaxy_wrapper commit 4b12ac5efae0802d2614747a639475d8778a68b4-dirty
yhoogstrate
parents:
2
diff
changeset
|
25 -x "\$SEGMENTATION_FOLD_DEFAULT_XML" |
0
3125baf6e705
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/segmentation_fold_galaxy_wrapper commit b37cb65736e2a6e76b94a9fa12a5887046437e36
yhoogstrate
parents:
diff
changeset
|
26 #else |
3
59ab674be4b5
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/segmentation_fold_galaxy_wrapper commit 4b12ac5efae0802d2614747a639475d8778a68b4-dirty
yhoogstrate
parents:
2
diff
changeset
|
27 -x "${parameters.input_xml}" |
0
3125baf6e705
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/segmentation_fold_galaxy_wrapper commit b37cb65736e2a6e76b94a9fa12a5887046437e36
yhoogstrate
parents:
diff
changeset
|
28 #end if |
3125baf6e705
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/segmentation_fold_galaxy_wrapper commit b37cb65736e2a6e76b94a9fa12a5887046437e36
yhoogstrate
parents:
diff
changeset
|
29 |
2
eccb5ee89df7
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/segmentation_fold_galaxy_wrapper commit b37cb65736e2a6e76b94a9fa12a5887046437e36-dirty
yhoogstrate
parents:
0
diff
changeset
|
30 -t \${GALAXY_SLOTS:-4} |
0
3125baf6e705
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/segmentation_fold_galaxy_wrapper commit b37cb65736e2a6e76b94a9fa12a5887046437e36
yhoogstrate
parents:
diff
changeset
|
31 > $output_dbn |
3125baf6e705
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/segmentation_fold_galaxy_wrapper commit b37cb65736e2a6e76b94a9fa12a5887046437e36
yhoogstrate
parents:
diff
changeset
|
32 ]]></command> |
3125baf6e705
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/segmentation_fold_galaxy_wrapper commit b37cb65736e2a6e76b94a9fa12a5887046437e36
yhoogstrate
parents:
diff
changeset
|
33 |
3125baf6e705
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/segmentation_fold_galaxy_wrapper commit b37cb65736e2a6e76b94a9fa12a5887046437e36
yhoogstrate
parents:
diff
changeset
|
34 <inputs> |
3125baf6e705
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/segmentation_fold_galaxy_wrapper commit b37cb65736e2a6e76b94a9fa12a5887046437e36
yhoogstrate
parents:
diff
changeset
|
35 <conditional name="input"> |
3125baf6e705
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/segmentation_fold_galaxy_wrapper commit b37cb65736e2a6e76b94a9fa12a5887046437e36
yhoogstrate
parents:
diff
changeset
|
36 <param name="method" type="select" label="Energy parameters"> |
3125baf6e705
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/segmentation_fold_galaxy_wrapper commit b37cb65736e2a6e76b94a9fa12a5887046437e36
yhoogstrate
parents:
diff
changeset
|
37 <option value="fasta" selected="true">As FASTA-file</option> |
3125baf6e705
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/segmentation_fold_galaxy_wrapper commit b37cb65736e2a6e76b94a9fa12a5887046437e36
yhoogstrate
parents:
diff
changeset
|
38 <option value="text">As text</option> |
3125baf6e705
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/segmentation_fold_galaxy_wrapper commit b37cb65736e2a6e76b94a9fa12a5887046437e36
yhoogstrate
parents:
diff
changeset
|
39 </param> |
3125baf6e705
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/segmentation_fold_galaxy_wrapper commit b37cb65736e2a6e76b94a9fa12a5887046437e36
yhoogstrate
parents:
diff
changeset
|
40 <when value="fasta"> |
3125baf6e705
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/segmentation_fold_galaxy_wrapper commit b37cb65736e2a6e76b94a9fa12a5887046437e36
yhoogstrate
parents:
diff
changeset
|
41 <param name="input_fasta" type="data" format="fasta" label="Fasta file with RNA-sequece (-f)" /> |
3125baf6e705
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/segmentation_fold_galaxy_wrapper commit b37cb65736e2a6e76b94a9fa12a5887046437e36
yhoogstrate
parents:
diff
changeset
|
42 </when> |
3125baf6e705
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/segmentation_fold_galaxy_wrapper commit b37cb65736e2a6e76b94a9fa12a5887046437e36
yhoogstrate
parents:
diff
changeset
|
43 <when value="text"> |
3125baf6e705
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/segmentation_fold_galaxy_wrapper commit b37cb65736e2a6e76b94a9fa12a5887046437e36
yhoogstrate
parents:
diff
changeset
|
44 <param name="input_sequence" type="text" label="RNA-sequece (-s)" /> |
3125baf6e705
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/segmentation_fold_galaxy_wrapper commit b37cb65736e2a6e76b94a9fa12a5887046437e36
yhoogstrate
parents:
diff
changeset
|
45 </when> |
3125baf6e705
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/segmentation_fold_galaxy_wrapper commit b37cb65736e2a6e76b94a9fa12a5887046437e36
yhoogstrate
parents:
diff
changeset
|
46 </conditional> |
3125baf6e705
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/segmentation_fold_galaxy_wrapper commit b37cb65736e2a6e76b94a9fa12a5887046437e36
yhoogstrate
parents:
diff
changeset
|
47 |
3125baf6e705
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/segmentation_fold_galaxy_wrapper commit b37cb65736e2a6e76b94a9fa12a5887046437e36
yhoogstrate
parents:
diff
changeset
|
48 <param name="predict_segments" type="boolean" truevalue="1" falsevalue="0" checked="true" label="Enable segment prediction functionality (-p)" /> |
3125baf6e705
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/segmentation_fold_galaxy_wrapper commit b37cb65736e2a6e76b94a9fa12a5887046437e36
yhoogstrate
parents:
diff
changeset
|
49 <param name="min_hairpin_size" type="integer" min="1" value="3" label="Minimum hairpin size (-h)" /> |
3125baf6e705
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/segmentation_fold_galaxy_wrapper commit b37cb65736e2a6e76b94a9fa12a5887046437e36
yhoogstrate
parents:
diff
changeset
|
50 |
3125baf6e705
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/segmentation_fold_galaxy_wrapper commit b37cb65736e2a6e76b94a9fa12a5887046437e36
yhoogstrate
parents:
diff
changeset
|
51 <conditional name="parameters"> |
3125baf6e705
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/segmentation_fold_galaxy_wrapper commit b37cb65736e2a6e76b94a9fa12a5887046437e36
yhoogstrate
parents:
diff
changeset
|
52 <param name="settings" type="select" label="Energy parameters"> |
3125baf6e705
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/segmentation_fold_galaxy_wrapper commit b37cb65736e2a6e76b94a9fa12a5887046437e36
yhoogstrate
parents:
diff
changeset
|
53 <option value="default" selected="true">Default</option> |
3125baf6e705
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/segmentation_fold_galaxy_wrapper commit b37cb65736e2a6e76b94a9fa12a5887046437e36
yhoogstrate
parents:
diff
changeset
|
54 <option value="custom">Custom</option> |
3125baf6e705
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/segmentation_fold_galaxy_wrapper commit b37cb65736e2a6e76b94a9fa12a5887046437e36
yhoogstrate
parents:
diff
changeset
|
55 </param> |
3125baf6e705
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/segmentation_fold_galaxy_wrapper commit b37cb65736e2a6e76b94a9fa12a5887046437e36
yhoogstrate
parents:
diff
changeset
|
56 <when value="default" /> |
3125baf6e705
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/segmentation_fold_galaxy_wrapper commit b37cb65736e2a6e76b94a9fa12a5887046437e36
yhoogstrate
parents:
diff
changeset
|
57 <when value="custom"> |
3125baf6e705
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/segmentation_fold_galaxy_wrapper commit b37cb65736e2a6e76b94a9fa12a5887046437e36
yhoogstrate
parents:
diff
changeset
|
58 <param name="input_xml" type="data" format="xml" multiple="false" label="Use custom 'segments.xml'-syntaxed file (-x)" /> |
3125baf6e705
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/segmentation_fold_galaxy_wrapper commit b37cb65736e2a6e76b94a9fa12a5887046437e36
yhoogstrate
parents:
diff
changeset
|
59 </when> |
3125baf6e705
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/segmentation_fold_galaxy_wrapper commit b37cb65736e2a6e76b94a9fa12a5887046437e36
yhoogstrate
parents:
diff
changeset
|
60 </conditional> |
3125baf6e705
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/segmentation_fold_galaxy_wrapper commit b37cb65736e2a6e76b94a9fa12a5887046437e36
yhoogstrate
parents:
diff
changeset
|
61 </inputs> |
3125baf6e705
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/segmentation_fold_galaxy_wrapper commit b37cb65736e2a6e76b94a9fa12a5887046437e36
yhoogstrate
parents:
diff
changeset
|
62 |
3125baf6e705
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/segmentation_fold_galaxy_wrapper commit b37cb65736e2a6e76b94a9fa12a5887046437e36
yhoogstrate
parents:
diff
changeset
|
63 <outputs> |
7
bff6e82064da
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/segmentation_fold_galaxy_wrapper commit 4a09ba36d8feeea3b61ab5b2b113aac7f34d389f-dirty
yhoogstrate
parents:
5
diff
changeset
|
64 <data format="dbn" name="output_dbn" label="segmentation-fold" /> |
3
59ab674be4b5
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/segmentation_fold_galaxy_wrapper commit 4b12ac5efae0802d2614747a639475d8778a68b4-dirty
yhoogstrate
parents:
2
diff
changeset
|
65 <!--<data format="dot-bracket" name="output_dbn" label="${tool.name} on ${str(input.input_fasta.hid) + ': ' + input.input_fasta.name if $input.method == 'fasta' else $input.input_sequence.upper() }" />--> |
0
3125baf6e705
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/segmentation_fold_galaxy_wrapper commit b37cb65736e2a6e76b94a9fa12a5887046437e36
yhoogstrate
parents:
diff
changeset
|
66 </outputs> |
3125baf6e705
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/segmentation_fold_galaxy_wrapper commit b37cb65736e2a6e76b94a9fa12a5887046437e36
yhoogstrate
parents:
diff
changeset
|
67 |
3125baf6e705
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/segmentation_fold_galaxy_wrapper commit b37cb65736e2a6e76b94a9fa12a5887046437e36
yhoogstrate
parents:
diff
changeset
|
68 <tests> |
3125baf6e705
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/segmentation_fold_galaxy_wrapper commit b37cb65736e2a6e76b94a9fa12a5887046437e36
yhoogstrate
parents:
diff
changeset
|
69 <test> |
3125baf6e705
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/segmentation_fold_galaxy_wrapper commit b37cb65736e2a6e76b94a9fa12a5887046437e36
yhoogstrate
parents:
diff
changeset
|
70 <param name="input_fasta" value="test_01.fa" ftype="fasta" /> |
3125baf6e705
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/segmentation_fold_galaxy_wrapper commit b37cb65736e2a6e76b94a9fa12a5887046437e36
yhoogstrate
parents:
diff
changeset
|
71 <output name="output_dbn" file="test_01.dbn" /> |
3125baf6e705
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/segmentation_fold_galaxy_wrapper commit b37cb65736e2a6e76b94a9fa12a5887046437e36
yhoogstrate
parents:
diff
changeset
|
72 </test> |
3125baf6e705
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/segmentation_fold_galaxy_wrapper commit b37cb65736e2a6e76b94a9fa12a5887046437e36
yhoogstrate
parents:
diff
changeset
|
73 <test> |
3125baf6e705
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/segmentation_fold_galaxy_wrapper commit b37cb65736e2a6e76b94a9fa12a5887046437e36
yhoogstrate
parents:
diff
changeset
|
74 <param name="input_fasta" value="test_02.fa" ftype="fasta" /> |
3125baf6e705
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/segmentation_fold_galaxy_wrapper commit b37cb65736e2a6e76b94a9fa12a5887046437e36
yhoogstrate
parents:
diff
changeset
|
75 <output name="output_dbn" file="test_02.dbn" /> |
3125baf6e705
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/segmentation_fold_galaxy_wrapper commit b37cb65736e2a6e76b94a9fa12a5887046437e36
yhoogstrate
parents:
diff
changeset
|
76 </test> |
3125baf6e705
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/segmentation_fold_galaxy_wrapper commit b37cb65736e2a6e76b94a9fa12a5887046437e36
yhoogstrate
parents:
diff
changeset
|
77 <test> |
3125baf6e705
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/segmentation_fold_galaxy_wrapper commit b37cb65736e2a6e76b94a9fa12a5887046437e36
yhoogstrate
parents:
diff
changeset
|
78 <param name="input_fasta" value="test_03.fa" ftype="fasta" /> |
3125baf6e705
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/segmentation_fold_galaxy_wrapper commit b37cb65736e2a6e76b94a9fa12a5887046437e36
yhoogstrate
parents:
diff
changeset
|
79 <output name="output_dbn" file="test_03.dbn" /> |
3125baf6e705
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/segmentation_fold_galaxy_wrapper commit b37cb65736e2a6e76b94a9fa12a5887046437e36
yhoogstrate
parents:
diff
changeset
|
80 </test> |
3125baf6e705
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/segmentation_fold_galaxy_wrapper commit b37cb65736e2a6e76b94a9fa12a5887046437e36
yhoogstrate
parents:
diff
changeset
|
81 <test> |
3125baf6e705
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/segmentation_fold_galaxy_wrapper commit b37cb65736e2a6e76b94a9fa12a5887046437e36
yhoogstrate
parents:
diff
changeset
|
82 <param name="input_fasta" value="test_04.fa" ftype="fasta" /> |
3125baf6e705
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/segmentation_fold_galaxy_wrapper commit b37cb65736e2a6e76b94a9fa12a5887046437e36
yhoogstrate
parents:
diff
changeset
|
83 <output name="output_dbn" file="test_04.dbn" /> |
3125baf6e705
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/segmentation_fold_galaxy_wrapper commit b37cb65736e2a6e76b94a9fa12a5887046437e36
yhoogstrate
parents:
diff
changeset
|
84 </test> |
3125baf6e705
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/segmentation_fold_galaxy_wrapper commit b37cb65736e2a6e76b94a9fa12a5887046437e36
yhoogstrate
parents:
diff
changeset
|
85 <test> |
3125baf6e705
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/segmentation_fold_galaxy_wrapper commit b37cb65736e2a6e76b94a9fa12a5887046437e36
yhoogstrate
parents:
diff
changeset
|
86 <param name="input_fasta" value="test_05.fa" ftype="fasta" /> |
3125baf6e705
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/segmentation_fold_galaxy_wrapper commit b37cb65736e2a6e76b94a9fa12a5887046437e36
yhoogstrate
parents:
diff
changeset
|
87 <output name="output_dbn" file="test_05.dbn" /> |
3125baf6e705
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/segmentation_fold_galaxy_wrapper commit b37cb65736e2a6e76b94a9fa12a5887046437e36
yhoogstrate
parents:
diff
changeset
|
88 </test> |
3125baf6e705
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/segmentation_fold_galaxy_wrapper commit b37cb65736e2a6e76b94a9fa12a5887046437e36
yhoogstrate
parents:
diff
changeset
|
89 <test> |
3125baf6e705
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/segmentation_fold_galaxy_wrapper commit b37cb65736e2a6e76b94a9fa12a5887046437e36
yhoogstrate
parents:
diff
changeset
|
90 <param name="input_fasta" value="test_06.fa" ftype="fasta" /> |
3125baf6e705
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/segmentation_fold_galaxy_wrapper commit b37cb65736e2a6e76b94a9fa12a5887046437e36
yhoogstrate
parents:
diff
changeset
|
91 <output name="output_dbn" file="test_06.dbn" /> |
3125baf6e705
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/segmentation_fold_galaxy_wrapper commit b37cb65736e2a6e76b94a9fa12a5887046437e36
yhoogstrate
parents:
diff
changeset
|
92 </test> |
3125baf6e705
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/segmentation_fold_galaxy_wrapper commit b37cb65736e2a6e76b94a9fa12a5887046437e36
yhoogstrate
parents:
diff
changeset
|
93 <test> |
3125baf6e705
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/segmentation_fold_galaxy_wrapper commit b37cb65736e2a6e76b94a9fa12a5887046437e36
yhoogstrate
parents:
diff
changeset
|
94 <param name="input_fasta" value="test_07.fa" ftype="fasta" /> |
3125baf6e705
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/segmentation_fold_galaxy_wrapper commit b37cb65736e2a6e76b94a9fa12a5887046437e36
yhoogstrate
parents:
diff
changeset
|
95 <output name="output_dbn" file="test_07.dbn" /> |
3125baf6e705
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/segmentation_fold_galaxy_wrapper commit b37cb65736e2a6e76b94a9fa12a5887046437e36
yhoogstrate
parents:
diff
changeset
|
96 </test> |
3125baf6e705
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/segmentation_fold_galaxy_wrapper commit b37cb65736e2a6e76b94a9fa12a5887046437e36
yhoogstrate
parents:
diff
changeset
|
97 <test> |
3125baf6e705
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/segmentation_fold_galaxy_wrapper commit b37cb65736e2a6e76b94a9fa12a5887046437e36
yhoogstrate
parents:
diff
changeset
|
98 <param name="input_fasta" value="test_08.fa" ftype="fasta" /> |
3125baf6e705
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/segmentation_fold_galaxy_wrapper commit b37cb65736e2a6e76b94a9fa12a5887046437e36
yhoogstrate
parents:
diff
changeset
|
99 <output name="output_dbn" file="test_08.dbn" /> |
3125baf6e705
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/segmentation_fold_galaxy_wrapper commit b37cb65736e2a6e76b94a9fa12a5887046437e36
yhoogstrate
parents:
diff
changeset
|
100 </test> |
3125baf6e705
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/segmentation_fold_galaxy_wrapper commit b37cb65736e2a6e76b94a9fa12a5887046437e36
yhoogstrate
parents:
diff
changeset
|
101 <test> |
3125baf6e705
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/segmentation_fold_galaxy_wrapper commit b37cb65736e2a6e76b94a9fa12a5887046437e36
yhoogstrate
parents:
diff
changeset
|
102 <param name="input_fasta" value="test_09.fa" ftype="fasta" /> |
3125baf6e705
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/segmentation_fold_galaxy_wrapper commit b37cb65736e2a6e76b94a9fa12a5887046437e36
yhoogstrate
parents:
diff
changeset
|
103 <output name="output_dbn" file="test_09.dbn" /> |
3125baf6e705
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/segmentation_fold_galaxy_wrapper commit b37cb65736e2a6e76b94a9fa12a5887046437e36
yhoogstrate
parents:
diff
changeset
|
104 </test> |
3125baf6e705
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/segmentation_fold_galaxy_wrapper commit b37cb65736e2a6e76b94a9fa12a5887046437e36
yhoogstrate
parents:
diff
changeset
|
105 <test> |
3125baf6e705
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/segmentation_fold_galaxy_wrapper commit b37cb65736e2a6e76b94a9fa12a5887046437e36
yhoogstrate
parents:
diff
changeset
|
106 <param name="input_fasta" value="test_10.fa" ftype="fasta" /> |
3125baf6e705
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/segmentation_fold_galaxy_wrapper commit b37cb65736e2a6e76b94a9fa12a5887046437e36
yhoogstrate
parents:
diff
changeset
|
107 <output name="output_dbn" file="test_10.dbn" /> |
3125baf6e705
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/segmentation_fold_galaxy_wrapper commit b37cb65736e2a6e76b94a9fa12a5887046437e36
yhoogstrate
parents:
diff
changeset
|
108 </test> |
3125baf6e705
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/segmentation_fold_galaxy_wrapper commit b37cb65736e2a6e76b94a9fa12a5887046437e36
yhoogstrate
parents:
diff
changeset
|
109 <test> |
3125baf6e705
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/segmentation_fold_galaxy_wrapper commit b37cb65736e2a6e76b94a9fa12a5887046437e36
yhoogstrate
parents:
diff
changeset
|
110 <param name="input_fasta" value="test_11.fa" ftype="fasta" /> |
3125baf6e705
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/segmentation_fold_galaxy_wrapper commit b37cb65736e2a6e76b94a9fa12a5887046437e36
yhoogstrate
parents:
diff
changeset
|
111 <output name="output_dbn" file="test_11.dbn" /> |
3125baf6e705
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/segmentation_fold_galaxy_wrapper commit b37cb65736e2a6e76b94a9fa12a5887046437e36
yhoogstrate
parents:
diff
changeset
|
112 </test> |
3125baf6e705
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/segmentation_fold_galaxy_wrapper commit b37cb65736e2a6e76b94a9fa12a5887046437e36
yhoogstrate
parents:
diff
changeset
|
113 <test> |
3125baf6e705
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/segmentation_fold_galaxy_wrapper commit b37cb65736e2a6e76b94a9fa12a5887046437e36
yhoogstrate
parents:
diff
changeset
|
114 <param name="input_fasta" value="test_12.fa" ftype="fasta" /> |
3125baf6e705
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/segmentation_fold_galaxy_wrapper commit b37cb65736e2a6e76b94a9fa12a5887046437e36
yhoogstrate
parents:
diff
changeset
|
115 <output name="output_dbn" file="test_12.dbn" /> |
3125baf6e705
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/segmentation_fold_galaxy_wrapper commit b37cb65736e2a6e76b94a9fa12a5887046437e36
yhoogstrate
parents:
diff
changeset
|
116 </test> |
3125baf6e705
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/segmentation_fold_galaxy_wrapper commit b37cb65736e2a6e76b94a9fa12a5887046437e36
yhoogstrate
parents:
diff
changeset
|
117 <test> |
3125baf6e705
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/segmentation_fold_galaxy_wrapper commit b37cb65736e2a6e76b94a9fa12a5887046437e36
yhoogstrate
parents:
diff
changeset
|
118 <param name="input_fasta" value="test_13.fa" ftype="fasta" /> |
3125baf6e705
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/segmentation_fold_galaxy_wrapper commit b37cb65736e2a6e76b94a9fa12a5887046437e36
yhoogstrate
parents:
diff
changeset
|
119 <output name="output_dbn" file="test_13.dbn" /> |
3125baf6e705
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/segmentation_fold_galaxy_wrapper commit b37cb65736e2a6e76b94a9fa12a5887046437e36
yhoogstrate
parents:
diff
changeset
|
120 </test> |
3125baf6e705
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/segmentation_fold_galaxy_wrapper commit b37cb65736e2a6e76b94a9fa12a5887046437e36
yhoogstrate
parents:
diff
changeset
|
121 <test> |
3125baf6e705
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/segmentation_fold_galaxy_wrapper commit b37cb65736e2a6e76b94a9fa12a5887046437e36
yhoogstrate
parents:
diff
changeset
|
122 <param name="input_fasta" value="test_14.fa" ftype="fasta" /> |
3125baf6e705
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/segmentation_fold_galaxy_wrapper commit b37cb65736e2a6e76b94a9fa12a5887046437e36
yhoogstrate
parents:
diff
changeset
|
123 <output name="output_dbn" file="test_14.dbn" /> |
3125baf6e705
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/segmentation_fold_galaxy_wrapper commit b37cb65736e2a6e76b94a9fa12a5887046437e36
yhoogstrate
parents:
diff
changeset
|
124 </test> |
3125baf6e705
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/segmentation_fold_galaxy_wrapper commit b37cb65736e2a6e76b94a9fa12a5887046437e36
yhoogstrate
parents:
diff
changeset
|
125 <test> |
3125baf6e705
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/segmentation_fold_galaxy_wrapper commit b37cb65736e2a6e76b94a9fa12a5887046437e36
yhoogstrate
parents:
diff
changeset
|
126 <param name="input_fasta" value="test_15.fa" ftype="fasta" /> |
3125baf6e705
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/segmentation_fold_galaxy_wrapper commit b37cb65736e2a6e76b94a9fa12a5887046437e36
yhoogstrate
parents:
diff
changeset
|
127 <output name="output_dbn" file="test_15.dbn" /> |
3125baf6e705
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/segmentation_fold_galaxy_wrapper commit b37cb65736e2a6e76b94a9fa12a5887046437e36
yhoogstrate
parents:
diff
changeset
|
128 </test> |
3125baf6e705
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/segmentation_fold_galaxy_wrapper commit b37cb65736e2a6e76b94a9fa12a5887046437e36
yhoogstrate
parents:
diff
changeset
|
129 <test> |
3125baf6e705
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/segmentation_fold_galaxy_wrapper commit b37cb65736e2a6e76b94a9fa12a5887046437e36
yhoogstrate
parents:
diff
changeset
|
130 <param name="input_fasta" value="test_16.fa" ftype="fasta" /> |
3125baf6e705
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/segmentation_fold_galaxy_wrapper commit b37cb65736e2a6e76b94a9fa12a5887046437e36
yhoogstrate
parents:
diff
changeset
|
131 <output name="output_dbn" file="test_16.dbn" /> |
3125baf6e705
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/segmentation_fold_galaxy_wrapper commit b37cb65736e2a6e76b94a9fa12a5887046437e36
yhoogstrate
parents:
diff
changeset
|
132 </test> |
3125baf6e705
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/segmentation_fold_galaxy_wrapper commit b37cb65736e2a6e76b94a9fa12a5887046437e36
yhoogstrate
parents:
diff
changeset
|
133 <test> |
3125baf6e705
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/segmentation_fold_galaxy_wrapper commit b37cb65736e2a6e76b94a9fa12a5887046437e36
yhoogstrate
parents:
diff
changeset
|
134 <param name="input_fasta" value="test_17.fa" ftype="fasta" /> |
3125baf6e705
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/segmentation_fold_galaxy_wrapper commit b37cb65736e2a6e76b94a9fa12a5887046437e36
yhoogstrate
parents:
diff
changeset
|
135 <output name="output_dbn" file="test_17.dbn" /> |
3125baf6e705
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/segmentation_fold_galaxy_wrapper commit b37cb65736e2a6e76b94a9fa12a5887046437e36
yhoogstrate
parents:
diff
changeset
|
136 </test> |
3125baf6e705
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/segmentation_fold_galaxy_wrapper commit b37cb65736e2a6e76b94a9fa12a5887046437e36
yhoogstrate
parents:
diff
changeset
|
137 <test> |
3125baf6e705
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/segmentation_fold_galaxy_wrapper commit b37cb65736e2a6e76b94a9fa12a5887046437e36
yhoogstrate
parents:
diff
changeset
|
138 <param name="input_fasta" value="test_18.fa" ftype="fasta" /> |
3125baf6e705
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/segmentation_fold_galaxy_wrapper commit b37cb65736e2a6e76b94a9fa12a5887046437e36
yhoogstrate
parents:
diff
changeset
|
139 <output name="output_dbn" file="test_18.dbn" /> |
3125baf6e705
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/segmentation_fold_galaxy_wrapper commit b37cb65736e2a6e76b94a9fa12a5887046437e36
yhoogstrate
parents:
diff
changeset
|
140 </test> |
3125baf6e705
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/segmentation_fold_galaxy_wrapper commit b37cb65736e2a6e76b94a9fa12a5887046437e36
yhoogstrate
parents:
diff
changeset
|
141 <test> |
3125baf6e705
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/segmentation_fold_galaxy_wrapper commit b37cb65736e2a6e76b94a9fa12a5887046437e36
yhoogstrate
parents:
diff
changeset
|
142 <param name="input_fasta" value="test_19.fa" ftype="fasta" /> |
3125baf6e705
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/segmentation_fold_galaxy_wrapper commit b37cb65736e2a6e76b94a9fa12a5887046437e36
yhoogstrate
parents:
diff
changeset
|
143 <output name="output_dbn" file="test_19.dbn" /> |
3125baf6e705
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/segmentation_fold_galaxy_wrapper commit b37cb65736e2a6e76b94a9fa12a5887046437e36
yhoogstrate
parents:
diff
changeset
|
144 </test> |
3125baf6e705
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/segmentation_fold_galaxy_wrapper commit b37cb65736e2a6e76b94a9fa12a5887046437e36
yhoogstrate
parents:
diff
changeset
|
145 <test> |
3125baf6e705
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/segmentation_fold_galaxy_wrapper commit b37cb65736e2a6e76b94a9fa12a5887046437e36
yhoogstrate
parents:
diff
changeset
|
146 <param name="input_fasta" value="test_20.fa" ftype="fasta" /> |
3125baf6e705
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/segmentation_fold_galaxy_wrapper commit b37cb65736e2a6e76b94a9fa12a5887046437e36
yhoogstrate
parents:
diff
changeset
|
147 <output name="output_dbn" file="test_20.dbn" /> |
3125baf6e705
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/segmentation_fold_galaxy_wrapper commit b37cb65736e2a6e76b94a9fa12a5887046437e36
yhoogstrate
parents:
diff
changeset
|
148 </test> |
3125baf6e705
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/segmentation_fold_galaxy_wrapper commit b37cb65736e2a6e76b94a9fa12a5887046437e36
yhoogstrate
parents:
diff
changeset
|
149 <test> |
3125baf6e705
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/segmentation_fold_galaxy_wrapper commit b37cb65736e2a6e76b94a9fa12a5887046437e36
yhoogstrate
parents:
diff
changeset
|
150 <param name="input_fasta" value="test_21.fa" ftype="fasta" /> |
3125baf6e705
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/segmentation_fold_galaxy_wrapper commit b37cb65736e2a6e76b94a9fa12a5887046437e36
yhoogstrate
parents:
diff
changeset
|
151 <output name="output_dbn" file="test_21.dbn" /> |
3125baf6e705
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/segmentation_fold_galaxy_wrapper commit b37cb65736e2a6e76b94a9fa12a5887046437e36
yhoogstrate
parents:
diff
changeset
|
152 </test> |
3125baf6e705
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/segmentation_fold_galaxy_wrapper commit b37cb65736e2a6e76b94a9fa12a5887046437e36
yhoogstrate
parents:
diff
changeset
|
153 <test> |
3125baf6e705
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/segmentation_fold_galaxy_wrapper commit b37cb65736e2a6e76b94a9fa12a5887046437e36
yhoogstrate
parents:
diff
changeset
|
154 <param name="input_fasta" value="test_22.fa" ftype="fasta" /> |
3125baf6e705
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/segmentation_fold_galaxy_wrapper commit b37cb65736e2a6e76b94a9fa12a5887046437e36
yhoogstrate
parents:
diff
changeset
|
155 <output name="output_dbn" file="test_22.dbn" /> |
3125baf6e705
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/segmentation_fold_galaxy_wrapper commit b37cb65736e2a6e76b94a9fa12a5887046437e36
yhoogstrate
parents:
diff
changeset
|
156 </test> |
3125baf6e705
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/segmentation_fold_galaxy_wrapper commit b37cb65736e2a6e76b94a9fa12a5887046437e36
yhoogstrate
parents:
diff
changeset
|
157 <test> |
3125baf6e705
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/segmentation_fold_galaxy_wrapper commit b37cb65736e2a6e76b94a9fa12a5887046437e36
yhoogstrate
parents:
diff
changeset
|
158 <param name="input_fasta" value="test_23.fa" ftype="fasta" /> |
3125baf6e705
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/segmentation_fold_galaxy_wrapper commit b37cb65736e2a6e76b94a9fa12a5887046437e36
yhoogstrate
parents:
diff
changeset
|
159 <output name="output_dbn" file="test_23.dbn" /> |
3125baf6e705
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/segmentation_fold_galaxy_wrapper commit b37cb65736e2a6e76b94a9fa12a5887046437e36
yhoogstrate
parents:
diff
changeset
|
160 </test> |
3125baf6e705
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/segmentation_fold_galaxy_wrapper commit b37cb65736e2a6e76b94a9fa12a5887046437e36
yhoogstrate
parents:
diff
changeset
|
161 <test> |
3125baf6e705
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/segmentation_fold_galaxy_wrapper commit b37cb65736e2a6e76b94a9fa12a5887046437e36
yhoogstrate
parents:
diff
changeset
|
162 <param name="input_fasta" value="test_24.fa" ftype="fasta" /> |
3125baf6e705
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/segmentation_fold_galaxy_wrapper commit b37cb65736e2a6e76b94a9fa12a5887046437e36
yhoogstrate
parents:
diff
changeset
|
163 <output name="output_dbn" file="test_24.dbn" /> |
3125baf6e705
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/segmentation_fold_galaxy_wrapper commit b37cb65736e2a6e76b94a9fa12a5887046437e36
yhoogstrate
parents:
diff
changeset
|
164 </test> |
3125baf6e705
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/segmentation_fold_galaxy_wrapper commit b37cb65736e2a6e76b94a9fa12a5887046437e36
yhoogstrate
parents:
diff
changeset
|
165 <test> |
3125baf6e705
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/segmentation_fold_galaxy_wrapper commit b37cb65736e2a6e76b94a9fa12a5887046437e36
yhoogstrate
parents:
diff
changeset
|
166 <param name="input_fasta" value="test_25.fa" ftype="fasta" /> |
3125baf6e705
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/segmentation_fold_galaxy_wrapper commit b37cb65736e2a6e76b94a9fa12a5887046437e36
yhoogstrate
parents:
diff
changeset
|
167 <output name="output_dbn" file="test_25.dbn" /> |
3125baf6e705
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/segmentation_fold_galaxy_wrapper commit b37cb65736e2a6e76b94a9fa12a5887046437e36
yhoogstrate
parents:
diff
changeset
|
168 </test> |
3125baf6e705
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/segmentation_fold_galaxy_wrapper commit b37cb65736e2a6e76b94a9fa12a5887046437e36
yhoogstrate
parents:
diff
changeset
|
169 <test> |
3125baf6e705
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/segmentation_fold_galaxy_wrapper commit b37cb65736e2a6e76b94a9fa12a5887046437e36
yhoogstrate
parents:
diff
changeset
|
170 <param name="input_fasta" value="test_26.fa" ftype="fasta" /> |
3125baf6e705
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/segmentation_fold_galaxy_wrapper commit b37cb65736e2a6e76b94a9fa12a5887046437e36
yhoogstrate
parents:
diff
changeset
|
171 <output name="output_dbn" file="test_26.dbn" /> |
3125baf6e705
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/segmentation_fold_galaxy_wrapper commit b37cb65736e2a6e76b94a9fa12a5887046437e36
yhoogstrate
parents:
diff
changeset
|
172 </test> |
3125baf6e705
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/segmentation_fold_galaxy_wrapper commit b37cb65736e2a6e76b94a9fa12a5887046437e36
yhoogstrate
parents:
diff
changeset
|
173 <test> |
3125baf6e705
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/segmentation_fold_galaxy_wrapper commit b37cb65736e2a6e76b94a9fa12a5887046437e36
yhoogstrate
parents:
diff
changeset
|
174 <param name="input_fasta" value="test_27.fa" ftype="fasta" /> |
3125baf6e705
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/segmentation_fold_galaxy_wrapper commit b37cb65736e2a6e76b94a9fa12a5887046437e36
yhoogstrate
parents:
diff
changeset
|
175 <output name="output_dbn" file="test_27.dbn" /> |
3125baf6e705
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/segmentation_fold_galaxy_wrapper commit b37cb65736e2a6e76b94a9fa12a5887046437e36
yhoogstrate
parents:
diff
changeset
|
176 </test> |
3125baf6e705
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/segmentation_fold_galaxy_wrapper commit b37cb65736e2a6e76b94a9fa12a5887046437e36
yhoogstrate
parents:
diff
changeset
|
177 <test> |
3125baf6e705
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/segmentation_fold_galaxy_wrapper commit b37cb65736e2a6e76b94a9fa12a5887046437e36
yhoogstrate
parents:
diff
changeset
|
178 <param name="input_fasta" value="test_28.fa" ftype="fasta" /> |
3125baf6e705
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/segmentation_fold_galaxy_wrapper commit b37cb65736e2a6e76b94a9fa12a5887046437e36
yhoogstrate
parents:
diff
changeset
|
179 <output name="output_dbn" file="test_28.dbn" /> |
3125baf6e705
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/segmentation_fold_galaxy_wrapper commit b37cb65736e2a6e76b94a9fa12a5887046437e36
yhoogstrate
parents:
diff
changeset
|
180 </test> |
3125baf6e705
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/segmentation_fold_galaxy_wrapper commit b37cb65736e2a6e76b94a9fa12a5887046437e36
yhoogstrate
parents:
diff
changeset
|
181 </tests> |
3125baf6e705
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/segmentation_fold_galaxy_wrapper commit b37cb65736e2a6e76b94a9fa12a5887046437e36
yhoogstrate
parents:
diff
changeset
|
182 |
3125baf6e705
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/segmentation_fold_galaxy_wrapper commit b37cb65736e2a6e76b94a9fa12a5887046437e36
yhoogstrate
parents:
diff
changeset
|
183 <help><![CDATA[ |
3125baf6e705
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/segmentation_fold_galaxy_wrapper commit b37cb65736e2a6e76b94a9fa12a5887046437e36
yhoogstrate
parents:
diff
changeset
|
184 Segmentation-fold is a bioinformatics application that predicts RNA |
3125baf6e705
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/segmentation_fold_galaxy_wrapper commit b37cb65736e2a6e76b94a9fa12a5887046437e36
yhoogstrate
parents:
diff
changeset
|
185 2D-structure with an extended version of the Zuker algorithm. This |
3125baf6e705
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/segmentation_fold_galaxy_wrapper commit b37cb65736e2a6e76b94a9fa12a5887046437e36
yhoogstrate
parents:
diff
changeset
|
186 modification contains a new "structure element" named a segment and is |
2
eccb5ee89df7
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/segmentation_fold_galaxy_wrapper commit b37cb65736e2a6e76b94a9fa12a5887046437e36-dirty
yhoogstrate
parents:
0
diff
changeset
|
187 capable of folding a pre-defined substructures with multiple canonical |
0
3125baf6e705
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/segmentation_fold_galaxy_wrapper commit b37cb65736e2a6e76b94a9fa12a5887046437e36
yhoogstrate
parents:
diff
changeset
|
188 or non-canonical pairings. |
3125baf6e705
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/segmentation_fold_galaxy_wrapper commit b37cb65736e2a6e76b94a9fa12a5887046437e36
yhoogstrate
parents:
diff
changeset
|
189 |
2
eccb5ee89df7
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/segmentation_fold_galaxy_wrapper commit b37cb65736e2a6e76b94a9fa12a5887046437e36-dirty
yhoogstrate
parents:
0
diff
changeset
|
190 This allows folding of more complex structures like K-turns, which are |
eccb5ee89df7
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/segmentation_fold_galaxy_wrapper commit b37cb65736e2a6e76b94a9fa12a5887046437e36-dirty
yhoogstrate
parents:
0
diff
changeset
|
191 also part of the implemented free energy table. These thermodynamic |
eccb5ee89df7
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/segmentation_fold_galaxy_wrapper commit b37cb65736e2a6e76b94a9fa12a5887046437e36-dirty
yhoogstrate
parents:
0
diff
changeset
|
192 parameters (free Gibbs energy) have been estimated using a in silico |
eccb5ee89df7
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/segmentation_fold_galaxy_wrapper commit b37cb65736e2a6e76b94a9fa12a5887046437e36-dirty
yhoogstrate
parents:
0
diff
changeset
|
193 approach and therefore lack high resolution. |
0
3125baf6e705
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/segmentation_fold_galaxy_wrapper commit b37cb65736e2a6e76b94a9fa12a5887046437e36
yhoogstrate
parents:
diff
changeset
|
194 ]]></help> |
3125baf6e705
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/segmentation_fold_galaxy_wrapper commit b37cb65736e2a6e76b94a9fa12a5887046437e36
yhoogstrate
parents:
diff
changeset
|
195 |
3125baf6e705
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/segmentation_fold_galaxy_wrapper commit b37cb65736e2a6e76b94a9fa12a5887046437e36
yhoogstrate
parents:
diff
changeset
|
196 <citations> |
3125baf6e705
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/segmentation_fold_galaxy_wrapper commit b37cb65736e2a6e76b94a9fa12a5887046437e36
yhoogstrate
parents:
diff
changeset
|
197 <citation type="bibtex"> |
3125baf6e705
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/segmentation_fold_galaxy_wrapper commit b37cb65736e2a6e76b94a9fa12a5887046437e36
yhoogstrate
parents:
diff
changeset
|
198 @mastersthesis{mastersthesis, |
3125baf6e705
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/segmentation_fold_galaxy_wrapper commit b37cb65736e2a6e76b94a9fa12a5887046437e36
yhoogstrate
parents:
diff
changeset
|
199 author = {Youri Hoogstrate}, |
3125baf6e705
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/segmentation_fold_galaxy_wrapper commit b37cb65736e2a6e76b94a9fa12a5887046437e36
yhoogstrate
parents:
diff
changeset
|
200 title = {An algorithm for predicting RNA 2D structures including K-turns}, |
3125baf6e705
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/segmentation_fold_galaxy_wrapper commit b37cb65736e2a6e76b94a9fa12a5887046437e36
yhoogstrate
parents:
diff
changeset
|
201 school = {University of Technology Delft, Leiden University}, |
3125baf6e705
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/segmentation_fold_galaxy_wrapper commit b37cb65736e2a6e76b94a9fa12a5887046437e36
yhoogstrate
parents:
diff
changeset
|
202 year = 2012, |
3125baf6e705
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/segmentation_fold_galaxy_wrapper commit b37cb65736e2a6e76b94a9fa12a5887046437e36
yhoogstrate
parents:
diff
changeset
|
203 address = {}, |
3125baf6e705
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/segmentation_fold_galaxy_wrapper commit b37cb65736e2a6e76b94a9fa12a5887046437e36
yhoogstrate
parents:
diff
changeset
|
204 month = 11, |
3125baf6e705
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/segmentation_fold_galaxy_wrapper commit b37cb65736e2a6e76b94a9fa12a5887046437e36
yhoogstrate
parents:
diff
changeset
|
205 note = {Research assignment for Master Computer-science}, |
3125baf6e705
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/segmentation_fold_galaxy_wrapper commit b37cb65736e2a6e76b94a9fa12a5887046437e36
yhoogstrate
parents:
diff
changeset
|
206 url = { https://yh-kt-fold.googlecode.com/files/Report.pdf } |
3125baf6e705
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/segmentation_fold_galaxy_wrapper commit b37cb65736e2a6e76b94a9fa12a5887046437e36
yhoogstrate
parents:
diff
changeset
|
207 } |
3125baf6e705
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/segmentation_fold_galaxy_wrapper commit b37cb65736e2a6e76b94a9fa12a5887046437e36
yhoogstrate
parents:
diff
changeset
|
208 </citation> |
3125baf6e705
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/segmentation_fold_galaxy_wrapper commit b37cb65736e2a6e76b94a9fa12a5887046437e36
yhoogstrate
parents:
diff
changeset
|
209 </citations> |
3125baf6e705
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/segmentation_fold_galaxy_wrapper commit b37cb65736e2a6e76b94a9fa12a5887046437e36
yhoogstrate
parents:
diff
changeset
|
210 </tool> |