Mercurial > repos > yhoogstrate > segmentation_fold
annotate scan-for-segments.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="scan_for_segments" name="scan-for-segments" 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>Scan for the presence of segments in sequences 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 scan-for-segments |
22d7b6019372
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/segmentation_fold_galaxy_wrapper commit 7e54643d9af0065268d5cde2f2fc9872d2de8fa9
yhoogstrate
parents:
diff
changeset
|
15 -T \${GALAXY_SLOTS:-4} |
22d7b6019372
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/segmentation_fold_galaxy_wrapper commit 7e54643d9af0065268d5cde2f2fc9872d2de8fa9
yhoogstrate
parents:
diff
changeset
|
16 -x |
22d7b6019372
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/segmentation_fold_galaxy_wrapper commit 7e54643d9af0065268d5cde2f2fc9872d2de8fa9
yhoogstrate
parents:
diff
changeset
|
17 #if str($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
|
18 "${parameters.input_xml}" |
22d7b6019372
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/segmentation_fold_galaxy_wrapper commit 7e54643d9af0065268d5cde2f2fc9872d2de8fa9
yhoogstrate
parents:
diff
changeset
|
19 #else |
22d7b6019372
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/segmentation_fold_galaxy_wrapper commit 7e54643d9af0065268d5cde2f2fc9872d2de8fa9
yhoogstrate
parents:
diff
changeset
|
20 "\$SEGMENTATION_FOLD_DEFAULT_XML" |
22d7b6019372
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/segmentation_fold_galaxy_wrapper commit 7e54643d9af0065268d5cde2f2fc9872d2de8fa9
yhoogstrate
parents:
diff
changeset
|
21 #end if |
22d7b6019372
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/segmentation_fold_galaxy_wrapper commit 7e54643d9af0065268d5cde2f2fc9872d2de8fa9
yhoogstrate
parents:
diff
changeset
|
22 -p "in-depth" |
22d7b6019372
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/segmentation_fold_galaxy_wrapper commit 7e54643d9af0065268d5cde2f2fc9872d2de8fa9
yhoogstrate
parents:
diff
changeset
|
23 "${input_fasta}" |
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 > $output_list |
22d7b6019372
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/segmentation_fold_galaxy_wrapper commit 7e54643d9af0065268d5cde2f2fc9872d2de8fa9
yhoogstrate
parents:
diff
changeset
|
26 ]]></command> |
22d7b6019372
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/segmentation_fold_galaxy_wrapper commit 7e54643d9af0065268d5cde2f2fc9872d2de8fa9
yhoogstrate
parents:
diff
changeset
|
27 |
22d7b6019372
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/segmentation_fold_galaxy_wrapper commit 7e54643d9af0065268d5cde2f2fc9872d2de8fa9
yhoogstrate
parents:
diff
changeset
|
28 <inputs> |
22d7b6019372
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/segmentation_fold_galaxy_wrapper commit 7e54643d9af0065268d5cde2f2fc9872d2de8fa9
yhoogstrate
parents:
diff
changeset
|
29 <param name="input_fasta" |
22d7b6019372
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/segmentation_fold_galaxy_wrapper commit 7e54643d9af0065268d5cde2f2fc9872d2de8fa9
yhoogstrate
parents:
diff
changeset
|
30 type="data" |
22d7b6019372
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/segmentation_fold_galaxy_wrapper commit 7e54643d9af0065268d5cde2f2fc9872d2de8fa9
yhoogstrate
parents:
diff
changeset
|
31 format="fasta" |
22d7b6019372
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/segmentation_fold_galaxy_wrapper commit 7e54643d9af0065268d5cde2f2fc9872d2de8fa9
yhoogstrate
parents:
diff
changeset
|
32 argument="-f" |
22d7b6019372
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/segmentation_fold_galaxy_wrapper commit 7e54643d9af0065268d5cde2f2fc9872d2de8fa9
yhoogstrate
parents:
diff
changeset
|
33 label="Fasta file with RNA-sequece" /> |
22d7b6019372
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/segmentation_fold_galaxy_wrapper commit 7e54643d9af0065268d5cde2f2fc9872d2de8fa9
yhoogstrate
parents:
diff
changeset
|
34 |
22d7b6019372
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/segmentation_fold_galaxy_wrapper commit 7e54643d9af0065268d5cde2f2fc9872d2de8fa9
yhoogstrate
parents:
diff
changeset
|
35 <conditional name="parameters"> |
22d7b6019372
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/segmentation_fold_galaxy_wrapper commit 7e54643d9af0065268d5cde2f2fc9872d2de8fa9
yhoogstrate
parents:
diff
changeset
|
36 <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
|
37 type="boolean" |
22d7b6019372
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/segmentation_fold_galaxy_wrapper commit 7e54643d9af0065268d5cde2f2fc9872d2de8fa9
yhoogstrate
parents:
diff
changeset
|
38 truevalue="true" |
22d7b6019372
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/segmentation_fold_galaxy_wrapper commit 7e54643d9af0065268d5cde2f2fc9872d2de8fa9
yhoogstrate
parents:
diff
changeset
|
39 falsevalue="false" |
22d7b6019372
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/segmentation_fold_galaxy_wrapper commit 7e54643d9af0065268d5cde2f2fc9872d2de8fa9
yhoogstrate
parents:
diff
changeset
|
40 selected="false" |
22d7b6019372
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/segmentation_fold_galaxy_wrapper commit 7e54643d9af0065268d5cde2f2fc9872d2de8fa9
yhoogstrate
parents:
diff
changeset
|
41 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
|
42 |
22d7b6019372
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/segmentation_fold_galaxy_wrapper commit 7e54643d9af0065268d5cde2f2fc9872d2de8fa9
yhoogstrate
parents:
diff
changeset
|
43 <when value="false" /> |
22d7b6019372
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/segmentation_fold_galaxy_wrapper commit 7e54643d9af0065268d5cde2f2fc9872d2de8fa9
yhoogstrate
parents:
diff
changeset
|
44 <when value="true"> |
22d7b6019372
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/segmentation_fold_galaxy_wrapper commit 7e54643d9af0065268d5cde2f2fc9872d2de8fa9
yhoogstrate
parents:
diff
changeset
|
45 <param name="input_xml" |
22d7b6019372
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/segmentation_fold_galaxy_wrapper commit 7e54643d9af0065268d5cde2f2fc9872d2de8fa9
yhoogstrate
parents:
diff
changeset
|
46 type="data" |
22d7b6019372
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/segmentation_fold_galaxy_wrapper commit 7e54643d9af0065268d5cde2f2fc9872d2de8fa9
yhoogstrate
parents:
diff
changeset
|
47 format="xml" |
22d7b6019372
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/segmentation_fold_galaxy_wrapper commit 7e54643d9af0065268d5cde2f2fc9872d2de8fa9
yhoogstrate
parents:
diff
changeset
|
48 multiple="false" |
22d7b6019372
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/segmentation_fold_galaxy_wrapper commit 7e54643d9af0065268d5cde2f2fc9872d2de8fa9
yhoogstrate
parents:
diff
changeset
|
49 argument="-x" |
22d7b6019372
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/segmentation_fold_galaxy_wrapper commit 7e54643d9af0065268d5cde2f2fc9872d2de8fa9
yhoogstrate
parents:
diff
changeset
|
50 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
|
51 </when> |
22d7b6019372
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/segmentation_fold_galaxy_wrapper commit 7e54643d9af0065268d5cde2f2fc9872d2de8fa9
yhoogstrate
parents:
diff
changeset
|
52 </conditional> |
22d7b6019372
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/segmentation_fold_galaxy_wrapper commit 7e54643d9af0065268d5cde2f2fc9872d2de8fa9
yhoogstrate
parents:
diff
changeset
|
53 </inputs> |
22d7b6019372
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/segmentation_fold_galaxy_wrapper commit 7e54643d9af0065268d5cde2f2fc9872d2de8fa9
yhoogstrate
parents:
diff
changeset
|
54 |
22d7b6019372
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/segmentation_fold_galaxy_wrapper commit 7e54643d9af0065268d5cde2f2fc9872d2de8fa9
yhoogstrate
parents:
diff
changeset
|
55 <outputs> |
22d7b6019372
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/segmentation_fold_galaxy_wrapper commit 7e54643d9af0065268d5cde2f2fc9872d2de8fa9
yhoogstrate
parents:
diff
changeset
|
56 <data format="text" name="output_list" label="${tool.name} on ${str($input_fasta.hid) + ': ' + $input_fasta.name}" /> |
22d7b6019372
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/segmentation_fold_galaxy_wrapper commit 7e54643d9af0065268d5cde2f2fc9872d2de8fa9
yhoogstrate
parents:
diff
changeset
|
57 </outputs> |
22d7b6019372
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/segmentation_fold_galaxy_wrapper commit 7e54643d9af0065268d5cde2f2fc9872d2de8fa9
yhoogstrate
parents:
diff
changeset
|
58 |
22d7b6019372
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/segmentation_fold_galaxy_wrapper commit 7e54643d9af0065268d5cde2f2fc9872d2de8fa9
yhoogstrate
parents:
diff
changeset
|
59 <tests> |
22d7b6019372
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/segmentation_fold_galaxy_wrapper commit 7e54643d9af0065268d5cde2f2fc9872d2de8fa9
yhoogstrate
parents:
diff
changeset
|
60 <test> |
22d7b6019372
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/segmentation_fold_galaxy_wrapper commit 7e54643d9af0065268d5cde2f2fc9872d2de8fa9
yhoogstrate
parents:
diff
changeset
|
61 <param name="input_fasta" value="SNORD13-revised.fa" ftype="fasta" /> |
22d7b6019372
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/segmentation_fold_galaxy_wrapper commit 7e54643d9af0065268d5cde2f2fc9872d2de8fa9
yhoogstrate
parents:
diff
changeset
|
62 <param name="use_custom_xml" value="false" ftype="fasta" /> |
22d7b6019372
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/segmentation_fold_galaxy_wrapper commit 7e54643d9af0065268d5cde2f2fc9872d2de8fa9
yhoogstrate
parents:
diff
changeset
|
63 |
22d7b6019372
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/segmentation_fold_galaxy_wrapper commit 7e54643d9af0065268d5cde2f2fc9872d2de8fa9
yhoogstrate
parents:
diff
changeset
|
64 <output name="output_list" file="SNORD13-revised.scan-for-segments.txt" /> |
22d7b6019372
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/segmentation_fold_galaxy_wrapper commit 7e54643d9af0065268d5cde2f2fc9872d2de8fa9
yhoogstrate
parents:
diff
changeset
|
65 </test> |
22d7b6019372
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/segmentation_fold_galaxy_wrapper commit 7e54643d9af0065268d5cde2f2fc9872d2de8fa9
yhoogstrate
parents:
diff
changeset
|
66 <test> |
22d7b6019372
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/segmentation_fold_galaxy_wrapper commit 7e54643d9af0065268d5cde2f2fc9872d2de8fa9
yhoogstrate
parents:
diff
changeset
|
67 <param name="input_fasta" value="SNORD48-revised.fa" ftype="fasta" /> |
22d7b6019372
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/segmentation_fold_galaxy_wrapper commit 7e54643d9af0065268d5cde2f2fc9872d2de8fa9
yhoogstrate
parents:
diff
changeset
|
68 <param name="use_custom_xml" value="false" ftype="fasta" /> |
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 <output name="output_list" file="SNORD48-revised.scan-for-segments.txt" /> |
22d7b6019372
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/segmentation_fold_galaxy_wrapper commit 7e54643d9af0065268d5cde2f2fc9872d2de8fa9
yhoogstrate
parents:
diff
changeset
|
71 </test> |
22d7b6019372
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/segmentation_fold_galaxy_wrapper commit 7e54643d9af0065268d5cde2f2fc9872d2de8fa9
yhoogstrate
parents:
diff
changeset
|
72 <test> |
22d7b6019372
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/segmentation_fold_galaxy_wrapper commit 7e54643d9af0065268d5cde2f2fc9872d2de8fa9
yhoogstrate
parents:
diff
changeset
|
73 <param name="input_fasta" value="SNORD114-4-revised.fa" ftype="fasta" /> |
22d7b6019372
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/segmentation_fold_galaxy_wrapper commit 7e54643d9af0065268d5cde2f2fc9872d2de8fa9
yhoogstrate
parents:
diff
changeset
|
74 <param name="use_custom_xml" value="false" ftype="fasta" /> |
22d7b6019372
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/segmentation_fold_galaxy_wrapper commit 7e54643d9af0065268d5cde2f2fc9872d2de8fa9
yhoogstrate
parents:
diff
changeset
|
75 |
22d7b6019372
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/segmentation_fold_galaxy_wrapper commit 7e54643d9af0065268d5cde2f2fc9872d2de8fa9
yhoogstrate
parents:
diff
changeset
|
76 <output name="output_list" file="SNORD114-4-revised.scan-for-segments.txt" /> |
22d7b6019372
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/segmentation_fold_galaxy_wrapper commit 7e54643d9af0065268d5cde2f2fc9872d2de8fa9
yhoogstrate
parents:
diff
changeset
|
77 </test> |
22d7b6019372
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/segmentation_fold_galaxy_wrapper commit 7e54643d9af0065268d5cde2f2fc9872d2de8fa9
yhoogstrate
parents:
diff
changeset
|
78 <test> |
22d7b6019372
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/segmentation_fold_galaxy_wrapper commit 7e54643d9af0065268d5cde2f2fc9872d2de8fa9
yhoogstrate
parents:
diff
changeset
|
79 <param name="input_fasta" value="SNORD118-revised.fa" ftype="fasta" /> |
22d7b6019372
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/segmentation_fold_galaxy_wrapper commit 7e54643d9af0065268d5cde2f2fc9872d2de8fa9
yhoogstrate
parents:
diff
changeset
|
80 <param name="use_custom_xml" value="false" ftype="fasta" /> |
22d7b6019372
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/segmentation_fold_galaxy_wrapper commit 7e54643d9af0065268d5cde2f2fc9872d2de8fa9
yhoogstrate
parents:
diff
changeset
|
81 |
22d7b6019372
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/segmentation_fold_galaxy_wrapper commit 7e54643d9af0065268d5cde2f2fc9872d2de8fa9
yhoogstrate
parents:
diff
changeset
|
82 <output name="output_list" file="SNORD118-revised.scan-for-segments.txt" /> |
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 </tests> |
22d7b6019372
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/segmentation_fold_galaxy_wrapper commit 7e54643d9af0065268d5cde2f2fc9872d2de8fa9
yhoogstrate
parents:
diff
changeset
|
85 |
22d7b6019372
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/segmentation_fold_galaxy_wrapper commit 7e54643d9af0065268d5cde2f2fc9872d2de8fa9
yhoogstrate
parents:
diff
changeset
|
86 <help><![CDATA[ |
22d7b6019372
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/segmentation_fold_galaxy_wrapper commit 7e54643d9af0065268d5cde2f2fc9872d2de8fa9
yhoogstrate
parents:
diff
changeset
|
87 This is an utility of the segmentation-fold package that allows to scan for the presence of certain segments. |
22d7b6019372
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/segmentation_fold_galaxy_wrapper commit 7e54643d9af0065268d5cde2f2fc9872d2de8fa9
yhoogstrate
parents:
diff
changeset
|
88 If present, it will also scan for the Gibbs free energy necessairy the segment has to provide to contribute to the optimal structure. |
22d7b6019372
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/segmentation_fold_galaxy_wrapper commit 7e54643d9af0065268d5cde2f2fc9872d2de8fa9
yhoogstrate
parents:
diff
changeset
|
89 ]]></help> |
22d7b6019372
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/segmentation_fold_galaxy_wrapper commit 7e54643d9af0065268d5cde2f2fc9872d2de8fa9
yhoogstrate
parents:
diff
changeset
|
90 |
22d7b6019372
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/segmentation_fold_galaxy_wrapper commit 7e54643d9af0065268d5cde2f2fc9872d2de8fa9
yhoogstrate
parents:
diff
changeset
|
91 <citations> |
22d7b6019372
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/segmentation_fold_galaxy_wrapper commit 7e54643d9af0065268d5cde2f2fc9872d2de8fa9
yhoogstrate
parents:
diff
changeset
|
92 <citation type="bibtex"> |
22d7b6019372
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/segmentation_fold_galaxy_wrapper commit 7e54643d9af0065268d5cde2f2fc9872d2de8fa9
yhoogstrate
parents:
diff
changeset
|
93 @mastersthesis{mastersthesis, |
22d7b6019372
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/segmentation_fold_galaxy_wrapper commit 7e54643d9af0065268d5cde2f2fc9872d2de8fa9
yhoogstrate
parents:
diff
changeset
|
94 author = {Youri Hoogstrate}, |
22d7b6019372
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/segmentation_fold_galaxy_wrapper commit 7e54643d9af0065268d5cde2f2fc9872d2de8fa9
yhoogstrate
parents:
diff
changeset
|
95 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
|
96 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
|
97 year = 2012, |
22d7b6019372
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/segmentation_fold_galaxy_wrapper commit 7e54643d9af0065268d5cde2f2fc9872d2de8fa9
yhoogstrate
parents:
diff
changeset
|
98 address = {}, |
22d7b6019372
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/segmentation_fold_galaxy_wrapper commit 7e54643d9af0065268d5cde2f2fc9872d2de8fa9
yhoogstrate
parents:
diff
changeset
|
99 month = 11, |
22d7b6019372
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/segmentation_fold_galaxy_wrapper commit 7e54643d9af0065268d5cde2f2fc9872d2de8fa9
yhoogstrate
parents:
diff
changeset
|
100 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
|
101 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
|
102 } |
22d7b6019372
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/segmentation_fold_galaxy_wrapper commit 7e54643d9af0065268d5cde2f2fc9872d2de8fa9
yhoogstrate
parents:
diff
changeset
|
103 </citation> |
22d7b6019372
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/segmentation_fold_galaxy_wrapper commit 7e54643d9af0065268d5cde2f2fc9872d2de8fa9
yhoogstrate
parents:
diff
changeset
|
104 </citations> |
22d7b6019372
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/segmentation_fold_galaxy_wrapper commit 7e54643d9af0065268d5cde2f2fc9872d2de8fa9
yhoogstrate
parents:
diff
changeset
|
105 </tool> |