annotate annotate.xml @ 0:fb00426402b0 draft

"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/sansa commit b9066cb246cbae9a24020a79cf53d2dd4462b77d"
author iuc
date Mon, 25 Jan 2021 17:50:47 +0000
parents
children e3862632706d
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
0
fb00426402b0 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/sansa commit b9066cb246cbae9a24020a79cf53d2dd4462b77d"
iuc
parents:
diff changeset
1 <?xml version="1.0"?>
fb00426402b0 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/sansa commit b9066cb246cbae9a24020a79cf53d2dd4462b77d"
iuc
parents:
diff changeset
2 <tool id="sansa_annotate" name="sansa annotate" version="@TOOL_VERSION@+galaxy@VERSION_SUFFIX@" profile="18.01">
fb00426402b0 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/sansa commit b9066cb246cbae9a24020a79cf53d2dd4462b77d"
iuc
parents:
diff changeset
3 <description>structural variants</description>
fb00426402b0 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/sansa commit b9066cb246cbae9a24020a79cf53d2dd4462b77d"
iuc
parents:
diff changeset
4 <macros>
fb00426402b0 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/sansa commit b9066cb246cbae9a24020a79cf53d2dd4462b77d"
iuc
parents:
diff changeset
5 <import>macros.xml</import>
fb00426402b0 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/sansa commit b9066cb246cbae9a24020a79cf53d2dd4462b77d"
iuc
parents:
diff changeset
6 </macros>
fb00426402b0 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/sansa commit b9066cb246cbae9a24020a79cf53d2dd4462b77d"
iuc
parents:
diff changeset
7 <expand macro="requirements"/>
fb00426402b0 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/sansa commit b9066cb246cbae9a24020a79cf53d2dd4462b77d"
iuc
parents:
diff changeset
8 <expand macro="version_command"/>
fb00426402b0 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/sansa commit b9066cb246cbae9a24020a79cf53d2dd4462b77d"
iuc
parents:
diff changeset
9 <command detect_errors="exit_code"><![CDATA[
fb00426402b0 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/sansa commit b9066cb246cbae9a24020a79cf53d2dd4462b77d"
iuc
parents:
diff changeset
10 ## initialize
fb00426402b0 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/sansa commit b9066cb246cbae9a24020a79cf53d2dd4462b77d"
iuc
parents:
diff changeset
11 ## file format gtf.gz is required
fb00426402b0 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/sansa commit b9066cb246cbae9a24020a79cf53d2dd4462b77d"
iuc
parents:
diff changeset
12 #if $type_cond.type_sel == 'fg' or $type_cond.type_sel == 'sfg'
fb00426402b0 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/sansa commit b9066cb246cbae9a24020a79cf53d2dd4462b77d"
iuc
parents:
diff changeset
13 gzip -c '$type_cond.fg.gtf' > 'db.gtf.gz' &&
fb00426402b0 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/sansa commit b9066cb246cbae9a24020a79cf53d2dd4462b77d"
iuc
parents:
diff changeset
14 #end if
fb00426402b0 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/sansa commit b9066cb246cbae9a24020a79cf53d2dd4462b77d"
iuc
parents:
diff changeset
15
fb00426402b0 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/sansa commit b9066cb246cbae9a24020a79cf53d2dd4462b77d"
iuc
parents:
diff changeset
16 ## run
fb00426402b0 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/sansa commit b9066cb246cbae9a24020a79cf53d2dd4462b77d"
iuc
parents:
diff changeset
17 sansa annotate
fb00426402b0 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/sansa commit b9066cb246cbae9a24020a79cf53d2dd4462b77d"
iuc
parents:
diff changeset
18 ## sv annotation options
fb00426402b0 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/sansa commit b9066cb246cbae9a24020a79cf53d2dd4462b77d"
iuc
parents:
diff changeset
19 #if $type_cond.type_sel == 's' or $type_cond.type_sel == 'sfg'
fb00426402b0 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/sansa commit b9066cb246cbae9a24020a79cf53d2dd4462b77d"
iuc
parents:
diff changeset
20 --db '$type_cond.s.db'
fb00426402b0 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/sansa commit b9066cb246cbae9a24020a79cf53d2dd4462b77d"
iuc
parents:
diff changeset
21 --bpoffset $type_cond.s.bpoffset
fb00426402b0 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/sansa commit b9066cb246cbae9a24020a79cf53d2dd4462b77d"
iuc
parents:
diff changeset
22 --ratio $type_cond.s.ratio
fb00426402b0 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/sansa commit b9066cb246cbae9a24020a79cf53d2dd4462b77d"
iuc
parents:
diff changeset
23 --strategy '$type_cond.s.strategy'
fb00426402b0 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/sansa commit b9066cb246cbae9a24020a79cf53d2dd4462b77d"
iuc
parents:
diff changeset
24 $type_cond.s.notype
fb00426402b0 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/sansa commit b9066cb246cbae9a24020a79cf53d2dd4462b77d"
iuc
parents:
diff changeset
25 $type_cond.s.nomatch
fb00426402b0 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/sansa commit b9066cb246cbae9a24020a79cf53d2dd4462b77d"
iuc
parents:
diff changeset
26 #end if
fb00426402b0 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/sansa commit b9066cb246cbae9a24020a79cf53d2dd4462b77d"
iuc
parents:
diff changeset
27 ## feature and gene annotation options
fb00426402b0 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/sansa commit b9066cb246cbae9a24020a79cf53d2dd4462b77d"
iuc
parents:
diff changeset
28 #if $type_cond.type_sel == 'fg' or $type_cond.type_sel == 'sfg'
fb00426402b0 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/sansa commit b9066cb246cbae9a24020a79cf53d2dd4462b77d"
iuc
parents:
diff changeset
29 --gtf 'db.gtf.gz'
fb00426402b0 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/sansa commit b9066cb246cbae9a24020a79cf53d2dd4462b77d"
iuc
parents:
diff changeset
30 --id '$type_cond.fg.id'
fb00426402b0 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/sansa commit b9066cb246cbae9a24020a79cf53d2dd4462b77d"
iuc
parents:
diff changeset
31 --feature '$type_cond.fg.feature'
fb00426402b0 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/sansa commit b9066cb246cbae9a24020a79cf53d2dd4462b77d"
iuc
parents:
diff changeset
32 --distance $type_cond.fg.distance
fb00426402b0 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/sansa commit b9066cb246cbae9a24020a79cf53d2dd4462b77d"
iuc
parents:
diff changeset
33 #end if
fb00426402b0 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/sansa commit b9066cb246cbae9a24020a79cf53d2dd4462b77d"
iuc
parents:
diff changeset
34 ## input
fb00426402b0 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/sansa commit b9066cb246cbae9a24020a79cf53d2dd4462b77d"
iuc
parents:
diff changeset
35 '$input'
fb00426402b0 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/sansa commit b9066cb246cbae9a24020a79cf53d2dd4462b77d"
iuc
parents:
diff changeset
36
fb00426402b0 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/sansa commit b9066cb246cbae9a24020a79cf53d2dd4462b77d"
iuc
parents:
diff changeset
37 ## postprocessing
fb00426402b0 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/sansa commit b9066cb246cbae9a24020a79cf53d2dd4462b77d"
iuc
parents:
diff changeset
38 2>&1 | tee -a '$out_log'
fb00426402b0 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/sansa commit b9066cb246cbae9a24020a79cf53d2dd4462b77d"
iuc
parents:
diff changeset
39 ]]></command>
fb00426402b0 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/sansa commit b9066cb246cbae9a24020a79cf53d2dd4462b77d"
iuc
parents:
diff changeset
40 <inputs>
fb00426402b0 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/sansa commit b9066cb246cbae9a24020a79cf53d2dd4462b77d"
iuc
parents:
diff changeset
41 <param name="input" type="data" format="vcf" label="Select input file"/>
fb00426402b0 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/sansa commit b9066cb246cbae9a24020a79cf53d2dd4462b77d"
iuc
parents:
diff changeset
42 <conditional name="type_cond">
fb00426402b0 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/sansa commit b9066cb246cbae9a24020a79cf53d2dd4462b77d"
iuc
parents:
diff changeset
43 <param name="type_sel" type="select" label="Select annotation mode(s)">
fb00426402b0 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/sansa commit b9066cb246cbae9a24020a79cf53d2dd4462b77d"
iuc
parents:
diff changeset
44 <option value="s" selected="true">SV</option>
fb00426402b0 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/sansa commit b9066cb246cbae9a24020a79cf53d2dd4462b77d"
iuc
parents:
diff changeset
45 <option value="fg">Feature/Gene</option>
fb00426402b0 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/sansa commit b9066cb246cbae9a24020a79cf53d2dd4462b77d"
iuc
parents:
diff changeset
46 <option value="sfg">SV and Feature/Gene</option>
fb00426402b0 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/sansa commit b9066cb246cbae9a24020a79cf53d2dd4462b77d"
iuc
parents:
diff changeset
47 </param>
fb00426402b0 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/sansa commit b9066cb246cbae9a24020a79cf53d2dd4462b77d"
iuc
parents:
diff changeset
48 <when value="s">
fb00426402b0 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/sansa commit b9066cb246cbae9a24020a79cf53d2dd4462b77d"
iuc
parents:
diff changeset
49 <expand macro="s"/>
fb00426402b0 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/sansa commit b9066cb246cbae9a24020a79cf53d2dd4462b77d"
iuc
parents:
diff changeset
50 </when>
fb00426402b0 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/sansa commit b9066cb246cbae9a24020a79cf53d2dd4462b77d"
iuc
parents:
diff changeset
51 <when value="fg">
fb00426402b0 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/sansa commit b9066cb246cbae9a24020a79cf53d2dd4462b77d"
iuc
parents:
diff changeset
52 <expand macro="fg"/>
fb00426402b0 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/sansa commit b9066cb246cbae9a24020a79cf53d2dd4462b77d"
iuc
parents:
diff changeset
53 </when>
fb00426402b0 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/sansa commit b9066cb246cbae9a24020a79cf53d2dd4462b77d"
iuc
parents:
diff changeset
54 <when value="sfg">
fb00426402b0 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/sansa commit b9066cb246cbae9a24020a79cf53d2dd4462b77d"
iuc
parents:
diff changeset
55 <expand macro="s"/>
fb00426402b0 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/sansa commit b9066cb246cbae9a24020a79cf53d2dd4462b77d"
iuc
parents:
diff changeset
56 <expand macro="fg"/>
fb00426402b0 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/sansa commit b9066cb246cbae9a24020a79cf53d2dd4462b77d"
iuc
parents:
diff changeset
57 </when>
fb00426402b0 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/sansa commit b9066cb246cbae9a24020a79cf53d2dd4462b77d"
iuc
parents:
diff changeset
58 </conditional>
fb00426402b0 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/sansa commit b9066cb246cbae9a24020a79cf53d2dd4462b77d"
iuc
parents:
diff changeset
59 <section name="oo" title="Output options" expanded="true">
fb00426402b0 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/sansa commit b9066cb246cbae9a24020a79cf53d2dd4462b77d"
iuc
parents:
diff changeset
60 <param name="out" type="select" multiple="true" optional="false" label="Select output file(s)">
fb00426402b0 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/sansa commit b9066cb246cbae9a24020a79cf53d2dd4462b77d"
iuc
parents:
diff changeset
61 <option value="anno" selected="true">Annotation</option>
fb00426402b0 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/sansa commit b9066cb246cbae9a24020a79cf53d2dd4462b77d"
iuc
parents:
diff changeset
62 <option value="log">Log</option>
fb00426402b0 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/sansa commit b9066cb246cbae9a24020a79cf53d2dd4462b77d"
iuc
parents:
diff changeset
63 <option value="query">Query SV</option>
fb00426402b0 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/sansa commit b9066cb246cbae9a24020a79cf53d2dd4462b77d"
iuc
parents:
diff changeset
64 </param>
fb00426402b0 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/sansa commit b9066cb246cbae9a24020a79cf53d2dd4462b77d"
iuc
parents:
diff changeset
65 </section>
fb00426402b0 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/sansa commit b9066cb246cbae9a24020a79cf53d2dd4462b77d"
iuc
parents:
diff changeset
66 </inputs>
fb00426402b0 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/sansa commit b9066cb246cbae9a24020a79cf53d2dd4462b77d"
iuc
parents:
diff changeset
67 <outputs>
fb00426402b0 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/sansa commit b9066cb246cbae9a24020a79cf53d2dd4462b77d"
iuc
parents:
diff changeset
68 <data name="out_anno" format="bcf" from_work_dir="anno.bcf" label="${tool.name} on ${on_string}: Annotation">
fb00426402b0 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/sansa commit b9066cb246cbae9a24020a79cf53d2dd4462b77d"
iuc
parents:
diff changeset
69 <filter>'anno' in oo['out']</filter>
fb00426402b0 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/sansa commit b9066cb246cbae9a24020a79cf53d2dd4462b77d"
iuc
parents:
diff changeset
70 </data>
fb00426402b0 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/sansa commit b9066cb246cbae9a24020a79cf53d2dd4462b77d"
iuc
parents:
diff changeset
71 <data name="out_query" format="tabular.gz" from_work_dir="query.tsv.gz" label="${tool.name} on ${on_string}: Query SV">
fb00426402b0 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/sansa commit b9066cb246cbae9a24020a79cf53d2dd4462b77d"
iuc
parents:
diff changeset
72 <filter>'query' in oo['out']</filter>
fb00426402b0 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/sansa commit b9066cb246cbae9a24020a79cf53d2dd4462b77d"
iuc
parents:
diff changeset
73 </data>
fb00426402b0 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/sansa commit b9066cb246cbae9a24020a79cf53d2dd4462b77d"
iuc
parents:
diff changeset
74 <data name="out_log" format="txt" label="${tool.name} on ${on_string}: Log">
fb00426402b0 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/sansa commit b9066cb246cbae9a24020a79cf53d2dd4462b77d"
iuc
parents:
diff changeset
75 <filter>'log' in oo['out']</filter>
fb00426402b0 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/sansa commit b9066cb246cbae9a24020a79cf53d2dd4462b77d"
iuc
parents:
diff changeset
76 </data>
fb00426402b0 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/sansa commit b9066cb246cbae9a24020a79cf53d2dd4462b77d"
iuc
parents:
diff changeset
77 </outputs>
fb00426402b0 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/sansa commit b9066cb246cbae9a24020a79cf53d2dd4462b77d"
iuc
parents:
diff changeset
78 <tests>
fb00426402b0 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/sansa commit b9066cb246cbae9a24020a79cf53d2dd4462b77d"
iuc
parents:
diff changeset
79 <!-- #1 s, default -->
fb00426402b0 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/sansa commit b9066cb246cbae9a24020a79cf53d2dd4462b77d"
iuc
parents:
diff changeset
80 <test expect_num_outputs="3">
fb00426402b0 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/sansa commit b9066cb246cbae9a24020a79cf53d2dd4462b77d"
iuc
parents:
diff changeset
81 <param name="input" value="input.vcf"/>
fb00426402b0 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/sansa commit b9066cb246cbae9a24020a79cf53d2dd4462b77d"
iuc
parents:
diff changeset
82 <conditional name="type_cond">
fb00426402b0 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/sansa commit b9066cb246cbae9a24020a79cf53d2dd4462b77d"
iuc
parents:
diff changeset
83 <param name="type_sel" value="s"/>
fb00426402b0 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/sansa commit b9066cb246cbae9a24020a79cf53d2dd4462b77d"
iuc
parents:
diff changeset
84 <section name="s">
fb00426402b0 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/sansa commit b9066cb246cbae9a24020a79cf53d2dd4462b77d"
iuc
parents:
diff changeset
85 <param name="db" value="db.vcf"/>
fb00426402b0 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/sansa commit b9066cb246cbae9a24020a79cf53d2dd4462b77d"
iuc
parents:
diff changeset
86 </section>
fb00426402b0 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/sansa commit b9066cb246cbae9a24020a79cf53d2dd4462b77d"
iuc
parents:
diff changeset
87 </conditional>
fb00426402b0 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/sansa commit b9066cb246cbae9a24020a79cf53d2dd4462b77d"
iuc
parents:
diff changeset
88 <section name="oo">
fb00426402b0 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/sansa commit b9066cb246cbae9a24020a79cf53d2dd4462b77d"
iuc
parents:
diff changeset
89 <param name="out" value="anno,log,query"/>
fb00426402b0 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/sansa commit b9066cb246cbae9a24020a79cf53d2dd4462b77d"
iuc
parents:
diff changeset
90 </section>
fb00426402b0 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/sansa commit b9066cb246cbae9a24020a79cf53d2dd4462b77d"
iuc
parents:
diff changeset
91 <output name="out_anno">
fb00426402b0 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/sansa commit b9066cb246cbae9a24020a79cf53d2dd4462b77d"
iuc
parents:
diff changeset
92 <assert_contents>
fb00426402b0 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/sansa commit b9066cb246cbae9a24020a79cf53d2dd4462b77d"
iuc
parents:
diff changeset
93 <has_size value="57072"/>
fb00426402b0 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/sansa commit b9066cb246cbae9a24020a79cf53d2dd4462b77d"
iuc
parents:
diff changeset
94 </assert_contents>
fb00426402b0 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/sansa commit b9066cb246cbae9a24020a79cf53d2dd4462b77d"
iuc
parents:
diff changeset
95 </output>
fb00426402b0 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/sansa commit b9066cb246cbae9a24020a79cf53d2dd4462b77d"
iuc
parents:
diff changeset
96 <output name="out_query">
fb00426402b0 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/sansa commit b9066cb246cbae9a24020a79cf53d2dd4462b77d"
iuc
parents:
diff changeset
97 <assert_contents>
fb00426402b0 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/sansa commit b9066cb246cbae9a24020a79cf53d2dd4462b77d"
iuc
parents:
diff changeset
98 <has_size value="91"/>
fb00426402b0 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/sansa commit b9066cb246cbae9a24020a79cf53d2dd4462b77d"
iuc
parents:
diff changeset
99 </assert_contents>
fb00426402b0 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/sansa commit b9066cb246cbae9a24020a79cf53d2dd4462b77d"
iuc
parents:
diff changeset
100 </output>
fb00426402b0 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/sansa commit b9066cb246cbae9a24020a79cf53d2dd4462b77d"
iuc
parents:
diff changeset
101 <output name="out_log">
fb00426402b0 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/sansa commit b9066cb246cbae9a24020a79cf53d2dd4462b77d"
iuc
parents:
diff changeset
102 <assert_contents>
fb00426402b0 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/sansa commit b9066cb246cbae9a24020a79cf53d2dd4462b77d"
iuc
parents:
diff changeset
103 <has_text_matching expression=".+Done.+"/>
fb00426402b0 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/sansa commit b9066cb246cbae9a24020a79cf53d2dd4462b77d"
iuc
parents:
diff changeset
104 </assert_contents>
fb00426402b0 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/sansa commit b9066cb246cbae9a24020a79cf53d2dd4462b77d"
iuc
parents:
diff changeset
105 </output>
fb00426402b0 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/sansa commit b9066cb246cbae9a24020a79cf53d2dd4462b77d"
iuc
parents:
diff changeset
106 </test>
fb00426402b0 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/sansa commit b9066cb246cbae9a24020a79cf53d2dd4462b77d"
iuc
parents:
diff changeset
107 <!-- #2 s, custom -->
fb00426402b0 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/sansa commit b9066cb246cbae9a24020a79cf53d2dd4462b77d"
iuc
parents:
diff changeset
108 <test expect_num_outputs="3">
fb00426402b0 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/sansa commit b9066cb246cbae9a24020a79cf53d2dd4462b77d"
iuc
parents:
diff changeset
109 <param name="input" value="input.vcf"/>
fb00426402b0 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/sansa commit b9066cb246cbae9a24020a79cf53d2dd4462b77d"
iuc
parents:
diff changeset
110 <conditional name="type_cond">
fb00426402b0 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/sansa commit b9066cb246cbae9a24020a79cf53d2dd4462b77d"
iuc
parents:
diff changeset
111 <param name="type_sel" value="s"/>
fb00426402b0 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/sansa commit b9066cb246cbae9a24020a79cf53d2dd4462b77d"
iuc
parents:
diff changeset
112 <section name="s">
fb00426402b0 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/sansa commit b9066cb246cbae9a24020a79cf53d2dd4462b77d"
iuc
parents:
diff changeset
113 <param name="db" value="db.vcf"/>
fb00426402b0 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/sansa commit b9066cb246cbae9a24020a79cf53d2dd4462b77d"
iuc
parents:
diff changeset
114 <param name="bpoffset" value="51"/>
fb00426402b0 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/sansa commit b9066cb246cbae9a24020a79cf53d2dd4462b77d"
iuc
parents:
diff changeset
115 <param name="ratio" value="0.79"/>
fb00426402b0 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/sansa commit b9066cb246cbae9a24020a79cf53d2dd4462b77d"
iuc
parents:
diff changeset
116 <param name="strategy" value="all"/>
fb00426402b0 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/sansa commit b9066cb246cbae9a24020a79cf53d2dd4462b77d"
iuc
parents:
diff changeset
117 <param name="notype" value="true"/>
fb00426402b0 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/sansa commit b9066cb246cbae9a24020a79cf53d2dd4462b77d"
iuc
parents:
diff changeset
118 <param name="nomatch" value="true"/>
fb00426402b0 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/sansa commit b9066cb246cbae9a24020a79cf53d2dd4462b77d"
iuc
parents:
diff changeset
119 </section>
fb00426402b0 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/sansa commit b9066cb246cbae9a24020a79cf53d2dd4462b77d"
iuc
parents:
diff changeset
120 </conditional>
fb00426402b0 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/sansa commit b9066cb246cbae9a24020a79cf53d2dd4462b77d"
iuc
parents:
diff changeset
121 <section name="oo">
fb00426402b0 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/sansa commit b9066cb246cbae9a24020a79cf53d2dd4462b77d"
iuc
parents:
diff changeset
122 <param name="out" value="anno,log,query"/>
fb00426402b0 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/sansa commit b9066cb246cbae9a24020a79cf53d2dd4462b77d"
iuc
parents:
diff changeset
123 </section>
fb00426402b0 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/sansa commit b9066cb246cbae9a24020a79cf53d2dd4462b77d"
iuc
parents:
diff changeset
124 <output name="out_anno">
fb00426402b0 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/sansa commit b9066cb246cbae9a24020a79cf53d2dd4462b77d"
iuc
parents:
diff changeset
125 <assert_contents>
fb00426402b0 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/sansa commit b9066cb246cbae9a24020a79cf53d2dd4462b77d"
iuc
parents:
diff changeset
126 <has_size value="57072"/>
fb00426402b0 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/sansa commit b9066cb246cbae9a24020a79cf53d2dd4462b77d"
iuc
parents:
diff changeset
127 </assert_contents>
fb00426402b0 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/sansa commit b9066cb246cbae9a24020a79cf53d2dd4462b77d"
iuc
parents:
diff changeset
128 </output>
fb00426402b0 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/sansa commit b9066cb246cbae9a24020a79cf53d2dd4462b77d"
iuc
parents:
diff changeset
129 <output name="out_query">
fb00426402b0 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/sansa commit b9066cb246cbae9a24020a79cf53d2dd4462b77d"
iuc
parents:
diff changeset
130 <assert_contents>
fb00426402b0 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/sansa commit b9066cb246cbae9a24020a79cf53d2dd4462b77d"
iuc
parents:
diff changeset
131 <has_size value="91"/>
fb00426402b0 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/sansa commit b9066cb246cbae9a24020a79cf53d2dd4462b77d"
iuc
parents:
diff changeset
132 </assert_contents>
fb00426402b0 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/sansa commit b9066cb246cbae9a24020a79cf53d2dd4462b77d"
iuc
parents:
diff changeset
133 </output>
fb00426402b0 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/sansa commit b9066cb246cbae9a24020a79cf53d2dd4462b77d"
iuc
parents:
diff changeset
134 <output name="out_log">
fb00426402b0 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/sansa commit b9066cb246cbae9a24020a79cf53d2dd4462b77d"
iuc
parents:
diff changeset
135 <assert_contents>
fb00426402b0 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/sansa commit b9066cb246cbae9a24020a79cf53d2dd4462b77d"
iuc
parents:
diff changeset
136 <has_text_matching expression=".+Done.+"/>
fb00426402b0 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/sansa commit b9066cb246cbae9a24020a79cf53d2dd4462b77d"
iuc
parents:
diff changeset
137 </assert_contents>
fb00426402b0 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/sansa commit b9066cb246cbae9a24020a79cf53d2dd4462b77d"
iuc
parents:
diff changeset
138 </output>
fb00426402b0 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/sansa commit b9066cb246cbae9a24020a79cf53d2dd4462b77d"
iuc
parents:
diff changeset
139 </test>
fb00426402b0 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/sansa commit b9066cb246cbae9a24020a79cf53d2dd4462b77d"
iuc
parents:
diff changeset
140 <!-- #3 fg, default -->
fb00426402b0 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/sansa commit b9066cb246cbae9a24020a79cf53d2dd4462b77d"
iuc
parents:
diff changeset
141 <test expect_num_outputs="3">
fb00426402b0 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/sansa commit b9066cb246cbae9a24020a79cf53d2dd4462b77d"
iuc
parents:
diff changeset
142 <param name="input" value="input.vcf"/>
fb00426402b0 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/sansa commit b9066cb246cbae9a24020a79cf53d2dd4462b77d"
iuc
parents:
diff changeset
143 <conditional name="type_cond">
fb00426402b0 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/sansa commit b9066cb246cbae9a24020a79cf53d2dd4462b77d"
iuc
parents:
diff changeset
144 <param name="type_sel" value="fg"/>
fb00426402b0 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/sansa commit b9066cb246cbae9a24020a79cf53d2dd4462b77d"
iuc
parents:
diff changeset
145 <section name="fg">
fb00426402b0 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/sansa commit b9066cb246cbae9a24020a79cf53d2dd4462b77d"
iuc
parents:
diff changeset
146 <param name="gtf" value="db.gtf"/>
fb00426402b0 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/sansa commit b9066cb246cbae9a24020a79cf53d2dd4462b77d"
iuc
parents:
diff changeset
147 </section>
fb00426402b0 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/sansa commit b9066cb246cbae9a24020a79cf53d2dd4462b77d"
iuc
parents:
diff changeset
148 </conditional>
fb00426402b0 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/sansa commit b9066cb246cbae9a24020a79cf53d2dd4462b77d"
iuc
parents:
diff changeset
149 <section name="oo">
fb00426402b0 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/sansa commit b9066cb246cbae9a24020a79cf53d2dd4462b77d"
iuc
parents:
diff changeset
150 <param name="out" value="anno,log,query"/>
fb00426402b0 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/sansa commit b9066cb246cbae9a24020a79cf53d2dd4462b77d"
iuc
parents:
diff changeset
151 </section>
fb00426402b0 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/sansa commit b9066cb246cbae9a24020a79cf53d2dd4462b77d"
iuc
parents:
diff changeset
152 <output name="out_anno">
fb00426402b0 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/sansa commit b9066cb246cbae9a24020a79cf53d2dd4462b77d"
iuc
parents:
diff changeset
153 <assert_contents>
fb00426402b0 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/sansa commit b9066cb246cbae9a24020a79cf53d2dd4462b77d"
iuc
parents:
diff changeset
154 <has_size value="2408"/>
fb00426402b0 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/sansa commit b9066cb246cbae9a24020a79cf53d2dd4462b77d"
iuc
parents:
diff changeset
155 </assert_contents>
fb00426402b0 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/sansa commit b9066cb246cbae9a24020a79cf53d2dd4462b77d"
iuc
parents:
diff changeset
156 </output>
fb00426402b0 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/sansa commit b9066cb246cbae9a24020a79cf53d2dd4462b77d"
iuc
parents:
diff changeset
157 <output name="out_query">
fb00426402b0 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/sansa commit b9066cb246cbae9a24020a79cf53d2dd4462b77d"
iuc
parents:
diff changeset
158 <assert_contents>
fb00426402b0 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/sansa commit b9066cb246cbae9a24020a79cf53d2dd4462b77d"
iuc
parents:
diff changeset
159 <has_size value="91"/>
fb00426402b0 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/sansa commit b9066cb246cbae9a24020a79cf53d2dd4462b77d"
iuc
parents:
diff changeset
160 </assert_contents>
fb00426402b0 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/sansa commit b9066cb246cbae9a24020a79cf53d2dd4462b77d"
iuc
parents:
diff changeset
161 </output>
fb00426402b0 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/sansa commit b9066cb246cbae9a24020a79cf53d2dd4462b77d"
iuc
parents:
diff changeset
162 <output name="out_log">
fb00426402b0 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/sansa commit b9066cb246cbae9a24020a79cf53d2dd4462b77d"
iuc
parents:
diff changeset
163 <assert_contents>
fb00426402b0 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/sansa commit b9066cb246cbae9a24020a79cf53d2dd4462b77d"
iuc
parents:
diff changeset
164 <has_text_matching expression=".+Done.+"/>
fb00426402b0 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/sansa commit b9066cb246cbae9a24020a79cf53d2dd4462b77d"
iuc
parents:
diff changeset
165 </assert_contents>
fb00426402b0 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/sansa commit b9066cb246cbae9a24020a79cf53d2dd4462b77d"
iuc
parents:
diff changeset
166 </output>
fb00426402b0 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/sansa commit b9066cb246cbae9a24020a79cf53d2dd4462b77d"
iuc
parents:
diff changeset
167 </test>
fb00426402b0 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/sansa commit b9066cb246cbae9a24020a79cf53d2dd4462b77d"
iuc
parents:
diff changeset
168 <!-- #4 fg, custom -->
fb00426402b0 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/sansa commit b9066cb246cbae9a24020a79cf53d2dd4462b77d"
iuc
parents:
diff changeset
169 <test expect_num_outputs="3">
fb00426402b0 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/sansa commit b9066cb246cbae9a24020a79cf53d2dd4462b77d"
iuc
parents:
diff changeset
170 <param name="input" value="input.vcf"/>
fb00426402b0 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/sansa commit b9066cb246cbae9a24020a79cf53d2dd4462b77d"
iuc
parents:
diff changeset
171 <conditional name="type_cond">
fb00426402b0 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/sansa commit b9066cb246cbae9a24020a79cf53d2dd4462b77d"
iuc
parents:
diff changeset
172 <param name="type_sel" value="fg"/>
fb00426402b0 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/sansa commit b9066cb246cbae9a24020a79cf53d2dd4462b77d"
iuc
parents:
diff changeset
173 <section name="fg">
fb00426402b0 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/sansa commit b9066cb246cbae9a24020a79cf53d2dd4462b77d"
iuc
parents:
diff changeset
174 <param name="gtf" value="db.gtf"/>
fb00426402b0 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/sansa commit b9066cb246cbae9a24020a79cf53d2dd4462b77d"
iuc
parents:
diff changeset
175 <param name="id" value="gene_id"/>
fb00426402b0 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/sansa commit b9066cb246cbae9a24020a79cf53d2dd4462b77d"
iuc
parents:
diff changeset
176 <param name="feature" value="exon"/>
fb00426402b0 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/sansa commit b9066cb246cbae9a24020a79cf53d2dd4462b77d"
iuc
parents:
diff changeset
177 <param name="distance" value="1001"/>
fb00426402b0 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/sansa commit b9066cb246cbae9a24020a79cf53d2dd4462b77d"
iuc
parents:
diff changeset
178 </section>
fb00426402b0 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/sansa commit b9066cb246cbae9a24020a79cf53d2dd4462b77d"
iuc
parents:
diff changeset
179 </conditional>
fb00426402b0 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/sansa commit b9066cb246cbae9a24020a79cf53d2dd4462b77d"
iuc
parents:
diff changeset
180 <section name="oo">
fb00426402b0 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/sansa commit b9066cb246cbae9a24020a79cf53d2dd4462b77d"
iuc
parents:
diff changeset
181 <param name="out" value="anno,log,query"/>
fb00426402b0 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/sansa commit b9066cb246cbae9a24020a79cf53d2dd4462b77d"
iuc
parents:
diff changeset
182 </section>
fb00426402b0 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/sansa commit b9066cb246cbae9a24020a79cf53d2dd4462b77d"
iuc
parents:
diff changeset
183 <output name="out_anno">
fb00426402b0 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/sansa commit b9066cb246cbae9a24020a79cf53d2dd4462b77d"
iuc
parents:
diff changeset
184 <assert_contents>
fb00426402b0 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/sansa commit b9066cb246cbae9a24020a79cf53d2dd4462b77d"
iuc
parents:
diff changeset
185 <has_size value="2408"/>
fb00426402b0 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/sansa commit b9066cb246cbae9a24020a79cf53d2dd4462b77d"
iuc
parents:
diff changeset
186 </assert_contents>
fb00426402b0 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/sansa commit b9066cb246cbae9a24020a79cf53d2dd4462b77d"
iuc
parents:
diff changeset
187 </output>
fb00426402b0 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/sansa commit b9066cb246cbae9a24020a79cf53d2dd4462b77d"
iuc
parents:
diff changeset
188 <output name="out_query">
fb00426402b0 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/sansa commit b9066cb246cbae9a24020a79cf53d2dd4462b77d"
iuc
parents:
diff changeset
189 <assert_contents>
fb00426402b0 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/sansa commit b9066cb246cbae9a24020a79cf53d2dd4462b77d"
iuc
parents:
diff changeset
190 <has_size value="91"/>
fb00426402b0 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/sansa commit b9066cb246cbae9a24020a79cf53d2dd4462b77d"
iuc
parents:
diff changeset
191 </assert_contents>
fb00426402b0 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/sansa commit b9066cb246cbae9a24020a79cf53d2dd4462b77d"
iuc
parents:
diff changeset
192 </output>
fb00426402b0 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/sansa commit b9066cb246cbae9a24020a79cf53d2dd4462b77d"
iuc
parents:
diff changeset
193 <output name="out_log">
fb00426402b0 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/sansa commit b9066cb246cbae9a24020a79cf53d2dd4462b77d"
iuc
parents:
diff changeset
194 <assert_contents>
fb00426402b0 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/sansa commit b9066cb246cbae9a24020a79cf53d2dd4462b77d"
iuc
parents:
diff changeset
195 <has_text_matching expression=".+Done.+"/>
fb00426402b0 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/sansa commit b9066cb246cbae9a24020a79cf53d2dd4462b77d"
iuc
parents:
diff changeset
196 </assert_contents>
fb00426402b0 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/sansa commit b9066cb246cbae9a24020a79cf53d2dd4462b77d"
iuc
parents:
diff changeset
197 </output>
fb00426402b0 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/sansa commit b9066cb246cbae9a24020a79cf53d2dd4462b77d"
iuc
parents:
diff changeset
198 </test>
fb00426402b0 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/sansa commit b9066cb246cbae9a24020a79cf53d2dd4462b77d"
iuc
parents:
diff changeset
199 <!-- #5 sfg, default -->
fb00426402b0 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/sansa commit b9066cb246cbae9a24020a79cf53d2dd4462b77d"
iuc
parents:
diff changeset
200 <test expect_num_outputs="3">
fb00426402b0 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/sansa commit b9066cb246cbae9a24020a79cf53d2dd4462b77d"
iuc
parents:
diff changeset
201 <param name="input" value="input.vcf"/>
fb00426402b0 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/sansa commit b9066cb246cbae9a24020a79cf53d2dd4462b77d"
iuc
parents:
diff changeset
202 <conditional name="type_cond">
fb00426402b0 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/sansa commit b9066cb246cbae9a24020a79cf53d2dd4462b77d"
iuc
parents:
diff changeset
203 <param name="type_sel" value="sfg"/>
fb00426402b0 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/sansa commit b9066cb246cbae9a24020a79cf53d2dd4462b77d"
iuc
parents:
diff changeset
204 <section name="s">
fb00426402b0 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/sansa commit b9066cb246cbae9a24020a79cf53d2dd4462b77d"
iuc
parents:
diff changeset
205 <param name="db" value="db.vcf"/>
fb00426402b0 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/sansa commit b9066cb246cbae9a24020a79cf53d2dd4462b77d"
iuc
parents:
diff changeset
206 </section>
fb00426402b0 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/sansa commit b9066cb246cbae9a24020a79cf53d2dd4462b77d"
iuc
parents:
diff changeset
207 <section name="fg">
fb00426402b0 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/sansa commit b9066cb246cbae9a24020a79cf53d2dd4462b77d"
iuc
parents:
diff changeset
208 <param name="gtf" value="db.gtf"/>
fb00426402b0 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/sansa commit b9066cb246cbae9a24020a79cf53d2dd4462b77d"
iuc
parents:
diff changeset
209 </section>
fb00426402b0 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/sansa commit b9066cb246cbae9a24020a79cf53d2dd4462b77d"
iuc
parents:
diff changeset
210 </conditional>
fb00426402b0 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/sansa commit b9066cb246cbae9a24020a79cf53d2dd4462b77d"
iuc
parents:
diff changeset
211 <section name="oo">
fb00426402b0 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/sansa commit b9066cb246cbae9a24020a79cf53d2dd4462b77d"
iuc
parents:
diff changeset
212 <param name="out" value="anno,log,query"/>
fb00426402b0 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/sansa commit b9066cb246cbae9a24020a79cf53d2dd4462b77d"
iuc
parents:
diff changeset
213 </section>
fb00426402b0 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/sansa commit b9066cb246cbae9a24020a79cf53d2dd4462b77d"
iuc
parents:
diff changeset
214 <output name="out_anno">
fb00426402b0 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/sansa commit b9066cb246cbae9a24020a79cf53d2dd4462b77d"
iuc
parents:
diff changeset
215 <assert_contents>
fb00426402b0 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/sansa commit b9066cb246cbae9a24020a79cf53d2dd4462b77d"
iuc
parents:
diff changeset
216 <has_size value="57072"/>
fb00426402b0 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/sansa commit b9066cb246cbae9a24020a79cf53d2dd4462b77d"
iuc
parents:
diff changeset
217 </assert_contents>
fb00426402b0 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/sansa commit b9066cb246cbae9a24020a79cf53d2dd4462b77d"
iuc
parents:
diff changeset
218 </output>
fb00426402b0 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/sansa commit b9066cb246cbae9a24020a79cf53d2dd4462b77d"
iuc
parents:
diff changeset
219 <output name="out_query">
fb00426402b0 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/sansa commit b9066cb246cbae9a24020a79cf53d2dd4462b77d"
iuc
parents:
diff changeset
220 <assert_contents>
fb00426402b0 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/sansa commit b9066cb246cbae9a24020a79cf53d2dd4462b77d"
iuc
parents:
diff changeset
221 <has_size value="91"/>
fb00426402b0 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/sansa commit b9066cb246cbae9a24020a79cf53d2dd4462b77d"
iuc
parents:
diff changeset
222 </assert_contents>
fb00426402b0 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/sansa commit b9066cb246cbae9a24020a79cf53d2dd4462b77d"
iuc
parents:
diff changeset
223 </output>
fb00426402b0 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/sansa commit b9066cb246cbae9a24020a79cf53d2dd4462b77d"
iuc
parents:
diff changeset
224 <output name="out_log">
fb00426402b0 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/sansa commit b9066cb246cbae9a24020a79cf53d2dd4462b77d"
iuc
parents:
diff changeset
225 <assert_contents>
fb00426402b0 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/sansa commit b9066cb246cbae9a24020a79cf53d2dd4462b77d"
iuc
parents:
diff changeset
226 <has_text_matching expression=".+Done.+"/>
fb00426402b0 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/sansa commit b9066cb246cbae9a24020a79cf53d2dd4462b77d"
iuc
parents:
diff changeset
227 </assert_contents>
fb00426402b0 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/sansa commit b9066cb246cbae9a24020a79cf53d2dd4462b77d"
iuc
parents:
diff changeset
228 </output>
fb00426402b0 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/sansa commit b9066cb246cbae9a24020a79cf53d2dd4462b77d"
iuc
parents:
diff changeset
229 </test>
fb00426402b0 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/sansa commit b9066cb246cbae9a24020a79cf53d2dd4462b77d"
iuc
parents:
diff changeset
230 <!-- #5 sfg, custom -->
fb00426402b0 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/sansa commit b9066cb246cbae9a24020a79cf53d2dd4462b77d"
iuc
parents:
diff changeset
231 <test expect_num_outputs="3">
fb00426402b0 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/sansa commit b9066cb246cbae9a24020a79cf53d2dd4462b77d"
iuc
parents:
diff changeset
232 <param name="input" value="input.vcf"/>
fb00426402b0 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/sansa commit b9066cb246cbae9a24020a79cf53d2dd4462b77d"
iuc
parents:
diff changeset
233 <conditional name="type_cond">
fb00426402b0 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/sansa commit b9066cb246cbae9a24020a79cf53d2dd4462b77d"
iuc
parents:
diff changeset
234 <param name="type_sel" value="sfg"/>
fb00426402b0 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/sansa commit b9066cb246cbae9a24020a79cf53d2dd4462b77d"
iuc
parents:
diff changeset
235 <section name="s">
fb00426402b0 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/sansa commit b9066cb246cbae9a24020a79cf53d2dd4462b77d"
iuc
parents:
diff changeset
236 <param name="db" value="db.vcf"/>
fb00426402b0 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/sansa commit b9066cb246cbae9a24020a79cf53d2dd4462b77d"
iuc
parents:
diff changeset
237 <param name="bpoffset" value="51"/>
fb00426402b0 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/sansa commit b9066cb246cbae9a24020a79cf53d2dd4462b77d"
iuc
parents:
diff changeset
238 <param name="ratio" value="0.79"/>
fb00426402b0 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/sansa commit b9066cb246cbae9a24020a79cf53d2dd4462b77d"
iuc
parents:
diff changeset
239 <param name="strategy" value="all"/>
fb00426402b0 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/sansa commit b9066cb246cbae9a24020a79cf53d2dd4462b77d"
iuc
parents:
diff changeset
240 <param name="notype" value="true"/>
fb00426402b0 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/sansa commit b9066cb246cbae9a24020a79cf53d2dd4462b77d"
iuc
parents:
diff changeset
241 <param name="nomatch" value="true"/>
fb00426402b0 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/sansa commit b9066cb246cbae9a24020a79cf53d2dd4462b77d"
iuc
parents:
diff changeset
242 </section>
fb00426402b0 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/sansa commit b9066cb246cbae9a24020a79cf53d2dd4462b77d"
iuc
parents:
diff changeset
243 <section name="fg">
fb00426402b0 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/sansa commit b9066cb246cbae9a24020a79cf53d2dd4462b77d"
iuc
parents:
diff changeset
244 <param name="gtf" value="db.gtf"/>
fb00426402b0 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/sansa commit b9066cb246cbae9a24020a79cf53d2dd4462b77d"
iuc
parents:
diff changeset
245 <param name="id" value="gene_id"/>
fb00426402b0 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/sansa commit b9066cb246cbae9a24020a79cf53d2dd4462b77d"
iuc
parents:
diff changeset
246 <param name="feature" value="exon"/>
fb00426402b0 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/sansa commit b9066cb246cbae9a24020a79cf53d2dd4462b77d"
iuc
parents:
diff changeset
247 <param name="distance" value="1001"/>
fb00426402b0 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/sansa commit b9066cb246cbae9a24020a79cf53d2dd4462b77d"
iuc
parents:
diff changeset
248 </section>
fb00426402b0 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/sansa commit b9066cb246cbae9a24020a79cf53d2dd4462b77d"
iuc
parents:
diff changeset
249 </conditional>
fb00426402b0 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/sansa commit b9066cb246cbae9a24020a79cf53d2dd4462b77d"
iuc
parents:
diff changeset
250 <section name="oo">
fb00426402b0 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/sansa commit b9066cb246cbae9a24020a79cf53d2dd4462b77d"
iuc
parents:
diff changeset
251 <param name="out" value="anno,log,query"/>
fb00426402b0 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/sansa commit b9066cb246cbae9a24020a79cf53d2dd4462b77d"
iuc
parents:
diff changeset
252 </section>
fb00426402b0 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/sansa commit b9066cb246cbae9a24020a79cf53d2dd4462b77d"
iuc
parents:
diff changeset
253 <output name="out_anno">
fb00426402b0 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/sansa commit b9066cb246cbae9a24020a79cf53d2dd4462b77d"
iuc
parents:
diff changeset
254 <assert_contents>
fb00426402b0 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/sansa commit b9066cb246cbae9a24020a79cf53d2dd4462b77d"
iuc
parents:
diff changeset
255 <has_size value="57072"/>
fb00426402b0 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/sansa commit b9066cb246cbae9a24020a79cf53d2dd4462b77d"
iuc
parents:
diff changeset
256 </assert_contents>
fb00426402b0 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/sansa commit b9066cb246cbae9a24020a79cf53d2dd4462b77d"
iuc
parents:
diff changeset
257 </output>
fb00426402b0 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/sansa commit b9066cb246cbae9a24020a79cf53d2dd4462b77d"
iuc
parents:
diff changeset
258 <output name="out_query">
fb00426402b0 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/sansa commit b9066cb246cbae9a24020a79cf53d2dd4462b77d"
iuc
parents:
diff changeset
259 <assert_contents>
fb00426402b0 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/sansa commit b9066cb246cbae9a24020a79cf53d2dd4462b77d"
iuc
parents:
diff changeset
260 <has_size value="91"/>
fb00426402b0 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/sansa commit b9066cb246cbae9a24020a79cf53d2dd4462b77d"
iuc
parents:
diff changeset
261 </assert_contents>
fb00426402b0 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/sansa commit b9066cb246cbae9a24020a79cf53d2dd4462b77d"
iuc
parents:
diff changeset
262 </output>
fb00426402b0 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/sansa commit b9066cb246cbae9a24020a79cf53d2dd4462b77d"
iuc
parents:
diff changeset
263 <output name="out_log">
fb00426402b0 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/sansa commit b9066cb246cbae9a24020a79cf53d2dd4462b77d"
iuc
parents:
diff changeset
264 <assert_contents>
fb00426402b0 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/sansa commit b9066cb246cbae9a24020a79cf53d2dd4462b77d"
iuc
parents:
diff changeset
265 <has_text_matching expression=".+Done.+"/>
fb00426402b0 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/sansa commit b9066cb246cbae9a24020a79cf53d2dd4462b77d"
iuc
parents:
diff changeset
266 </assert_contents>
fb00426402b0 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/sansa commit b9066cb246cbae9a24020a79cf53d2dd4462b77d"
iuc
parents:
diff changeset
267 </output>
fb00426402b0 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/sansa commit b9066cb246cbae9a24020a79cf53d2dd4462b77d"
iuc
parents:
diff changeset
268 </test>
fb00426402b0 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/sansa commit b9066cb246cbae9a24020a79cf53d2dd4462b77d"
iuc
parents:
diff changeset
269 </tests>
fb00426402b0 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/sansa commit b9066cb246cbae9a24020a79cf53d2dd4462b77d"
iuc
parents:
diff changeset
270 <help><![CDATA[
fb00426402b0 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/sansa commit b9066cb246cbae9a24020a79cf53d2dd4462b77d"
iuc
parents:
diff changeset
271 .. class:: infomark
fb00426402b0 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/sansa commit b9066cb246cbae9a24020a79cf53d2dd4462b77d"
iuc
parents:
diff changeset
272
fb00426402b0 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/sansa commit b9066cb246cbae9a24020a79cf53d2dd4462b77d"
iuc
parents:
diff changeset
273 **What it does**
fb00426402b0 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/sansa commit b9066cb246cbae9a24020a79cf53d2dd4462b77d"
iuc
parents:
diff changeset
274
fb00426402b0 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/sansa commit b9066cb246cbae9a24020a79cf53d2dd4462b77d"
iuc
parents:
diff changeset
275 Sansa *annotate* is a structural variant (SV) annotation tool.
fb00426402b0 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/sansa commit b9066cb246cbae9a24020a79cf53d2dd4462b77d"
iuc
parents:
diff changeset
276
fb00426402b0 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/sansa commit b9066cb246cbae9a24020a79cf53d2dd4462b77d"
iuc
parents:
diff changeset
277 **Input**
fb00426402b0 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/sansa commit b9066cb246cbae9a24020a79cf53d2dd4462b77d"
iuc
parents:
diff changeset
278
fb00426402b0 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/sansa commit b9066cb246cbae9a24020a79cf53d2dd4462b77d"
iuc
parents:
diff changeset
279 - sample (VCF)
fb00426402b0 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/sansa commit b9066cb246cbae9a24020a79cf53d2dd4462b77d"
iuc
parents:
diff changeset
280 - gene annotation file (GTF/GFF2/GFF3)
fb00426402b0 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/sansa commit b9066cb246cbae9a24020a79cf53d2dd4462b77d"
iuc
parents:
diff changeset
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>`_
fb00426402b0 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/sansa commit b9066cb246cbae9a24020a79cf53d2dd4462b77d"
iuc
parents:
diff changeset
282
fb00426402b0 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/sansa commit b9066cb246cbae9a24020a79cf53d2dd4462b77d"
iuc
parents:
diff changeset
283 **Output**
fb00426402b0 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/sansa commit b9066cb246cbae9a24020a79cf53d2dd4462b77d"
iuc
parents:
diff changeset
284
fb00426402b0 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/sansa commit b9066cb246cbae9a24020a79cf53d2dd4462b77d"
iuc
parents:
diff changeset
285 - anno (BCF) with annotation SVs augmented by a unique ID (INFO/ANNOID)
fb00426402b0 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/sansa commit b9066cb246cbae9a24020a79cf53d2dd4462b77d"
iuc
parents:
diff changeset
286 - query (tabular.gz) with query SVs matched to annotation IDs
fb00426402b0 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/sansa commit b9066cb246cbae9a24020a79cf53d2dd4462b77d"
iuc
parents:
diff changeset
287
fb00426402b0 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/sansa commit b9066cb246cbae9a24020a79cf53d2dd4462b77d"
iuc
parents:
diff changeset
288 .. class:: infomark
fb00426402b0 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/sansa commit b9066cb246cbae9a24020a79cf53d2dd4462b77d"
iuc
parents:
diff changeset
289
fb00426402b0 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/sansa commit b9066cb246cbae9a24020a79cf53d2dd4462b77d"
iuc
parents:
diff changeset
290 **References**
fb00426402b0 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/sansa commit b9066cb246cbae9a24020a79cf53d2dd4462b77d"
iuc
parents:
diff changeset
291
fb00426402b0 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/sansa commit b9066cb246cbae9a24020a79cf53d2dd4462b77d"
iuc
parents:
diff changeset
292 More information are available on `GitHub <https://github.com/dellytools/sansa>`_.
fb00426402b0 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/sansa commit b9066cb246cbae9a24020a79cf53d2dd4462b77d"
iuc
parents:
diff changeset
293 ]]></help>
fb00426402b0 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/sansa commit b9066cb246cbae9a24020a79cf53d2dd4462b77d"
iuc
parents:
diff changeset
294 <citations>
fb00426402b0 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/sansa commit b9066cb246cbae9a24020a79cf53d2dd4462b77d"
iuc
parents:
diff changeset
295 <citation type="doi">10.1093/bioinformatics/bts378</citation>
fb00426402b0 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/sansa commit b9066cb246cbae9a24020a79cf53d2dd4462b77d"
iuc
parents:
diff changeset
296 </citations>
fb00426402b0 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/sansa commit b9066cb246cbae9a24020a79cf53d2dd4462b77d"
iuc
parents:
diff changeset
297 </tool>