comparison trinotate.xml @ 1:9e61bc67866f draft

planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/trinotate commit 910addf8de57fa9fa678c8a69c558390f5a16601
author iuc
date Fri, 16 Mar 2018 21:52:26 -0400
parents 499d87c45612
children 6fd16fad465d
comparison
equal deleted inserted replaced
0:499d87c45612 1:9e61bc67866f
12 ]]> 12 ]]>
13 </version_command> 13 </version_command>
14 <command><![CDATA[ 14 <command><![CDATA[
15 15
16 #if str($cond_download.select_download) == "yes": 16 #if str($cond_download.select_download) == "yes":
17 wget --no-verbose 'https://data.broadinstitute.org/Trinity/Trinotate_v3_RESOURCES/Trinotate_v3.sqlite.gz' -O Trinotate.sqlite.gz && 17 wget --no-verbose 'https://data.broadinstitute.org/Trinity/__deprecated_trinotate_resources/Trinotate_v3_RESOURCES/Trinotate_v3.sqlite.gz' -O Trinotate.sqlite.gz &&
18 gunzip Trinotate.sqlite.gz && 18 gunzip Trinotate.sqlite.gz &&
19 #else: 19 #else:
20 ln -s '$cond_download.trinotate_sqlite_in' Trinotate.sqlite 20 ln -s '$cond_download.trinotate_sqlite_in' Trinotate.sqlite
21 #end if 21 #end if
22 22
54 <param name="select_download" type="select" label="Let Galaxy downloading the Trinotate Pre-generated Resource SQLite database"> 54 <param name="select_download" type="select" label="Let Galaxy downloading the Trinotate Pre-generated Resource SQLite database">
55 <option value="yes" selected="True">Yes</option> 55 <option value="yes" selected="True">Yes</option>
56 <option value="no">No, I will provide it</option> 56 <option value="no">No, I will provide it</option>
57 </param> 57 </param>
58 <when value="no"> 58 <when value="no">
59 <param name="trinotate_sqlite_in" type="data" format="sqlite" optional="false" label="Trinotate Pre-generated Resource SQLite database" help="https://data.broadinstitute.org/Trinity/Trinotate_v3_RESOURCES/Trinotate_v3.sqlite.gz" /> 59 <param name="trinotate_sqlite_in" type="data" format="sqlite" optional="false" label="Trinotate Pre-generated Resource SQLite database" help="https://data.broadinstitute.org/Trinity/__deprecated_trinotate_resources/Trinotate_v3_RESOURCES/Trinotate_v3.sqlite.gz" />
60 </when> 60 </when>
61 <when value="yes" /> 61 <when value="yes" />
62 </conditional> 62 </conditional>
63 63
64 <section name="report_option" title="Report options" expanded="False"> 64 <section name="report_option" title="Report options" expanded="False">
175 .. _tmhmm_and_signalp: https://toolshed.g2.bx.psu.edu/repository?repository_id=292389a45f1a238a 175 .. _tmhmm_and_signalp: https://toolshed.g2.bx.psu.edu/repository?repository_id=292389a45f1a238a
176 176
177 177
178 Trinotate Pre-generated Resource SQLite database 178 Trinotate Pre-generated Resource SQLite database
179 179
180 - You can provide the SQLite database yourself, if Galaxy have trouble to download it : https://data.broadinstitute.org/Trinity/Trinotate_v3_RESOURCES/Trinotate_v3.sqlite.gz 180 - You can provide the SQLite database yourself, if Galaxy have trouble to download it : https://data.broadinstitute.org/Trinity/__deprecated_trinotate_resources/Trinotate_v3_RESOURCES/Trinotate_v3.sqlite.gz
181 181
182 -------- 182 --------
183 183
184 **Output** 184 **Output**
185 185