Mercurial > repos > yhoogstrate > segmentation_fold
annotate scan-for-segments.xml @ 4:21e619c46cb5 draft
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/segmentation_fold_galaxy_wrapper commit 61ba605ef9eb63914a248fe389860daa2249af69
author | yhoogstrate |
---|---|
date | Wed, 02 Mar 2016 05:47:07 -0500 |
parents | 59ab674be4b5 |
children | fd7f0bf0f5b6 |
rev | line source |
---|---|
4
21e619c46cb5
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/segmentation_fold_galaxy_wrapper commit 61ba605ef9eb63914a248fe389860daa2249af69
yhoogstrate
parents:
3
diff
changeset
|
1 <tool id="scan_for_segments" name="scan-for-segments" version="1.6.0"> |
3
59ab674be4b5
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/segmentation_fold_galaxy_wrapper commit 4b12ac5efae0802d2614747a639475d8778a68b4-dirty
yhoogstrate
parents:
diff
changeset
|
2 <description>Scan for the presence of segments in sequences using segmentation-fold</description> |
59ab674be4b5
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/segmentation_fold_galaxy_wrapper commit 4b12ac5efae0802d2614747a639475d8778a68b4-dirty
yhoogstrate
parents:
diff
changeset
|
3 |
59ab674be4b5
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/segmentation_fold_galaxy_wrapper commit 4b12ac5efae0802d2614747a639475d8778a68b4-dirty
yhoogstrate
parents:
diff
changeset
|
4 <requirements> |
4
21e619c46cb5
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/segmentation_fold_galaxy_wrapper commit 61ba605ef9eb63914a248fe389860daa2249af69
yhoogstrate
parents:
3
diff
changeset
|
5 <requirement type="package" version="1.1.0">segmentation-fold</requirement> |
3
59ab674be4b5
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/segmentation_fold_galaxy_wrapper commit 4b12ac5efae0802d2614747a639475d8778a68b4-dirty
yhoogstrate
parents:
diff
changeset
|
6 </requirements> |
59ab674be4b5
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/segmentation_fold_galaxy_wrapper commit 4b12ac5efae0802d2614747a639475d8778a68b4-dirty
yhoogstrate
parents:
diff
changeset
|
7 |
59ab674be4b5
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/segmentation_fold_galaxy_wrapper commit 4b12ac5efae0802d2614747a639475d8778a68b4-dirty
yhoogstrate
parents:
diff
changeset
|
8 <stdio></stdio> |
59ab674be4b5
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/segmentation_fold_galaxy_wrapper commit 4b12ac5efae0802d2614747a639475d8778a68b4-dirty
yhoogstrate
parents:
diff
changeset
|
9 |
59ab674be4b5
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/segmentation_fold_galaxy_wrapper commit 4b12ac5efae0802d2614747a639475d8778a68b4-dirty
yhoogstrate
parents:
diff
changeset
|
10 <version_command>segmentation-fold --version | head -n 2 | tail -n 1 | sed -e 's/^[[:space:]]*//' -e 's/[[:space:]]*$//'</version_command> |
59ab674be4b5
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/segmentation_fold_galaxy_wrapper commit 4b12ac5efae0802d2614747a639475d8778a68b4-dirty
yhoogstrate
parents:
diff
changeset
|
11 |
59ab674be4b5
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/segmentation_fold_galaxy_wrapper commit 4b12ac5efae0802d2614747a639475d8778a68b4-dirty
yhoogstrate
parents:
diff
changeset
|
12 <command><![CDATA[ |
59ab674be4b5
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/segmentation_fold_galaxy_wrapper commit 4b12ac5efae0802d2614747a639475d8778a68b4-dirty
yhoogstrate
parents:
diff
changeset
|
13 scan-for-segments |
59ab674be4b5
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/segmentation_fold_galaxy_wrapper commit 4b12ac5efae0802d2614747a639475d8778a68b4-dirty
yhoogstrate
parents:
diff
changeset
|
14 -T \${GALAXY_SLOTS:-4} |
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 -p "in-depth" |
59ab674be4b5
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/segmentation_fold_galaxy_wrapper commit 4b12ac5efae0802d2614747a639475d8778a68b4-dirty
yhoogstrate
parents:
diff
changeset
|
21 "${input_fasta}" |
59ab674be4b5
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/segmentation_fold_galaxy_wrapper commit 4b12ac5efae0802d2614747a639475d8778a68b4-dirty
yhoogstrate
parents:
diff
changeset
|
22 |
59ab674be4b5
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/segmentation_fold_galaxy_wrapper commit 4b12ac5efae0802d2614747a639475d8778a68b4-dirty
yhoogstrate
parents:
diff
changeset
|
23 > $output_list |
59ab674be4b5
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/segmentation_fold_galaxy_wrapper commit 4b12ac5efae0802d2614747a639475d8778a68b4-dirty
yhoogstrate
parents:
diff
changeset
|
24 ]]></command> |
59ab674be4b5
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/segmentation_fold_galaxy_wrapper commit 4b12ac5efae0802d2614747a639475d8778a68b4-dirty
yhoogstrate
parents:
diff
changeset
|
25 |
59ab674be4b5
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/segmentation_fold_galaxy_wrapper commit 4b12ac5efae0802d2614747a639475d8778a68b4-dirty
yhoogstrate
parents:
diff
changeset
|
26 <inputs> |
59ab674be4b5
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/segmentation_fold_galaxy_wrapper commit 4b12ac5efae0802d2614747a639475d8778a68b4-dirty
yhoogstrate
parents:
diff
changeset
|
27 <param name="input_fasta" |
59ab674be4b5
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/segmentation_fold_galaxy_wrapper commit 4b12ac5efae0802d2614747a639475d8778a68b4-dirty
yhoogstrate
parents:
diff
changeset
|
28 type="data" |
59ab674be4b5
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/segmentation_fold_galaxy_wrapper commit 4b12ac5efae0802d2614747a639475d8778a68b4-dirty
yhoogstrate
parents:
diff
changeset
|
29 format="fasta" |
59ab674be4b5
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/segmentation_fold_galaxy_wrapper commit 4b12ac5efae0802d2614747a639475d8778a68b4-dirty
yhoogstrate
parents:
diff
changeset
|
30 argument="-f" |
59ab674be4b5
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/segmentation_fold_galaxy_wrapper commit 4b12ac5efae0802d2614747a639475d8778a68b4-dirty
yhoogstrate
parents:
diff
changeset
|
31 label="Fasta file with RNA-sequece" /> |
59ab674be4b5
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/segmentation_fold_galaxy_wrapper commit 4b12ac5efae0802d2614747a639475d8778a68b4-dirty
yhoogstrate
parents:
diff
changeset
|
32 |
59ab674be4b5
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/segmentation_fold_galaxy_wrapper commit 4b12ac5efae0802d2614747a639475d8778a68b4-dirty
yhoogstrate
parents:
diff
changeset
|
33 <conditional name="parameters"> |
59ab674be4b5
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/segmentation_fold_galaxy_wrapper commit 4b12ac5efae0802d2614747a639475d8778a68b4-dirty
yhoogstrate
parents:
diff
changeset
|
34 <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
|
35 type="boolean" |
59ab674be4b5
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/segmentation_fold_galaxy_wrapper commit 4b12ac5efae0802d2614747a639475d8778a68b4-dirty
yhoogstrate
parents:
diff
changeset
|
36 truevalue="true" |
59ab674be4b5
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/segmentation_fold_galaxy_wrapper commit 4b12ac5efae0802d2614747a639475d8778a68b4-dirty
yhoogstrate
parents:
diff
changeset
|
37 falsevalue="false" |
59ab674be4b5
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/segmentation_fold_galaxy_wrapper commit 4b12ac5efae0802d2614747a639475d8778a68b4-dirty
yhoogstrate
parents:
diff
changeset
|
38 selected="false" |
59ab674be4b5
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/segmentation_fold_galaxy_wrapper commit 4b12ac5efae0802d2614747a639475d8778a68b4-dirty
yhoogstrate
parents:
diff
changeset
|
39 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
|
40 |
59ab674be4b5
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/segmentation_fold_galaxy_wrapper commit 4b12ac5efae0802d2614747a639475d8778a68b4-dirty
yhoogstrate
parents:
diff
changeset
|
41 <when value="false" /> |
59ab674be4b5
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/segmentation_fold_galaxy_wrapper commit 4b12ac5efae0802d2614747a639475d8778a68b4-dirty
yhoogstrate
parents:
diff
changeset
|
42 <when value="true"> |
59ab674be4b5
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/segmentation_fold_galaxy_wrapper commit 4b12ac5efae0802d2614747a639475d8778a68b4-dirty
yhoogstrate
parents:
diff
changeset
|
43 <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
|
44 type="data" |
59ab674be4b5
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/segmentation_fold_galaxy_wrapper commit 4b12ac5efae0802d2614747a639475d8778a68b4-dirty
yhoogstrate
parents:
diff
changeset
|
45 format="xml" |
59ab674be4b5
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/segmentation_fold_galaxy_wrapper commit 4b12ac5efae0802d2614747a639475d8778a68b4-dirty
yhoogstrate
parents:
diff
changeset
|
46 multiple="false" |
59ab674be4b5
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/segmentation_fold_galaxy_wrapper commit 4b12ac5efae0802d2614747a639475d8778a68b4-dirty
yhoogstrate
parents:
diff
changeset
|
47 argument="-x" |
59ab674be4b5
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/segmentation_fold_galaxy_wrapper commit 4b12ac5efae0802d2614747a639475d8778a68b4-dirty
yhoogstrate
parents:
diff
changeset
|
48 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
|
49 </when> |
59ab674be4b5
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/segmentation_fold_galaxy_wrapper commit 4b12ac5efae0802d2614747a639475d8778a68b4-dirty
yhoogstrate
parents:
diff
changeset
|
50 </conditional> |
59ab674be4b5
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/segmentation_fold_galaxy_wrapper commit 4b12ac5efae0802d2614747a639475d8778a68b4-dirty
yhoogstrate
parents:
diff
changeset
|
51 </inputs> |
59ab674be4b5
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/segmentation_fold_galaxy_wrapper commit 4b12ac5efae0802d2614747a639475d8778a68b4-dirty
yhoogstrate
parents:
diff
changeset
|
52 |
59ab674be4b5
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/segmentation_fold_galaxy_wrapper commit 4b12ac5efae0802d2614747a639475d8778a68b4-dirty
yhoogstrate
parents:
diff
changeset
|
53 <outputs> |
59ab674be4b5
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/segmentation_fold_galaxy_wrapper commit 4b12ac5efae0802d2614747a639475d8778a68b4-dirty
yhoogstrate
parents:
diff
changeset
|
54 <data format="text" name="output_list" label="${tool.name} on ${str($input_fasta.hid) + ': ' + $input_fasta.name}" /> |
59ab674be4b5
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/segmentation_fold_galaxy_wrapper commit 4b12ac5efae0802d2614747a639475d8778a68b4-dirty
yhoogstrate
parents:
diff
changeset
|
55 </outputs> |
59ab674be4b5
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/segmentation_fold_galaxy_wrapper commit 4b12ac5efae0802d2614747a639475d8778a68b4-dirty
yhoogstrate
parents:
diff
changeset
|
56 |
59ab674be4b5
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/segmentation_fold_galaxy_wrapper commit 4b12ac5efae0802d2614747a639475d8778a68b4-dirty
yhoogstrate
parents:
diff
changeset
|
57 <tests> |
59ab674be4b5
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/segmentation_fold_galaxy_wrapper commit 4b12ac5efae0802d2614747a639475d8778a68b4-dirty
yhoogstrate
parents:
diff
changeset
|
58 <test> |
59ab674be4b5
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/segmentation_fold_galaxy_wrapper commit 4b12ac5efae0802d2614747a639475d8778a68b4-dirty
yhoogstrate
parents:
diff
changeset
|
59 <param name="input_fasta" value="SNORD13-revised.fa" ftype="fasta" /> |
59ab674be4b5
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/segmentation_fold_galaxy_wrapper commit 4b12ac5efae0802d2614747a639475d8778a68b4-dirty
yhoogstrate
parents:
diff
changeset
|
60 <param name="use_custom_xml" value="false" ftype="fasta" /> |
59ab674be4b5
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/segmentation_fold_galaxy_wrapper commit 4b12ac5efae0802d2614747a639475d8778a68b4-dirty
yhoogstrate
parents:
diff
changeset
|
61 |
59ab674be4b5
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/segmentation_fold_galaxy_wrapper commit 4b12ac5efae0802d2614747a639475d8778a68b4-dirty
yhoogstrate
parents:
diff
changeset
|
62 <output name="output_list" file="SNORD13-revised.scan-for-segments.txt" /> |
59ab674be4b5
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/segmentation_fold_galaxy_wrapper commit 4b12ac5efae0802d2614747a639475d8778a68b4-dirty
yhoogstrate
parents:
diff
changeset
|
63 </test> |
59ab674be4b5
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/segmentation_fold_galaxy_wrapper commit 4b12ac5efae0802d2614747a639475d8778a68b4-dirty
yhoogstrate
parents:
diff
changeset
|
64 <test> |
59ab674be4b5
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/segmentation_fold_galaxy_wrapper commit 4b12ac5efae0802d2614747a639475d8778a68b4-dirty
yhoogstrate
parents:
diff
changeset
|
65 <param name="input_fasta" value="SNORD48-revised.fa" ftype="fasta" /> |
59ab674be4b5
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/segmentation_fold_galaxy_wrapper commit 4b12ac5efae0802d2614747a639475d8778a68b4-dirty
yhoogstrate
parents:
diff
changeset
|
66 <param name="use_custom_xml" value="false" ftype="fasta" /> |
59ab674be4b5
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/segmentation_fold_galaxy_wrapper commit 4b12ac5efae0802d2614747a639475d8778a68b4-dirty
yhoogstrate
parents:
diff
changeset
|
67 |
59ab674be4b5
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/segmentation_fold_galaxy_wrapper commit 4b12ac5efae0802d2614747a639475d8778a68b4-dirty
yhoogstrate
parents:
diff
changeset
|
68 <output name="output_list" file="SNORD48-revised.scan-for-segments.txt" /> |
59ab674be4b5
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/segmentation_fold_galaxy_wrapper commit 4b12ac5efae0802d2614747a639475d8778a68b4-dirty
yhoogstrate
parents:
diff
changeset
|
69 </test> |
59ab674be4b5
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/segmentation_fold_galaxy_wrapper commit 4b12ac5efae0802d2614747a639475d8778a68b4-dirty
yhoogstrate
parents:
diff
changeset
|
70 <test> |
59ab674be4b5
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/segmentation_fold_galaxy_wrapper commit 4b12ac5efae0802d2614747a639475d8778a68b4-dirty
yhoogstrate
parents:
diff
changeset
|
71 <param name="input_fasta" value="SNORD114-4-revised.fa" ftype="fasta" /> |
59ab674be4b5
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/segmentation_fold_galaxy_wrapper commit 4b12ac5efae0802d2614747a639475d8778a68b4-dirty
yhoogstrate
parents:
diff
changeset
|
72 <param name="use_custom_xml" value="false" ftype="fasta" /> |
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 <output name="output_list" file="SNORD114-4-revised.scan-for-segments.txt" /> |
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 <test> |
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_fasta" value="SNORD118-revised.fa" ftype="fasta" /> |
59ab674be4b5
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/segmentation_fold_galaxy_wrapper commit 4b12ac5efae0802d2614747a639475d8778a68b4-dirty
yhoogstrate
parents:
diff
changeset
|
78 <param name="use_custom_xml" value="false" ftype="fasta" /> |
59ab674be4b5
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/segmentation_fold_galaxy_wrapper commit 4b12ac5efae0802d2614747a639475d8778a68b4-dirty
yhoogstrate
parents:
diff
changeset
|
79 |
59ab674be4b5
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/segmentation_fold_galaxy_wrapper commit 4b12ac5efae0802d2614747a639475d8778a68b4-dirty
yhoogstrate
parents:
diff
changeset
|
80 <output name="output_list" file="SNORD118-revised.scan-for-segments.txt" /> |
59ab674be4b5
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/segmentation_fold_galaxy_wrapper commit 4b12ac5efae0802d2614747a639475d8778a68b4-dirty
yhoogstrate
parents:
diff
changeset
|
81 </test> |
59ab674be4b5
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/segmentation_fold_galaxy_wrapper commit 4b12ac5efae0802d2614747a639475d8778a68b4-dirty
yhoogstrate
parents:
diff
changeset
|
82 </tests> |
59ab674be4b5
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/segmentation_fold_galaxy_wrapper commit 4b12ac5efae0802d2614747a639475d8778a68b4-dirty
yhoogstrate
parents:
diff
changeset
|
83 |
59ab674be4b5
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/segmentation_fold_galaxy_wrapper commit 4b12ac5efae0802d2614747a639475d8778a68b4-dirty
yhoogstrate
parents:
diff
changeset
|
84 <help><![CDATA[ |
59ab674be4b5
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/segmentation_fold_galaxy_wrapper commit 4b12ac5efae0802d2614747a639475d8778a68b4-dirty
yhoogstrate
parents:
diff
changeset
|
85 This is an utility of the segmentation-fold package that allows to scan for the presence of certain segments. |
59ab674be4b5
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/segmentation_fold_galaxy_wrapper commit 4b12ac5efae0802d2614747a639475d8778a68b4-dirty
yhoogstrate
parents:
diff
changeset
|
86 If present, it will also scan for the Gibbs free energy necessairy the segment has to provide to contribute to the optimal structure. |
59ab674be4b5
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/segmentation_fold_galaxy_wrapper commit 4b12ac5efae0802d2614747a639475d8778a68b4-dirty
yhoogstrate
parents:
diff
changeset
|
87 ]]></help> |
59ab674be4b5
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/segmentation_fold_galaxy_wrapper commit 4b12ac5efae0802d2614747a639475d8778a68b4-dirty
yhoogstrate
parents:
diff
changeset
|
88 |
59ab674be4b5
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/segmentation_fold_galaxy_wrapper commit 4b12ac5efae0802d2614747a639475d8778a68b4-dirty
yhoogstrate
parents:
diff
changeset
|
89 <citations> |
59ab674be4b5
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/segmentation_fold_galaxy_wrapper commit 4b12ac5efae0802d2614747a639475d8778a68b4-dirty
yhoogstrate
parents:
diff
changeset
|
90 <citation type="bibtex"> |
59ab674be4b5
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/segmentation_fold_galaxy_wrapper commit 4b12ac5efae0802d2614747a639475d8778a68b4-dirty
yhoogstrate
parents:
diff
changeset
|
91 @mastersthesis{mastersthesis, |
59ab674be4b5
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/segmentation_fold_galaxy_wrapper commit 4b12ac5efae0802d2614747a639475d8778a68b4-dirty
yhoogstrate
parents:
diff
changeset
|
92 author = {Youri Hoogstrate}, |
59ab674be4b5
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/segmentation_fold_galaxy_wrapper commit 4b12ac5efae0802d2614747a639475d8778a68b4-dirty
yhoogstrate
parents:
diff
changeset
|
93 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
|
94 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
|
95 year = 2012, |
59ab674be4b5
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/segmentation_fold_galaxy_wrapper commit 4b12ac5efae0802d2614747a639475d8778a68b4-dirty
yhoogstrate
parents:
diff
changeset
|
96 address = {}, |
59ab674be4b5
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/segmentation_fold_galaxy_wrapper commit 4b12ac5efae0802d2614747a639475d8778a68b4-dirty
yhoogstrate
parents:
diff
changeset
|
97 month = 11, |
59ab674be4b5
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/segmentation_fold_galaxy_wrapper commit 4b12ac5efae0802d2614747a639475d8778a68b4-dirty
yhoogstrate
parents:
diff
changeset
|
98 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
|
99 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
|
100 } |
59ab674be4b5
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/segmentation_fold_galaxy_wrapper commit 4b12ac5efae0802d2614747a639475d8778a68b4-dirty
yhoogstrate
parents:
diff
changeset
|
101 </citation> |
59ab674be4b5
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/segmentation_fold_galaxy_wrapper commit 4b12ac5efae0802d2614747a639475d8778a68b4-dirty
yhoogstrate
parents:
diff
changeset
|
102 </citations> |
59ab674be4b5
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/segmentation_fold_galaxy_wrapper commit 4b12ac5efae0802d2614747a639475d8778a68b4-dirty
yhoogstrate
parents:
diff
changeset
|
103 </tool> |