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