comparison annotate.xml @ 1:e3862632706d draft

"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/sansa commit ca0c5ca081608b464ee2698a99b3c5ba31eb58b2"
author iuc
date Fri, 16 Apr 2021 21:32:14 +0000
parents fb00426402b0
children 30079fa4e2fd
comparison
equal deleted inserted replaced
0:fb00426402b0 1:e3862632706d
2 <tool id="sansa_annotate" name="sansa annotate" version="@TOOL_VERSION@+galaxy@VERSION_SUFFIX@" profile="18.01"> 2 <tool id="sansa_annotate" name="sansa annotate" version="@TOOL_VERSION@+galaxy@VERSION_SUFFIX@" profile="18.01">
3 <description>structural variants</description> 3 <description>structural variants</description>
4 <macros> 4 <macros>
5 <import>macros.xml</import> 5 <import>macros.xml</import>
6 </macros> 6 </macros>
7 <expand macro="edam_topics"/>
8 <expand macro="edam_operations"/>
7 <expand macro="requirements"/> 9 <expand macro="requirements"/>
8 <expand macro="version_command"/> 10 <expand macro="version_command"/>
9 <command detect_errors="exit_code"><![CDATA[ 11 <command detect_errors="exit_code"><![CDATA[
10 ## initialize 12 ## initialize
11 ## file format gtf.gz is required 13 ## file format gtf.gz is required
173 <section name="fg"> 175 <section name="fg">
174 <param name="gtf" value="db.gtf"/> 176 <param name="gtf" value="db.gtf"/>
175 <param name="id" value="gene_id"/> 177 <param name="id" value="gene_id"/>
176 <param name="feature" value="exon"/> 178 <param name="feature" value="exon"/>
177 <param name="distance" value="1001"/> 179 <param name="distance" value="1001"/>
180 <param name="contained" value="true"/>
178 </section> 181 </section>
179 </conditional> 182 </conditional>
180 <section name="oo"> 183 <section name="oo">
181 <param name="out" value="anno,log,query"/> 184 <param name="out" value="anno,log,query"/>
182 </section> 185 </section>
225 <assert_contents> 228 <assert_contents>
226 <has_text_matching expression=".+Done.+"/> 229 <has_text_matching expression=".+Done.+"/>
227 </assert_contents> 230 </assert_contents>
228 </output> 231 </output>
229 </test> 232 </test>
230 <!-- #5 sfg, custom --> 233 <!-- #6 sfg, custom -->
231 <test expect_num_outputs="3"> 234 <test expect_num_outputs="3">
232 <param name="input" value="input.vcf"/> 235 <param name="input" value="input.vcf"/>
233 <conditional name="type_cond"> 236 <conditional name="type_cond">
234 <param name="type_sel" value="sfg"/> 237 <param name="type_sel" value="sfg"/>
235 <section name="s"> 238 <section name="s">
243 <section name="fg"> 246 <section name="fg">
244 <param name="gtf" value="db.gtf"/> 247 <param name="gtf" value="db.gtf"/>
245 <param name="id" value="gene_id"/> 248 <param name="id" value="gene_id"/>
246 <param name="feature" value="exon"/> 249 <param name="feature" value="exon"/>
247 <param name="distance" value="1001"/> 250 <param name="distance" value="1001"/>
251 <param name="contained" value="true"/>
248 </section> 252 </section>
249 </conditional> 253 </conditional>
250 <section name="oo"> 254 <section name="oo">
251 <param name="out" value="anno,log,query"/> 255 <param name="out" value="anno,log,query"/>
252 </section> 256 </section>
274 278
275 Sansa *annotate* is a structural variant (SV) annotation tool. 279 Sansa *annotate* is a structural variant (SV) annotation tool.
276 280
277 **Input** 281 **Input**
278 282
279 - sample (VCF) 283 - Sample (VCF)
280 - gene annotation file (GTF/GFF2/GFF3) 284 - Gene annotation (GTF/GFF2/GFF3)
281 - annotation database, e.g. `gnomAD-SV <https://gnomad.broadinstitute.org/>`_ or `1000 Genomes phase 3 <https://www.internationalgenome.org/phase-3-structural-variant-dataset>`_ 285 - Annotation database, e.g. `gnomAD-SV <https://gnomad.broadinstitute.org/>`_ or `1000 Genomes phase 3 <https://www.internationalgenome.org/phase-3-structural-variant-dataset>`_
282 286
283 **Output** 287 **Output**
284 288
285 - anno (BCF) with annotation SVs augmented by a unique ID (INFO/ANNOID) 289 - Anno (BCF) with annotation SVs augmented by a unique ID (INFO/ANNOID)
286 - query (tabular.gz) with query SVs matched to annotation IDs 290 - Query (TABULAR.GZ) with query SVs matched to annotation IDs
287 291
288 .. class:: infomark 292 .. class:: infomark
289 293
290 **References** 294 **References**
291 295