annotate sniffles.xml @ 4:43fffeed243f draft default tip

planemo upload for repository https://github.com/galaxyproject/tools-iuc commit 03fbb13717809f9198ab113192d241599705ef7b
author iuc
date Sun, 29 Sep 2024 10:23:36 +0000
parents 09f5c6f3088a
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
4
43fffeed243f planemo upload for repository https://github.com/galaxyproject/tools-iuc commit 03fbb13717809f9198ab113192d241599705ef7b
iuc
parents: 3
diff changeset
1 <tool id="sniffles" name="sniffles" version="@TOOL_VERSION@+galaxy1" profile="23.0">
0
93c4b04a0769 "planemo upload for repository https://github.com/galaxyproject/tools-iuc commit f5977355970ef4994957147d2d8a96fe6605e2b4"
iuc
parents:
diff changeset
2 <description>Structural variation caller using third generation sequencing</description>
93c4b04a0769 "planemo upload for repository https://github.com/galaxyproject/tools-iuc commit f5977355970ef4994957147d2d8a96fe6605e2b4"
iuc
parents:
diff changeset
3 <macros>
1
3f6f028f418f planemo upload for repository https://github.com/galaxyproject/tools-iuc commit d2d7bf4fbdd781458833134cee92c46ff6a4f603
iuc
parents: 0
diff changeset
4 <token name="@TOOL_VERSION@">2.4</token>
0
93c4b04a0769 "planemo upload for repository https://github.com/galaxyproject/tools-iuc commit f5977355970ef4994957147d2d8a96fe6605e2b4"
iuc
parents:
diff changeset
5 </macros>
1
3f6f028f418f planemo upload for repository https://github.com/galaxyproject/tools-iuc commit d2d7bf4fbdd781458833134cee92c46ff6a4f603
iuc
parents: 0
diff changeset
6 <xrefs>
3f6f028f418f planemo upload for repository https://github.com/galaxyproject/tools-iuc commit d2d7bf4fbdd781458833134cee92c46ff6a4f603
iuc
parents: 0
diff changeset
7 <xref type="bio.tools">sniffles</xref>
3f6f028f418f planemo upload for repository https://github.com/galaxyproject/tools-iuc commit d2d7bf4fbdd781458833134cee92c46ff6a4f603
iuc
parents: 0
diff changeset
8 </xrefs>
0
93c4b04a0769 "planemo upload for repository https://github.com/galaxyproject/tools-iuc commit f5977355970ef4994957147d2d8a96fe6605e2b4"
iuc
parents:
diff changeset
9 <requirements>
93c4b04a0769 "planemo upload for repository https://github.com/galaxyproject/tools-iuc commit f5977355970ef4994957147d2d8a96fe6605e2b4"
iuc
parents:
diff changeset
10 <requirement type="package" version="@TOOL_VERSION@">sniffles</requirement>
93c4b04a0769 "planemo upload for repository https://github.com/galaxyproject/tools-iuc commit f5977355970ef4994957147d2d8a96fe6605e2b4"
iuc
parents:
diff changeset
11 </requirements>
93c4b04a0769 "planemo upload for repository https://github.com/galaxyproject/tools-iuc commit f5977355970ef4994957147d2d8a96fe6605e2b4"
iuc
parents:
diff changeset
12 <version_command>
93c4b04a0769 "planemo upload for repository https://github.com/galaxyproject/tools-iuc commit f5977355970ef4994957147d2d8a96fe6605e2b4"
iuc
parents:
diff changeset
13 <![CDATA[ sniffles --version ]]>
93c4b04a0769 "planemo upload for repository https://github.com/galaxyproject/tools-iuc commit f5977355970ef4994957147d2d8a96fe6605e2b4"
iuc
parents:
diff changeset
14 </version_command>
93c4b04a0769 "planemo upload for repository https://github.com/galaxyproject/tools-iuc commit f5977355970ef4994957147d2d8a96fe6605e2b4"
iuc
parents:
diff changeset
15 <command detect_errors="exit_code">
93c4b04a0769 "planemo upload for repository https://github.com/galaxyproject/tools-iuc commit f5977355970ef4994957147d2d8a96fe6605e2b4"
iuc
parents:
diff changeset
16 <![CDATA[
93c4b04a0769 "planemo upload for repository https://github.com/galaxyproject/tools-iuc commit f5977355970ef4994957147d2d8a96fe6605e2b4"
iuc
parents:
diff changeset
17 ln -f -s '${input}' input.bam &&
93c4b04a0769 "planemo upload for repository https://github.com/galaxyproject/tools-iuc commit f5977355970ef4994957147d2d8a96fe6605e2b4"
iuc
parents:
diff changeset
18 ln -f -s '${input.metadata.bam_index}' input.bam.bai &&
4
43fffeed243f planemo upload for repository https://github.com/galaxyproject/tools-iuc commit 03fbb13717809f9198ab113192d241599705ef7b
iuc
parents: 3
diff changeset
19 #if str($reference_genome.genome_type_select) != "None":
43fffeed243f planemo upload for repository https://github.com/galaxyproject/tools-iuc commit 03fbb13717809f9198ab113192d241599705ef7b
iuc
parents: 3
diff changeset
20 #if str($reference_genome.genome_type_select) == "indexed":
3
09f5c6f3088a planemo upload for repository https://github.com/galaxyproject/tools-iuc commit efa9995b93e5f32a148d9c3cf65a008543e5a6b4
iuc
parents: 1
diff changeset
21 ln -f -s '${reference_genome.genome.fields.path}' 'reference.fa' &&
09f5c6f3088a planemo upload for repository https://github.com/galaxyproject/tools-iuc commit efa9995b93e5f32a148d9c3cf65a008543e5a6b4
iuc
parents: 1
diff changeset
22 #else:
09f5c6f3088a planemo upload for repository https://github.com/galaxyproject/tools-iuc commit efa9995b93e5f32a148d9c3cf65a008543e5a6b4
iuc
parents: 1
diff changeset
23 ln -f -s '${reference_genome.genome}' 'reference.fa' &&
09f5c6f3088a planemo upload for repository https://github.com/galaxyproject/tools-iuc commit efa9995b93e5f32a148d9c3cf65a008543e5a6b4
iuc
parents: 1
diff changeset
24 #end if
09f5c6f3088a planemo upload for repository https://github.com/galaxyproject/tools-iuc commit efa9995b93e5f32a148d9c3cf65a008543e5a6b4
iuc
parents: 1
diff changeset
25 #end if
0
93c4b04a0769 "planemo upload for repository https://github.com/galaxyproject/tools-iuc commit f5977355970ef4994957147d2d8a96fe6605e2b4"
iuc
parents:
diff changeset
26 sniffles
93c4b04a0769 "planemo upload for repository https://github.com/galaxyproject/tools-iuc commit f5977355970ef4994957147d2d8a96fe6605e2b4"
iuc
parents:
diff changeset
27 -t \${GALAXY_SLOTS:-2}
1
3f6f028f418f planemo upload for repository https://github.com/galaxyproject/tools-iuc commit d2d7bf4fbdd781458833134cee92c46ff6a4f603
iuc
parents: 0
diff changeset
28 -i 'input.bam'
0
93c4b04a0769 "planemo upload for repository https://github.com/galaxyproject/tools-iuc commit f5977355970ef4994957147d2d8a96fe6605e2b4"
iuc
parents:
diff changeset
29 -v '$output'
1
3f6f028f418f planemo upload for repository https://github.com/galaxyproject/tools-iuc commit d2d7bf4fbdd781458833134cee92c46ff6a4f603
iuc
parents: 0
diff changeset
30 ## must set allow-overwrite since the new output vcf file exists
3f6f028f418f planemo upload for repository https://github.com/galaxyproject/tools-iuc commit d2d7bf4fbdd781458833134cee92c46ff6a4f603
iuc
parents: 0
diff changeset
31 --allow-overwrite
4
43fffeed243f planemo upload for repository https://github.com/galaxyproject/tools-iuc commit 03fbb13717809f9198ab113192d241599705ef7b
iuc
parents: 3
diff changeset
32 #if str($reference_genome.genome_type_select) != "None":
3
09f5c6f3088a planemo upload for repository https://github.com/galaxyproject/tools-iuc commit efa9995b93e5f32a148d9c3cf65a008543e5a6b4
iuc
parents: 1
diff changeset
33 --reference 'reference.fa'
0
93c4b04a0769 "planemo upload for repository https://github.com/galaxyproject/tools-iuc commit f5977355970ef4994957147d2d8a96fe6605e2b4"
iuc
parents:
diff changeset
34 #end if
1
3f6f028f418f planemo upload for repository https://github.com/galaxyproject/tools-iuc commit d2d7bf4fbdd781458833134cee92c46ff6a4f603
iuc
parents: 0
diff changeset
35 ## general_options
3f6f028f418f planemo upload for repository https://github.com/galaxyproject/tools-iuc commit d2d7bf4fbdd781458833134cee92c46ff6a4f603
iuc
parents: 0
diff changeset
36 --minsupport '$general_options.minsupport'
3f6f028f418f planemo upload for repository https://github.com/galaxyproject/tools-iuc commit d2d7bf4fbdd781458833134cee92c46ff6a4f603
iuc
parents: 0
diff changeset
37 --max-splits-kb '$general_options.maxsplitskb'
3f6f028f418f planemo upload for repository https://github.com/galaxyproject/tools-iuc commit d2d7bf4fbdd781458833134cee92c46ff6a4f603
iuc
parents: 0
diff changeset
38 --minsvlen '$general_options.minsvlen'
3f6f028f418f planemo upload for repository https://github.com/galaxyproject/tools-iuc commit d2d7bf4fbdd781458833134cee92c46ff6a4f603
iuc
parents: 0
diff changeset
39 --mapq '$general_options.mapq'
3f6f028f418f planemo upload for repository https://github.com/galaxyproject/tools-iuc commit d2d7bf4fbdd781458833134cee92c46ff6a4f603
iuc
parents: 0
diff changeset
40 --min-alignment-length '$general_options.minalignmentlength'
4
43fffeed243f planemo upload for repository https://github.com/galaxyproject/tools-iuc commit 03fbb13717809f9198ab113192d241599705ef7b
iuc
parents: 3
diff changeset
41 #if str($detectlargeins) == "0":
43fffeed243f planemo upload for repository https://github.com/galaxyproject/tools-iuc commit 03fbb13717809f9198ab113192d241599705ef7b
iuc
parents: 3
diff changeset
42 --detect-large-ins '0'
43fffeed243f planemo upload for repository https://github.com/galaxyproject/tools-iuc commit 03fbb13717809f9198ab113192d241599705ef7b
iuc
parents: 3
diff changeset
43 #end if
0
93c4b04a0769 "planemo upload for repository https://github.com/galaxyproject/tools-iuc commit f5977355970ef4994957147d2d8a96fe6605e2b4"
iuc
parents:
diff changeset
44 ## clustering_options
1
3f6f028f418f planemo upload for repository https://github.com/galaxyproject/tools-iuc commit d2d7bf4fbdd781458833134cee92c46ff6a4f603
iuc
parents: 0
diff changeset
45 --cluster-binsize '$clustering_options.clusterbinsize'
3f6f028f418f planemo upload for repository https://github.com/galaxyproject/tools-iuc commit d2d7bf4fbdd781458833134cee92c46ff6a4f603
iuc
parents: 0
diff changeset
46 --cluster-r '$clustering_options.clusterr'
3f6f028f418f planemo upload for repository https://github.com/galaxyproject/tools-iuc commit d2d7bf4fbdd781458833134cee92c46ff6a4f603
iuc
parents: 0
diff changeset
47 ## advanced_options
3f6f028f418f planemo upload for repository https://github.com/galaxyproject/tools-iuc commit d2d7bf4fbdd781458833134cee92c46ff6a4f603
iuc
parents: 0
diff changeset
48 $advanced_options.mosaic
0
93c4b04a0769 "planemo upload for repository https://github.com/galaxyproject/tools-iuc commit f5977355970ef4994957147d2d8a96fe6605e2b4"
iuc
parents:
diff changeset
49 ]]>
93c4b04a0769 "planemo upload for repository https://github.com/galaxyproject/tools-iuc commit f5977355970ef4994957147d2d8a96fe6605e2b4"
iuc
parents:
diff changeset
50 </command>
93c4b04a0769 "planemo upload for repository https://github.com/galaxyproject/tools-iuc commit f5977355970ef4994957147d2d8a96fe6605e2b4"
iuc
parents:
diff changeset
51 <inputs>
93c4b04a0769 "planemo upload for repository https://github.com/galaxyproject/tools-iuc commit f5977355970ef4994957147d2d8a96fe6605e2b4"
iuc
parents:
diff changeset
52 <param type="data" name="input" format="bam" label="Input BAM file"/>
1
3f6f028f418f planemo upload for repository https://github.com/galaxyproject/tools-iuc commit d2d7bf4fbdd781458833134cee92c46ff6a4f603
iuc
parents: 0
diff changeset
53 <conditional name="reference_genome">
3f6f028f418f planemo upload for repository https://github.com/galaxyproject/tools-iuc commit d2d7bf4fbdd781458833134cee92c46ff6a4f603
iuc
parents: 0
diff changeset
54 <param name="genome_type_select" type="select" label="Reference genome source is required for deletion SV sequence reporting"
3f6f028f418f planemo upload for repository https://github.com/galaxyproject/tools-iuc commit d2d7bf4fbdd781458833134cee92c46ff6a4f603
iuc
parents: 0
diff changeset
55 help="Optional: Select None, a built-in or history reference genome fasta">
3f6f028f418f planemo upload for repository https://github.com/galaxyproject/tools-iuc commit d2d7bf4fbdd781458833134cee92c46ff6a4f603
iuc
parents: 0
diff changeset
56 <option value="None" selected="True">No reference fasta - do not report DEL SV sequence</option>
3f6f028f418f planemo upload for repository https://github.com/galaxyproject/tools-iuc commit d2d7bf4fbdd781458833134cee92c46ff6a4f603
iuc
parents: 0
diff changeset
57 <option value="indexed">Use a Galaxy server built-in genome</option>
3f6f028f418f planemo upload for repository https://github.com/galaxyproject/tools-iuc commit d2d7bf4fbdd781458833134cee92c46ff6a4f603
iuc
parents: 0
diff changeset
58 <option value="history">Use a genome fasta file from the current history</option>
3f6f028f418f planemo upload for repository https://github.com/galaxyproject/tools-iuc commit d2d7bf4fbdd781458833134cee92c46ff6a4f603
iuc
parents: 0
diff changeset
59 </param>
3f6f028f418f planemo upload for repository https://github.com/galaxyproject/tools-iuc commit d2d7bf4fbdd781458833134cee92c46ff6a4f603
iuc
parents: 0
diff changeset
60 <when value="None">
4
43fffeed243f planemo upload for repository https://github.com/galaxyproject/tools-iuc commit 03fbb13717809f9198ab113192d241599705ef7b
iuc
parents: 3
diff changeset
61 <param name="genome" type="hidden" value="None"/>
1
3f6f028f418f planemo upload for repository https://github.com/galaxyproject/tools-iuc commit d2d7bf4fbdd781458833134cee92c46ff6a4f603
iuc
parents: 0
diff changeset
62 </when>
3f6f028f418f planemo upload for repository https://github.com/galaxyproject/tools-iuc commit d2d7bf4fbdd781458833134cee92c46ff6a4f603
iuc
parents: 0
diff changeset
63 <when value="indexed">
3f6f028f418f planemo upload for repository https://github.com/galaxyproject/tools-iuc commit d2d7bf4fbdd781458833134cee92c46ff6a4f603
iuc
parents: 0
diff changeset
64 <param name="genome" type="select" optional="false" label="Select a built in reference genome or custom genome"
3f6f028f418f planemo upload for repository https://github.com/galaxyproject/tools-iuc commit d2d7bf4fbdd781458833134cee92c46ff6a4f603
iuc
parents: 0
diff changeset
65 help="If not listed, add a custom genome or use a reference genome from the history">
3f6f028f418f planemo upload for repository https://github.com/galaxyproject/tools-iuc commit d2d7bf4fbdd781458833134cee92c46ff6a4f603
iuc
parents: 0
diff changeset
66 <options from_data_table="all_fasta">
3f6f028f418f planemo upload for repository https://github.com/galaxyproject/tools-iuc commit d2d7bf4fbdd781458833134cee92c46ff6a4f603
iuc
parents: 0
diff changeset
67 <validator message="No genomes are available " type="no_options"/>
3f6f028f418f planemo upload for repository https://github.com/galaxyproject/tools-iuc commit d2d7bf4fbdd781458833134cee92c46ff6a4f603
iuc
parents: 0
diff changeset
68 </options>
3f6f028f418f planemo upload for repository https://github.com/galaxyproject/tools-iuc commit d2d7bf4fbdd781458833134cee92c46ff6a4f603
iuc
parents: 0
diff changeset
69 </param>
3f6f028f418f planemo upload for repository https://github.com/galaxyproject/tools-iuc commit d2d7bf4fbdd781458833134cee92c46ff6a4f603
iuc
parents: 0
diff changeset
70 </when>
3f6f028f418f planemo upload for repository https://github.com/galaxyproject/tools-iuc commit d2d7bf4fbdd781458833134cee92c46ff6a4f603
iuc
parents: 0
diff changeset
71 <when value="history">
3f6f028f418f planemo upload for repository https://github.com/galaxyproject/tools-iuc commit d2d7bf4fbdd781458833134cee92c46ff6a4f603
iuc
parents: 0
diff changeset
72 <param name="genome" type="data" format="fasta" optional="false" label="Select the reference genome fasta from the current history"/>
3f6f028f418f planemo upload for repository https://github.com/galaxyproject/tools-iuc commit d2d7bf4fbdd781458833134cee92c46ff6a4f603
iuc
parents: 0
diff changeset
73 </when>
3f6f028f418f planemo upload for repository https://github.com/galaxyproject/tools-iuc commit d2d7bf4fbdd781458833134cee92c46ff6a4f603
iuc
parents: 0
diff changeset
74 </conditional>
0
93c4b04a0769 "planemo upload for repository https://github.com/galaxyproject/tools-iuc commit f5977355970ef4994957147d2d8a96fe6605e2b4"
iuc
parents:
diff changeset
75 <section name="general_options" title="Set general options" expanded="False">
1
3f6f028f418f planemo upload for repository https://github.com/galaxyproject/tools-iuc commit d2d7bf4fbdd781458833134cee92c46ff6a4f603
iuc
parents: 0
diff changeset
76 <param argument="--minsupport" type="text" value="auto" label="Minimum Support" help="Minimum number of reads that support a SV. [auto]. Smaller support values -> more SV reported"/>
4
43fffeed243f planemo upload for repository https://github.com/galaxyproject/tools-iuc commit 03fbb13717809f9198ab113192d241599705ef7b
iuc
parents: 3
diff changeset
77 <param argument="--maxsplitskb" type="float" value="0.1" min="0" label="Maximum Number of Splits per KB" help="Additional number of splits per kilobase read sequence allowed before reads are ignored [0.1]" />
43fffeed243f planemo upload for repository https://github.com/galaxyproject/tools-iuc commit 03fbb13717809f9198ab113192d241599705ef7b
iuc
parents: 3
diff changeset
78 <param argument="--minsvlen" type="integer" value="50" min="2" label="Minimum Length" help="Minimum length of SV to be reported. [50]"/>
43fffeed243f planemo upload for repository https://github.com/galaxyproject/tools-iuc commit 03fbb13717809f9198ab113192d241599705ef7b
iuc
parents: 3
diff changeset
79 <param argument="--mapq" type="integer" value="20" min="0" label="Minimum Mapping Quality" help="Minimum Mapping Quality to consider. [20]"/>
43fffeed243f planemo upload for repository https://github.com/galaxyproject/tools-iuc commit 03fbb13717809f9198ab113192d241599705ef7b
iuc
parents: 3
diff changeset
80 <param argument="--minalignmentlength" type="integer" value="100" min="0" label="Minimum alignment length" help="Reads with alignments shorter than this length (in bp) will be ignored"/>
43fffeed243f planemo upload for repository https://github.com/galaxyproject/tools-iuc commit 03fbb13717809f9198ab113192d241599705ef7b
iuc
parents: 3
diff changeset
81 <param name="detectlargeins" type="boolean" truevalue="1" falsevalue="0" display="radio" checked="true" label="Detect very large insertions spanning multiple reads"
43fffeed243f planemo upload for repository https://github.com/galaxyproject/tools-iuc commit 03fbb13717809f9198ab113192d241599705ef7b
iuc
parents: 3
diff changeset
82 help="This sometimes shows enormous features."/>
0
93c4b04a0769 "planemo upload for repository https://github.com/galaxyproject/tools-iuc commit f5977355970ef4994957147d2d8a96fe6605e2b4"
iuc
parents:
diff changeset
83 </section>
93c4b04a0769 "planemo upload for repository https://github.com/galaxyproject/tools-iuc commit f5977355970ef4994957147d2d8a96fe6605e2b4"
iuc
parents:
diff changeset
84 <section name="clustering_options" title="Clustering/phasing and genotyping options" expanded="False">
1
3f6f028f418f planemo upload for repository https://github.com/galaxyproject/tools-iuc commit d2d7bf4fbdd781458833134cee92c46ff6a4f603
iuc
parents: 0
diff changeset
85 <param argument="--clusterbinsize" value="100" type="integer" min="0" label="Cluster bin size" help="Initial screening bin size [100]"/>
3f6f028f418f planemo upload for repository https://github.com/galaxyproject/tools-iuc commit d2d7bf4fbdd781458833134cee92c46ff6a4f603
iuc
parents: 0
diff changeset
86 <param argument="--clusterr" type="float" value="2.5" min="0.0" label="Cluster Multiplier" help="Multiplier for SV start position standard deviation criterion in cluster merging [2.5]"/>
0
93c4b04a0769 "planemo upload for repository https://github.com/galaxyproject/tools-iuc commit f5977355970ef4994957147d2d8a96fe6605e2b4"
iuc
parents:
diff changeset
87 </section>
93c4b04a0769 "planemo upload for repository https://github.com/galaxyproject/tools-iuc commit f5977355970ef4994957147d2d8a96fe6605e2b4"
iuc
parents:
diff changeset
88 <section name="advanced_options" title="Advanced options" expanded="False">
4
43fffeed243f planemo upload for repository https://github.com/galaxyproject/tools-iuc commit 03fbb13717809f9198ab113192d241599705ef7b
iuc
parents: 3
diff changeset
89 <param argument="--mosaic" type="boolean" display="radio" checked="false" truevalue="--mosaic" falsevalue="" label="Mosaic mode" help="Set Sniffles run mode to detect rare, somatic and mosaic SVs (default: False)" />
0
93c4b04a0769 "planemo upload for repository https://github.com/galaxyproject/tools-iuc commit f5977355970ef4994957147d2d8a96fe6605e2b4"
iuc
parents:
diff changeset
90 </section>
93c4b04a0769 "planemo upload for repository https://github.com/galaxyproject/tools-iuc commit f5977355970ef4994957147d2d8a96fe6605e2b4"
iuc
parents:
diff changeset
91 </inputs>
93c4b04a0769 "planemo upload for repository https://github.com/galaxyproject/tools-iuc commit f5977355970ef4994957147d2d8a96fe6605e2b4"
iuc
parents:
diff changeset
92 <outputs>
93c4b04a0769 "planemo upload for repository https://github.com/galaxyproject/tools-iuc commit f5977355970ef4994957147d2d8a96fe6605e2b4"
iuc
parents:
diff changeset
93 <data name="output" format="vcf" label="${tool.name} on ${on_string}"/>
93c4b04a0769 "planemo upload for repository https://github.com/galaxyproject/tools-iuc commit f5977355970ef4994957147d2d8a96fe6605e2b4"
iuc
parents:
diff changeset
94 </outputs>
93c4b04a0769 "planemo upload for repository https://github.com/galaxyproject/tools-iuc commit f5977355970ef4994957147d2d8a96fe6605e2b4"
iuc
parents:
diff changeset
95 <tests>
93c4b04a0769 "planemo upload for repository https://github.com/galaxyproject/tools-iuc commit f5977355970ef4994957147d2d8a96fe6605e2b4"
iuc
parents:
diff changeset
96 <test> <!-- test 1 - standard run -->
93c4b04a0769 "planemo upload for repository https://github.com/galaxyproject/tools-iuc commit f5977355970ef4994957147d2d8a96fe6605e2b4"
iuc
parents:
diff changeset
97 <param name="input" value="reads_region.bam"/>
4
43fffeed243f planemo upload for repository https://github.com/galaxyproject/tools-iuc commit 03fbb13717809f9198ab113192d241599705ef7b
iuc
parents: 3
diff changeset
98 <param name="detectlargeins" value="0"/>
1
3f6f028f418f planemo upload for repository https://github.com/galaxyproject/tools-iuc commit d2d7bf4fbdd781458833134cee92c46ff6a4f603
iuc
parents: 0
diff changeset
99 <output name="output" file="expected_output.vcf" lines_diff="4"/>
0
93c4b04a0769 "planemo upload for repository https://github.com/galaxyproject/tools-iuc commit f5977355970ef4994957147d2d8a96fe6605e2b4"
iuc
parents:
diff changeset
100 </test>
1
3f6f028f418f planemo upload for repository https://github.com/galaxyproject/tools-iuc commit d2d7bf4fbdd781458833134cee92c46ff6a4f603
iuc
parents: 0
diff changeset
101 <test> <!-- test 2 - filter on mapq -->
0
93c4b04a0769 "planemo upload for repository https://github.com/galaxyproject/tools-iuc commit f5977355970ef4994957147d2d8a96fe6605e2b4"
iuc
parents:
diff changeset
102 <param name="input" value="reads_region.bam"/>
1
3f6f028f418f planemo upload for repository https://github.com/galaxyproject/tools-iuc commit d2d7bf4fbdd781458833134cee92c46ff6a4f603
iuc
parents: 0
diff changeset
103 <param name="mapq" value="0"/>
3f6f028f418f planemo upload for repository https://github.com/galaxyproject/tools-iuc commit d2d7bf4fbdd781458833134cee92c46ff6a4f603
iuc
parents: 0
diff changeset
104 <output name="output" file="expected_output2.vcf" lines_diff="4"/>
0
93c4b04a0769 "planemo upload for repository https://github.com/galaxyproject/tools-iuc commit f5977355970ef4994957147d2d8a96fe6605e2b4"
iuc
parents:
diff changeset
105 </test>
1
3f6f028f418f planemo upload for repository https://github.com/galaxyproject/tools-iuc commit d2d7bf4fbdd781458833134cee92c46ff6a4f603
iuc
parents: 0
diff changeset
106 <test> <!-- test 3 min support test -->
0
93c4b04a0769 "planemo upload for repository https://github.com/galaxyproject/tools-iuc commit f5977355970ef4994957147d2d8a96fe6605e2b4"
iuc
parents:
diff changeset
107 <param name="input" value="reads_region.bam"/>
1
3f6f028f418f planemo upload for repository https://github.com/galaxyproject/tools-iuc commit d2d7bf4fbdd781458833134cee92c46ff6a4f603
iuc
parents: 0
diff changeset
108 <param name="minsupport" value="1"/>
3f6f028f418f planemo upload for repository https://github.com/galaxyproject/tools-iuc commit d2d7bf4fbdd781458833134cee92c46ff6a4f603
iuc
parents: 0
diff changeset
109 <output name="output" file="expected_outcome3.vcf" lines_diff="4"/>
0
93c4b04a0769 "planemo upload for repository https://github.com/galaxyproject/tools-iuc commit f5977355970ef4994957147d2d8a96fe6605e2b4"
iuc
parents:
diff changeset
110 </test>
93c4b04a0769 "planemo upload for repository https://github.com/galaxyproject/tools-iuc commit f5977355970ef4994957147d2d8a96fe6605e2b4"
iuc
parents:
diff changeset
111 <test> <!-- test 4 - clustering -->
93c4b04a0769 "planemo upload for repository https://github.com/galaxyproject/tools-iuc commit f5977355970ef4994957147d2d8a96fe6605e2b4"
iuc
parents:
diff changeset
112 <param name="input" value="reads_region.bam"/>
1
3f6f028f418f planemo upload for repository https://github.com/galaxyproject/tools-iuc commit d2d7bf4fbdd781458833134cee92c46ff6a4f603
iuc
parents: 0
diff changeset
113 <param name="clusterbinsize" value="5"/>
3f6f028f418f planemo upload for repository https://github.com/galaxyproject/tools-iuc commit d2d7bf4fbdd781458833134cee92c46ff6a4f603
iuc
parents: 0
diff changeset
114 <output name="output" file="expected_outcome4.vcf" lines_diff="4"/>
0
93c4b04a0769 "planemo upload for repository https://github.com/galaxyproject/tools-iuc commit f5977355970ef4994957147d2d8a96fe6605e2b4"
iuc
parents:
diff changeset
115 </test>
1
3f6f028f418f planemo upload for repository https://github.com/galaxyproject/tools-iuc commit d2d7bf4fbdd781458833134cee92c46ff6a4f603
iuc
parents: 0
diff changeset
116 <test> <!-- test 5 - Advanced - mosaic -->
0
93c4b04a0769 "planemo upload for repository https://github.com/galaxyproject/tools-iuc commit f5977355970ef4994957147d2d8a96fe6605e2b4"
iuc
parents:
diff changeset
117 <param name="input" value="reads_region.bam"/>
1
3f6f028f418f planemo upload for repository https://github.com/galaxyproject/tools-iuc commit d2d7bf4fbdd781458833134cee92c46ff6a4f603
iuc
parents: 0
diff changeset
118 <param name="mosaic" value="--mosaic"/>
3f6f028f418f planemo upload for repository https://github.com/galaxyproject/tools-iuc commit d2d7bf4fbdd781458833134cee92c46ff6a4f603
iuc
parents: 0
diff changeset
119 <output name="output" file="expected_outcome5.vcf" lines_diff="4"/>
0
93c4b04a0769 "planemo upload for repository https://github.com/galaxyproject/tools-iuc commit f5977355970ef4994957147d2d8a96fe6605e2b4"
iuc
parents:
diff changeset
120 </test>
3
09f5c6f3088a planemo upload for repository https://github.com/galaxyproject/tools-iuc commit efa9995b93e5f32a148d9c3cf65a008543e5a6b4
iuc
parents: 1
diff changeset
121 <test> <!-- test 6 - reference -->
09f5c6f3088a planemo upload for repository https://github.com/galaxyproject/tools-iuc commit efa9995b93e5f32a148d9c3cf65a008543e5a6b4
iuc
parents: 1
diff changeset
122 <param name="input" value="reads_region.bam"/>
09f5c6f3088a planemo upload for repository https://github.com/galaxyproject/tools-iuc commit efa9995b93e5f32a148d9c3cf65a008543e5a6b4
iuc
parents: 1
diff changeset
123 <conditional name="reference_genome">
09f5c6f3088a planemo upload for repository https://github.com/galaxyproject/tools-iuc commit efa9995b93e5f32a148d9c3cf65a008543e5a6b4
iuc
parents: 1
diff changeset
124 <param name="genome_type_select" value="history"/>
09f5c6f3088a planemo upload for repository https://github.com/galaxyproject/tools-iuc commit efa9995b93e5f32a148d9c3cf65a008543e5a6b4
iuc
parents: 1
diff changeset
125 <param name="genome" value="humsamp.fa"/>
09f5c6f3088a planemo upload for repository https://github.com/galaxyproject/tools-iuc commit efa9995b93e5f32a148d9c3cf65a008543e5a6b4
iuc
parents: 1
diff changeset
126 <param name="genome.ext" value="fasta"/>
09f5c6f3088a planemo upload for repository https://github.com/galaxyproject/tools-iuc commit efa9995b93e5f32a148d9c3cf65a008543e5a6b4
iuc
parents: 1
diff changeset
127 </conditional>
09f5c6f3088a planemo upload for repository https://github.com/galaxyproject/tools-iuc commit efa9995b93e5f32a148d9c3cf65a008543e5a6b4
iuc
parents: 1
diff changeset
128 <output name="output" file="expected_outcome6.vcf" lines_diff="4"/>
09f5c6f3088a planemo upload for repository https://github.com/galaxyproject/tools-iuc commit efa9995b93e5f32a148d9c3cf65a008543e5a6b4
iuc
parents: 1
diff changeset
129 </test>
0
93c4b04a0769 "planemo upload for repository https://github.com/galaxyproject/tools-iuc commit f5977355970ef4994957147d2d8a96fe6605e2b4"
iuc
parents:
diff changeset
130 </tests>
93c4b04a0769 "planemo upload for repository https://github.com/galaxyproject/tools-iuc commit f5977355970ef4994957147d2d8a96fe6605e2b4"
iuc
parents:
diff changeset
131 <help>
93c4b04a0769 "planemo upload for repository https://github.com/galaxyproject/tools-iuc commit f5977355970ef4994957147d2d8a96fe6605e2b4"
iuc
parents:
diff changeset
132 <![CDATA[
93c4b04a0769 "planemo upload for repository https://github.com/galaxyproject/tools-iuc commit f5977355970ef4994957147d2d8a96fe6605e2b4"
iuc
parents:
diff changeset
133 ########
93c4b04a0769 "planemo upload for repository https://github.com/galaxyproject/tools-iuc commit f5977355970ef4994957147d2d8a96fe6605e2b4"
iuc
parents:
diff changeset
134 Sniffles
93c4b04a0769 "planemo upload for repository https://github.com/galaxyproject/tools-iuc commit f5977355970ef4994957147d2d8a96fe6605e2b4"
iuc
parents:
diff changeset
135 ########
93c4b04a0769 "planemo upload for repository https://github.com/galaxyproject/tools-iuc commit f5977355970ef4994957147d2d8a96fe6605e2b4"
iuc
parents:
diff changeset
136
93c4b04a0769 "planemo upload for repository https://github.com/galaxyproject/tools-iuc commit f5977355970ef4994957147d2d8a96fe6605e2b4"
iuc
parents:
diff changeset
137 What is Sniffles?
93c4b04a0769 "planemo upload for repository https://github.com/galaxyproject/tools-iuc commit f5977355970ef4994957147d2d8a96fe6605e2b4"
iuc
parents:
diff changeset
138 *****************
4
43fffeed243f planemo upload for repository https://github.com/galaxyproject/tools-iuc commit 03fbb13717809f9198ab113192d241599705ef7b
iuc
parents: 3
diff changeset
139
1
3f6f028f418f planemo upload for repository https://github.com/galaxyproject/tools-iuc commit d2d7bf4fbdd781458833134cee92c46ff6a4f603
iuc
parents: 0
diff changeset
140 Sniffles is a SV caller for long reads. Sniffles2 accurately detect SVs on germline, somatic and population-level for PacBio and Oxford Nanopore read data.
3f6f028f418f planemo upload for repository https://github.com/galaxyproject/tools-iuc commit d2d7bf4fbdd781458833134cee92c46ff6a4f603
iuc
parents: 0
diff changeset
141
3f6f028f418f planemo upload for repository https://github.com/galaxyproject/tools-iuc commit d2d7bf4fbdd781458833134cee92c46ff6a4f603
iuc
parents: 0
diff changeset
142 SV are larger events on the genome (e.g. deletions, duplications, insertions, inversions and translocations).
3f6f028f418f planemo upload for repository https://github.com/galaxyproject/tools-iuc commit d2d7bf4fbdd781458833134cee92c46ff6a4f603
iuc
parents: 0
diff changeset
143 Sniffles can detect all of these type and more such as nested SVs (e.g. inversion flanked by deletions or an inverted duplication).
0
93c4b04a0769 "planemo upload for repository https://github.com/galaxyproject/tools-iuc commit f5977355970ef4994957147d2d8a96fe6605e2b4"
iuc
parents:
diff changeset
144
4
43fffeed243f planemo upload for repository https://github.com/galaxyproject/tools-iuc commit 03fbb13717809f9198ab113192d241599705ef7b
iuc
parents: 3
diff changeset
145 ----
43fffeed243f planemo upload for repository https://github.com/galaxyproject/tools-iuc commit 03fbb13717809f9198ab113192d241599705ef7b
iuc
parents: 3
diff changeset
146
1
3f6f028f418f planemo upload for repository https://github.com/galaxyproject/tools-iuc commit d2d7bf4fbdd781458833134cee92c46ff6a4f603
iuc
parents: 0
diff changeset
147 Inputs
3f6f028f418f planemo upload for repository https://github.com/galaxyproject/tools-iuc commit d2d7bf4fbdd781458833134cee92c46ff6a4f603
iuc
parents: 0
diff changeset
148 ******
0
93c4b04a0769 "planemo upload for repository https://github.com/galaxyproject/tools-iuc commit f5977355970ef4994957147d2d8a96fe6605e2b4"
iuc
parents:
diff changeset
149
1
3f6f028f418f planemo upload for repository https://github.com/galaxyproject/tools-iuc commit d2d7bf4fbdd781458833134cee92c46ff6a4f603
iuc
parents: 0
diff changeset
150 Known to work with Minimap2 bam as input
4
43fffeed243f planemo upload for repository https://github.com/galaxyproject/tools-iuc commit 03fbb13717809f9198ab113192d241599705ef7b
iuc
parents: 3
diff changeset
151 Optional reference fasta with matching contig names will allow deletions to be determined.
43fffeed243f planemo upload for repository https://github.com/galaxyproject/tools-iuc commit 03fbb13717809f9198ab113192d241599705ef7b
iuc
parents: 3
diff changeset
152
43fffeed243f planemo upload for repository https://github.com/galaxyproject/tools-iuc commit 03fbb13717809f9198ab113192d241599705ef7b
iuc
parents: 3
diff changeset
153 ----
0
93c4b04a0769 "planemo upload for repository https://github.com/galaxyproject/tools-iuc commit f5977355970ef4994957147d2d8a96fe6605e2b4"
iuc
parents:
diff changeset
154
93c4b04a0769 "planemo upload for repository https://github.com/galaxyproject/tools-iuc commit f5977355970ef4994957147d2d8a96fe6605e2b4"
iuc
parents:
diff changeset
155 Parameters
93c4b04a0769 "planemo upload for repository https://github.com/galaxyproject/tools-iuc commit f5977355970ef4994957147d2d8a96fe6605e2b4"
iuc
parents:
diff changeset
156 **********
93c4b04a0769 "planemo upload for repository https://github.com/galaxyproject/tools-iuc commit f5977355970ef4994957147d2d8a96fe6605e2b4"
iuc
parents:
diff changeset
157
4
43fffeed243f planemo upload for repository https://github.com/galaxyproject/tools-iuc commit 03fbb13717809f9198ab113192d241599705ef7b
iuc
parents: 3
diff changeset
158
0
93c4b04a0769 "planemo upload for repository https://github.com/galaxyproject/tools-iuc commit f5977355970ef4994957147d2d8a96fe6605e2b4"
iuc
parents:
diff changeset
159 General
93c4b04a0769 "planemo upload for repository https://github.com/galaxyproject/tools-iuc commit f5977355970ef4994957147d2d8a96fe6605e2b4"
iuc
parents:
diff changeset
160 -------
93c4b04a0769 "planemo upload for repository https://github.com/galaxyproject/tools-iuc commit f5977355970ef4994957147d2d8a96fe6605e2b4"
iuc
parents:
diff changeset
161
1
3f6f028f418f planemo upload for repository https://github.com/galaxyproject/tools-iuc commit d2d7bf4fbdd781458833134cee92c46ff6a4f603
iuc
parents: 0
diff changeset
162
4
43fffeed243f planemo upload for repository https://github.com/galaxyproject/tools-iuc commit 03fbb13717809f9198ab113192d241599705ef7b
iuc
parents: 3
diff changeset
163 +----------------------------+-------------------------------------------------------------------------+
43fffeed243f planemo upload for repository https://github.com/galaxyproject/tools-iuc commit 03fbb13717809f9198ab113192d241599705ef7b
iuc
parents: 3
diff changeset
164 | Parameter | Description |
43fffeed243f planemo upload for repository https://github.com/galaxyproject/tools-iuc commit 03fbb13717809f9198ab113192d241599705ef7b
iuc
parents: 3
diff changeset
165 +============================+=========================================================================+
43fffeed243f planemo upload for repository https://github.com/galaxyproject/tools-iuc commit 03fbb13717809f9198ab113192d241599705ef7b
iuc
parents: 3
diff changeset
166 | Minimum Support | Minimum number of reads supporting a SV to be reported. Default:auto |
43fffeed243f planemo upload for repository https://github.com/galaxyproject/tools-iuc commit 03fbb13717809f9198ab113192d241599705ef7b
iuc
parents: 3
diff changeset
167 +----------------------------+-------------------------------------------------------------------------+
43fffeed243f planemo upload for repository https://github.com/galaxyproject/tools-iuc commit 03fbb13717809f9198ab113192d241599705ef7b
iuc
parents: 3
diff changeset
168 | Maximum Number of Splits | Maximum number of split segments per kb a read is aligned at before |
43fffeed243f planemo upload for repository https://github.com/galaxyproject/tools-iuc commit 03fbb13717809f9198ab113192d241599705ef7b
iuc
parents: 3
diff changeset
169 | | it is ignored. Default: 7 |
43fffeed243f planemo upload for repository https://github.com/galaxyproject/tools-iuc commit 03fbb13717809f9198ab113192d241599705ef7b
iuc
parents: 3
diff changeset
170 +----------------------------+-------------------------------------------------------------------------+
43fffeed243f planemo upload for repository https://github.com/galaxyproject/tools-iuc commit 03fbb13717809f9198ab113192d241599705ef7b
iuc
parents: 3
diff changeset
171 | Minimum SV Length | Minimum length of SV to be reported. Default: 50bp |
43fffeed243f planemo upload for repository https://github.com/galaxyproject/tools-iuc commit 03fbb13717809f9198ab113192d241599705ef7b
iuc
parents: 3
diff changeset
172 +----------------------------+-------------------------------------------------------------------------+
43fffeed243f planemo upload for repository https://github.com/galaxyproject/tools-iuc commit 03fbb13717809f9198ab113192d241599705ef7b
iuc
parents: 3
diff changeset
173 | Minimum Mapping Quality | Minimum mapping quality of alignment to be taken into account. |
43fffeed243f planemo upload for repository https://github.com/galaxyproject/tools-iuc commit 03fbb13717809f9198ab113192d241599705ef7b
iuc
parents: 3
diff changeset
174 | | Default: 20 |
43fffeed243f planemo upload for repository https://github.com/galaxyproject/tools-iuc commit 03fbb13717809f9198ab113192d241599705ef7b
iuc
parents: 3
diff changeset
175 +----------------------------+-------------------------------------------------------------------------+
43fffeed243f planemo upload for repository https://github.com/galaxyproject/tools-iuc commit 03fbb13717809f9198ab113192d241599705ef7b
iuc
parents: 3
diff changeset
176 | Minimum alignment length | Reads with less length aligned will be ignored. Default 100 |
43fffeed243f planemo upload for repository https://github.com/galaxyproject/tools-iuc commit 03fbb13717809f9198ab113192d241599705ef7b
iuc
parents: 3
diff changeset
177 +----------------------------+-------------------------------------------------------------------------+
43fffeed243f planemo upload for repository https://github.com/galaxyproject/tools-iuc commit 03fbb13717809f9198ab113192d241599705ef7b
iuc
parents: 3
diff changeset
178
43fffeed243f planemo upload for repository https://github.com/galaxyproject/tools-iuc commit 03fbb13717809f9198ab113192d241599705ef7b
iuc
parents: 3
diff changeset
179
0
93c4b04a0769 "planemo upload for repository https://github.com/galaxyproject/tools-iuc commit f5977355970ef4994957147d2d8a96fe6605e2b4"
iuc
parents:
diff changeset
180
93c4b04a0769 "planemo upload for repository https://github.com/galaxyproject/tools-iuc commit f5977355970ef4994957147d2d8a96fe6605e2b4"
iuc
parents:
diff changeset
181
93c4b04a0769 "planemo upload for repository https://github.com/galaxyproject/tools-iuc commit f5977355970ef4994957147d2d8a96fe6605e2b4"
iuc
parents:
diff changeset
182 Clustering Options
93c4b04a0769 "planemo upload for repository https://github.com/galaxyproject/tools-iuc commit f5977355970ef4994957147d2d8a96fe6605e2b4"
iuc
parents:
diff changeset
183 ------------------
93c4b04a0769 "planemo upload for repository https://github.com/galaxyproject/tools-iuc commit f5977355970ef4994957147d2d8a96fe6605e2b4"
iuc
parents:
diff changeset
184
1
3f6f028f418f planemo upload for repository https://github.com/galaxyproject/tools-iuc commit d2d7bf4fbdd781458833134cee92c46ff6a4f603
iuc
parents: 0
diff changeset
185
4
43fffeed243f planemo upload for repository https://github.com/galaxyproject/tools-iuc commit 03fbb13717809f9198ab113192d241599705ef7b
iuc
parents: 3
diff changeset
186 +---------------------+------------------------------------------------------------------------+
43fffeed243f planemo upload for repository https://github.com/galaxyproject/tools-iuc commit 03fbb13717809f9198ab113192d241599705ef7b
iuc
parents: 3
diff changeset
187 | Parameter | Description |
43fffeed243f planemo upload for repository https://github.com/galaxyproject/tools-iuc commit 03fbb13717809f9198ab113192d241599705ef7b
iuc
parents: 3
diff changeset
188 +=====================+========================================================================+
43fffeed243f planemo upload for repository https://github.com/galaxyproject/tools-iuc commit 03fbb13717809f9198ab113192d241599705ef7b
iuc
parents: 3
diff changeset
189 | Cluster bin size | Initial cluster bin size. Default 100 |
43fffeed243f planemo upload for repository https://github.com/galaxyproject/tools-iuc commit 03fbb13717809f9198ab113192d241599705ef7b
iuc
parents: 3
diff changeset
190 +---------------------+------------------------------------------------------------------------+
43fffeed243f planemo upload for repository https://github.com/galaxyproject/tools-iuc commit 03fbb13717809f9198ab113192d241599705ef7b
iuc
parents: 3
diff changeset
191 | Cluster Multiplier | Multiplier for SV start position standard deviation criterion in |
43fffeed243f planemo upload for repository https://github.com/galaxyproject/tools-iuc commit 03fbb13717809f9198ab113192d241599705ef7b
iuc
parents: 3
diff changeset
192 | | cluster merging [2.5] |
43fffeed243f planemo upload for repository https://github.com/galaxyproject/tools-iuc commit 03fbb13717809f9198ab113192d241599705ef7b
iuc
parents: 3
diff changeset
193 +---------------------+------------------------------------------------------------------------+
43fffeed243f planemo upload for repository https://github.com/galaxyproject/tools-iuc commit 03fbb13717809f9198ab113192d241599705ef7b
iuc
parents: 3
diff changeset
194
43fffeed243f planemo upload for repository https://github.com/galaxyproject/tools-iuc commit 03fbb13717809f9198ab113192d241599705ef7b
iuc
parents: 3
diff changeset
195
0
93c4b04a0769 "planemo upload for repository https://github.com/galaxyproject/tools-iuc commit f5977355970ef4994957147d2d8a96fe6605e2b4"
iuc
parents:
diff changeset
196
93c4b04a0769 "planemo upload for repository https://github.com/galaxyproject/tools-iuc commit f5977355970ef4994957147d2d8a96fe6605e2b4"
iuc
parents:
diff changeset
197
93c4b04a0769 "planemo upload for repository https://github.com/galaxyproject/tools-iuc commit f5977355970ef4994957147d2d8a96fe6605e2b4"
iuc
parents:
diff changeset
198 Advanced Options
93c4b04a0769 "planemo upload for repository https://github.com/galaxyproject/tools-iuc commit f5977355970ef4994957147d2d8a96fe6605e2b4"
iuc
parents:
diff changeset
199 ----------------
93c4b04a0769 "planemo upload for repository https://github.com/galaxyproject/tools-iuc commit f5977355970ef4994957147d2d8a96fe6605e2b4"
iuc
parents:
diff changeset
200
93c4b04a0769 "planemo upload for repository https://github.com/galaxyproject/tools-iuc commit f5977355970ef4994957147d2d8a96fe6605e2b4"
iuc
parents:
diff changeset
201
4
43fffeed243f planemo upload for repository https://github.com/galaxyproject/tools-iuc commit 03fbb13717809f9198ab113192d241599705ef7b
iuc
parents: 3
diff changeset
202 +-------------+--------------------------------------------------------------------------------+
43fffeed243f planemo upload for repository https://github.com/galaxyproject/tools-iuc commit 03fbb13717809f9198ab113192d241599705ef7b
iuc
parents: 3
diff changeset
203 | Parameter | Description |
43fffeed243f planemo upload for repository https://github.com/galaxyproject/tools-iuc commit 03fbb13717809f9198ab113192d241599705ef7b
iuc
parents: 3
diff changeset
204 +=============+================================================================================+
43fffeed243f planemo upload for repository https://github.com/galaxyproject/tools-iuc commit 03fbb13717809f9198ab113192d241599705ef7b
iuc
parents: 3
diff changeset
205 | Mosaic | Set Sniffles run mode to detect rare, somatic and mosaic SVs (default: False)|
43fffeed243f planemo upload for repository https://github.com/galaxyproject/tools-iuc commit 03fbb13717809f9198ab113192d241599705ef7b
iuc
parents: 3
diff changeset
206 +-------------+--------------------------------------------------------------------------------+
0
93c4b04a0769 "planemo upload for repository https://github.com/galaxyproject/tools-iuc commit f5977355970ef4994957147d2d8a96fe6605e2b4"
iuc
parents:
diff changeset
207
93c4b04a0769 "planemo upload for repository https://github.com/galaxyproject/tools-iuc commit f5977355970ef4994957147d2d8a96fe6605e2b4"
iuc
parents:
diff changeset
208
4
43fffeed243f planemo upload for repository https://github.com/galaxyproject/tools-iuc commit 03fbb13717809f9198ab113192d241599705ef7b
iuc
parents: 3
diff changeset
209 ----
43fffeed243f planemo upload for repository https://github.com/galaxyproject/tools-iuc commit 03fbb13717809f9198ab113192d241599705ef7b
iuc
parents: 3
diff changeset
210
43fffeed243f planemo upload for repository https://github.com/galaxyproject/tools-iuc commit 03fbb13717809f9198ab113192d241599705ef7b
iuc
parents: 3
diff changeset
211 VCF information fields from the VCF header
43fffeed243f planemo upload for repository https://github.com/galaxyproject/tools-iuc commit 03fbb13717809f9198ab113192d241599705ef7b
iuc
parents: 3
diff changeset
212 ******************************************
43fffeed243f planemo upload for repository https://github.com/galaxyproject/tools-iuc commit 03fbb13717809f9198ab113192d241599705ef7b
iuc
parents: 3
diff changeset
213
43fffeed243f planemo upload for repository https://github.com/galaxyproject/tools-iuc commit 03fbb13717809f9198ab113192d241599705ef7b
iuc
parents: 3
diff changeset
214 +------------------+-----------+-----------------------------------------------------------------------------------------------+
43fffeed243f planemo upload for repository https://github.com/galaxyproject/tools-iuc commit 03fbb13717809f9198ab113192d241599705ef7b
iuc
parents: 3
diff changeset
215 | Field | Type | Description |
43fffeed243f planemo upload for repository https://github.com/galaxyproject/tools-iuc commit 03fbb13717809f9198ab113192d241599705ef7b
iuc
parents: 3
diff changeset
216 +==================+===========+===============================================================================================+
43fffeed243f planemo upload for repository https://github.com/galaxyproject/tools-iuc commit 03fbb13717809f9198ab113192d241599705ef7b
iuc
parents: 3
diff changeset
217 | PRECISE | Flag | Structural variation with precise breakpoints |
43fffeed243f planemo upload for repository https://github.com/galaxyproject/tools-iuc commit 03fbb13717809f9198ab113192d241599705ef7b
iuc
parents: 3
diff changeset
218 +------------------+-----------+-----------------------------------------------------------------------------------------------+
43fffeed243f planemo upload for repository https://github.com/galaxyproject/tools-iuc commit 03fbb13717809f9198ab113192d241599705ef7b
iuc
parents: 3
diff changeset
219 | IMPRECISE | Flag | Structural variation with imprecise breakpoints |
43fffeed243f planemo upload for repository https://github.com/galaxyproject/tools-iuc commit 03fbb13717809f9198ab113192d241599705ef7b
iuc
parents: 3
diff changeset
220 +------------------+-----------+-----------------------------------------------------------------------------------------------+
43fffeed243f planemo upload for repository https://github.com/galaxyproject/tools-iuc commit 03fbb13717809f9198ab113192d241599705ef7b
iuc
parents: 3
diff changeset
221 | MOSAIC | Flag | Structural variation classified as putative mosaic |
43fffeed243f planemo upload for repository https://github.com/galaxyproject/tools-iuc commit 03fbb13717809f9198ab113192d241599705ef7b
iuc
parents: 3
diff changeset
222 +------------------+-----------+-----------------------------------------------------------------------------------------------+
43fffeed243f planemo upload for repository https://github.com/galaxyproject/tools-iuc commit 03fbb13717809f9198ab113192d241599705ef7b
iuc
parents: 3
diff changeset
223 | SVLEN | Integer | Length of structural variation |
43fffeed243f planemo upload for repository https://github.com/galaxyproject/tools-iuc commit 03fbb13717809f9198ab113192d241599705ef7b
iuc
parents: 3
diff changeset
224 +------------------+-----------+-----------------------------------------------------------------------------------------------+
43fffeed243f planemo upload for repository https://github.com/galaxyproject/tools-iuc commit 03fbb13717809f9198ab113192d241599705ef7b
iuc
parents: 3
diff changeset
225 | SVTYPE | String | Type of structural variation |
43fffeed243f planemo upload for repository https://github.com/galaxyproject/tools-iuc commit 03fbb13717809f9198ab113192d241599705ef7b
iuc
parents: 3
diff changeset
226 +------------------+-----------+-----------------------------------------------------------------------------------------------+
43fffeed243f planemo upload for repository https://github.com/galaxyproject/tools-iuc commit 03fbb13717809f9198ab113192d241599705ef7b
iuc
parents: 3
diff changeset
227 | CHR2 | String | Mate chromsome for BND SVs |
43fffeed243f planemo upload for repository https://github.com/galaxyproject/tools-iuc commit 03fbb13717809f9198ab113192d241599705ef7b
iuc
parents: 3
diff changeset
228 +------------------+-----------+-----------------------------------------------------------------------------------------------+
43fffeed243f planemo upload for repository https://github.com/galaxyproject/tools-iuc commit 03fbb13717809f9198ab113192d241599705ef7b
iuc
parents: 3
diff changeset
229 | SUPPORT | Integer| Number of reads supporting the structural variation |
43fffeed243f planemo upload for repository https://github.com/galaxyproject/tools-iuc commit 03fbb13717809f9198ab113192d241599705ef7b
iuc
parents: 3
diff changeset
230 +------------------+-----------+-----------------------------------------------------------------------------------------------+
43fffeed243f planemo upload for repository https://github.com/galaxyproject/tools-iuc commit 03fbb13717809f9198ab113192d241599705ef7b
iuc
parents: 3
diff changeset
231 | SUPPORT_INLINE | Integer| Number of reads supporting an INS/DEL SV (non-split events only) |
43fffeed243f planemo upload for repository https://github.com/galaxyproject/tools-iuc commit 03fbb13717809f9198ab113192d241599705ef7b
iuc
parents: 3
diff changeset
232 +------------------+-----------+-----------------------------------------------------------------------------------------------+
43fffeed243f planemo upload for repository https://github.com/galaxyproject/tools-iuc commit 03fbb13717809f9198ab113192d241599705ef7b
iuc
parents: 3
diff changeset
233 | SUPPORT_LONG | Integer| Number of soft-clipped reads putatively supporting the long insertion SV |
43fffeed243f planemo upload for repository https://github.com/galaxyproject/tools-iuc commit 03fbb13717809f9198ab113192d241599705ef7b
iuc
parents: 3
diff changeset
234 +------------------+-----------+-----------------------------------------------------------------------------------------------+
43fffeed243f planemo upload for repository https://github.com/galaxyproject/tools-iuc commit 03fbb13717809f9198ab113192d241599705ef7b
iuc
parents: 3
diff changeset
235 | END | Integer| End position of structural variation |
43fffeed243f planemo upload for repository https://github.com/galaxyproject/tools-iuc commit 03fbb13717809f9198ab113192d241599705ef7b
iuc
parents: 3
diff changeset
236 +------------------+-----------+-----------------------------------------------------------------------------------------------+
43fffeed243f planemo upload for repository https://github.com/galaxyproject/tools-iuc commit 03fbb13717809f9198ab113192d241599705ef7b
iuc
parents: 3
diff changeset
237 | STDEV_POS | Float | Standard deviation of structural variation start position |
43fffeed243f planemo upload for repository https://github.com/galaxyproject/tools-iuc commit 03fbb13717809f9198ab113192d241599705ef7b
iuc
parents: 3
diff changeset
238 +------------------+-----------+-----------------------------------------------------------------------------------------------+
43fffeed243f planemo upload for repository https://github.com/galaxyproject/tools-iuc commit 03fbb13717809f9198ab113192d241599705ef7b
iuc
parents: 3
diff changeset
239 | STDEV_LEN | Float | Standard deviation of structural variation length |
43fffeed243f planemo upload for repository https://github.com/galaxyproject/tools-iuc commit 03fbb13717809f9198ab113192d241599705ef7b
iuc
parents: 3
diff changeset
240 +------------------+-----------+-----------------------------------------------------------------------------------------------+
43fffeed243f planemo upload for repository https://github.com/galaxyproject/tools-iuc commit 03fbb13717809f9198ab113192d241599705ef7b
iuc
parents: 3
diff changeset
241 | COVERAGE | Float | Coverage near upstream start, center, end, downstream of structural variation |
43fffeed243f planemo upload for repository https://github.com/galaxyproject/tools-iuc commit 03fbb13717809f9198ab113192d241599705ef7b
iuc
parents: 3
diff changeset
242 +------------------+-----------+-----------------------------------------------------------------------------------------------+
43fffeed243f planemo upload for repository https://github.com/galaxyproject/tools-iuc commit 03fbb13717809f9198ab113192d241599705ef7b
iuc
parents: 3
diff changeset
243 | STRAND | String | Strands of supporting reads for structural variant |
43fffeed243f planemo upload for repository https://github.com/galaxyproject/tools-iuc commit 03fbb13717809f9198ab113192d241599705ef7b
iuc
parents: 3
diff changeset
244 +------------------+-----------+-----------------------------------------------------------------------------------------------+
43fffeed243f planemo upload for repository https://github.com/galaxyproject/tools-iuc commit 03fbb13717809f9198ab113192d241599705ef7b
iuc
parents: 3
diff changeset
245 | AC | Integer| Allele count summed up over all samples |
43fffeed243f planemo upload for repository https://github.com/galaxyproject/tools-iuc commit 03fbb13717809f9198ab113192d241599705ef7b
iuc
parents: 3
diff changeset
246 +------------------+-----------+-----------------------------------------------------------------------------------------------+
43fffeed243f planemo upload for repository https://github.com/galaxyproject/tools-iuc commit 03fbb13717809f9198ab113192d241599705ef7b
iuc
parents: 3
diff changeset
247 | SUPP_VEC | String | List of read support for all samples |
43fffeed243f planemo upload for repository https://github.com/galaxyproject/tools-iuc commit 03fbb13717809f9198ab113192d241599705ef7b
iuc
parents: 3
diff changeset
248 +------------------+-----------+-----------------------------------------------------------------------------------------------+
43fffeed243f planemo upload for repository https://github.com/galaxyproject/tools-iuc commit 03fbb13717809f9198ab113192d241599705ef7b
iuc
parents: 3
diff changeset
249 | CONSENSUS_SUP | Integer| Number of reads that support the generated insertion (INS) consensus sequence |
43fffeed243f planemo upload for repository https://github.com/galaxyproject/tools-iuc commit 03fbb13717809f9198ab113192d241599705ef7b
iuc
parents: 3
diff changeset
250 +------------------+-----------+-----------------------------------------------------------------------------------------------+
43fffeed243f planemo upload for repository https://github.com/galaxyproject/tools-iuc commit 03fbb13717809f9198ab113192d241599705ef7b
iuc
parents: 3
diff changeset
251 | RNAMES | String | Names of supporting reads (if enabled with --output-rnames) |
43fffeed243f planemo upload for repository https://github.com/galaxyproject/tools-iuc commit 03fbb13717809f9198ab113192d241599705ef7b
iuc
parents: 3
diff changeset
252 +------------------+-----------+-----------------------------------------------------------------------------------------------+
43fffeed243f planemo upload for repository https://github.com/galaxyproject/tools-iuc commit 03fbb13717809f9198ab113192d241599705ef7b
iuc
parents: 3
diff changeset
253 | AF | Float | Allele Frequency |
43fffeed243f planemo upload for repository https://github.com/galaxyproject/tools-iuc commit 03fbb13717809f9198ab113192d241599705ef7b
iuc
parents: 3
diff changeset
254 +------------------+-----------+-----------------------------------------------------------------------------------------------+
43fffeed243f planemo upload for repository https://github.com/galaxyproject/tools-iuc commit 03fbb13717809f9198ab113192d241599705ef7b
iuc
parents: 3
diff changeset
255 | NM | Float | Mean number of query alignment length adjusted mismatches of supporting reads |
43fffeed243f planemo upload for repository https://github.com/galaxyproject/tools-iuc commit 03fbb13717809f9198ab113192d241599705ef7b
iuc
parents: 3
diff changeset
256 +------------------+-----------+-----------------------------------------------------------------------------------------------+
43fffeed243f planemo upload for repository https://github.com/galaxyproject/tools-iuc commit 03fbb13717809f9198ab113192d241599705ef7b
iuc
parents: 3
diff changeset
257 | PHASE | String | Phasing information derived from supporting reads |
43fffeed243f planemo upload for repository https://github.com/galaxyproject/tools-iuc commit 03fbb13717809f9198ab113192d241599705ef7b
iuc
parents: 3
diff changeset
258 +------------------+-----------+-----------------------------------------------------------------------------------------------+
43fffeed243f planemo upload for repository https://github.com/galaxyproject/tools-iuc commit 03fbb13717809f9198ab113192d241599705ef7b
iuc
parents: 3
diff changeset
259
43fffeed243f planemo upload for repository https://github.com/galaxyproject/tools-iuc commit 03fbb13717809f9198ab113192d241599705ef7b
iuc
parents: 3
diff changeset
260
43fffeed243f planemo upload for repository https://github.com/galaxyproject/tools-iuc commit 03fbb13717809f9198ab113192d241599705ef7b
iuc
parents: 3
diff changeset
261 ----
43fffeed243f planemo upload for repository https://github.com/galaxyproject/tools-iuc commit 03fbb13717809f9198ab113192d241599705ef7b
iuc
parents: 3
diff changeset
262
43fffeed243f planemo upload for repository https://github.com/galaxyproject/tools-iuc commit 03fbb13717809f9198ab113192d241599705ef7b
iuc
parents: 3
diff changeset
263
43fffeed243f planemo upload for repository https://github.com/galaxyproject/tools-iuc commit 03fbb13717809f9198ab113192d241599705ef7b
iuc
parents: 3
diff changeset
264 Source
0
93c4b04a0769 "planemo upload for repository https://github.com/galaxyproject/tools-iuc commit f5977355970ef4994957147d2d8a96fe6605e2b4"
iuc
parents:
diff changeset
265 ******
93c4b04a0769 "planemo upload for repository https://github.com/galaxyproject/tools-iuc commit f5977355970ef4994957147d2d8a96fe6605e2b4"
iuc
parents:
diff changeset
266
4
43fffeed243f planemo upload for repository https://github.com/galaxyproject/tools-iuc commit 03fbb13717809f9198ab113192d241599705ef7b
iuc
parents: 3
diff changeset
267 https://github.com/fritzsedlazeck/Sniffles
1
3f6f028f418f planemo upload for repository https://github.com/galaxyproject/tools-iuc commit d2d7bf4fbdd781458833134cee92c46ff6a4f603
iuc
parents: 0
diff changeset
268
0
93c4b04a0769 "planemo upload for repository https://github.com/galaxyproject/tools-iuc commit f5977355970ef4994957147d2d8a96fe6605e2b4"
iuc
parents:
diff changeset
269 ]]>
93c4b04a0769 "planemo upload for repository https://github.com/galaxyproject/tools-iuc commit f5977355970ef4994957147d2d8a96fe6605e2b4"
iuc
parents:
diff changeset
270 </help>
93c4b04a0769 "planemo upload for repository https://github.com/galaxyproject/tools-iuc commit f5977355970ef4994957147d2d8a96fe6605e2b4"
iuc
parents:
diff changeset
271 <citations>
1
3f6f028f418f planemo upload for repository https://github.com/galaxyproject/tools-iuc commit d2d7bf4fbdd781458833134cee92c46ff6a4f603
iuc
parents: 0
diff changeset
272 <citation type="doi">10.1038/s41587-023-02024-y</citation>
0
93c4b04a0769 "planemo upload for repository https://github.com/galaxyproject/tools-iuc commit f5977355970ef4994957147d2d8a96fe6605e2b4"
iuc
parents:
diff changeset
273 </citations>
93c4b04a0769 "planemo upload for repository https://github.com/galaxyproject/tools-iuc commit f5977355970ef4994957147d2d8a96fe6605e2b4"
iuc
parents:
diff changeset
274 </tool>