Mercurial > repos > iuc > sniffles
annotate sniffles.xml @ 3:09f5c6f3088a draft
planemo upload for repository https://github.com/galaxyproject/tools-iuc commit efa9995b93e5f32a148d9c3cf65a008543e5a6b4
author | iuc |
---|---|
date | Thu, 26 Sep 2024 11:44:13 +0000 |
parents | 3f6f028f418f |
children | 43fffeed243f |
rev | line source |
---|---|
1
3f6f028f418f
planemo upload for repository https://github.com/galaxyproject/tools-iuc commit d2d7bf4fbdd781458833134cee92c46ff6a4f603
iuc
parents:
0
diff
changeset
|
1 <tool id="sniffles" name="sniffles" version="@TOOL_VERSION@+galaxy0" 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 && |
3
09f5c6f3088a
planemo upload for repository https://github.com/galaxyproject/tools-iuc commit efa9995b93e5f32a148d9c3cf65a008543e5a6b4
iuc
parents:
1
diff
changeset
|
19 #if $reference_genome.genome_type_select != "None": |
09f5c6f3088a
planemo upload for repository https://github.com/galaxyproject/tools-iuc commit efa9995b93e5f32a148d9c3cf65a008543e5a6b4
iuc
parents:
1
diff
changeset
|
20 #if $reference_genome.genome_type_select == "indexed": |
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 |
3f6f028f418f
planemo upload for repository https://github.com/galaxyproject/tools-iuc commit d2d7bf4fbdd781458833134cee92c46ff6a4f603
iuc
parents:
0
diff
changeset
|
32 #if $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' |
0
93c4b04a0769
"planemo upload for repository https://github.com/galaxyproject/tools-iuc commit f5977355970ef4994957147d2d8a96fe6605e2b4"
iuc
parents:
diff
changeset
|
41 ## clustering_options |
1
3f6f028f418f
planemo upload for repository https://github.com/galaxyproject/tools-iuc commit d2d7bf4fbdd781458833134cee92c46ff6a4f603
iuc
parents:
0
diff
changeset
|
42 --cluster-binsize '$clustering_options.clusterbinsize' |
3f6f028f418f
planemo upload for repository https://github.com/galaxyproject/tools-iuc commit d2d7bf4fbdd781458833134cee92c46ff6a4f603
iuc
parents:
0
diff
changeset
|
43 --cluster-r '$clustering_options.clusterr' |
3f6f028f418f
planemo upload for repository https://github.com/galaxyproject/tools-iuc commit d2d7bf4fbdd781458833134cee92c46ff6a4f603
iuc
parents:
0
diff
changeset
|
44 ## advanced_options |
3f6f028f418f
planemo upload for repository https://github.com/galaxyproject/tools-iuc commit d2d7bf4fbdd781458833134cee92c46ff6a4f603
iuc
parents:
0
diff
changeset
|
45 $advanced_options.mosaic |
0
93c4b04a0769
"planemo upload for repository https://github.com/galaxyproject/tools-iuc commit f5977355970ef4994957147d2d8a96fe6605e2b4"
iuc
parents:
diff
changeset
|
46 ]]> |
93c4b04a0769
"planemo upload for repository https://github.com/galaxyproject/tools-iuc commit f5977355970ef4994957147d2d8a96fe6605e2b4"
iuc
parents:
diff
changeset
|
47 </command> |
93c4b04a0769
"planemo upload for repository https://github.com/galaxyproject/tools-iuc commit f5977355970ef4994957147d2d8a96fe6605e2b4"
iuc
parents:
diff
changeset
|
48 <inputs> |
93c4b04a0769
"planemo upload for repository https://github.com/galaxyproject/tools-iuc commit f5977355970ef4994957147d2d8a96fe6605e2b4"
iuc
parents:
diff
changeset
|
49 <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
|
50 <conditional name="reference_genome"> |
3f6f028f418f
planemo upload for repository https://github.com/galaxyproject/tools-iuc commit d2d7bf4fbdd781458833134cee92c46ff6a4f603
iuc
parents:
0
diff
changeset
|
51 <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
|
52 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
|
53 <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
|
54 <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
|
55 <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
|
56 </param> |
3f6f028f418f
planemo upload for repository https://github.com/galaxyproject/tools-iuc commit d2d7bf4fbdd781458833134cee92c46ff6a4f603
iuc
parents:
0
diff
changeset
|
57 <when value="None"> |
3f6f028f418f
planemo upload for repository https://github.com/galaxyproject/tools-iuc commit d2d7bf4fbdd781458833134cee92c46ff6a4f603
iuc
parents:
0
diff
changeset
|
58 <param name="genome" type="text" value="None"/> |
3f6f028f418f
planemo upload for repository https://github.com/galaxyproject/tools-iuc commit d2d7bf4fbdd781458833134cee92c46ff6a4f603
iuc
parents:
0
diff
changeset
|
59 </when> |
3f6f028f418f
planemo upload for repository https://github.com/galaxyproject/tools-iuc commit d2d7bf4fbdd781458833134cee92c46ff6a4f603
iuc
parents:
0
diff
changeset
|
60 <when value="indexed"> |
3f6f028f418f
planemo upload for repository https://github.com/galaxyproject/tools-iuc commit d2d7bf4fbdd781458833134cee92c46ff6a4f603
iuc
parents:
0
diff
changeset
|
61 <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
|
62 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
|
63 <options from_data_table="all_fasta"> |
3f6f028f418f
planemo upload for repository https://github.com/galaxyproject/tools-iuc commit d2d7bf4fbdd781458833134cee92c46ff6a4f603
iuc
parents:
0
diff
changeset
|
64 <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
|
65 </options> |
3f6f028f418f
planemo upload for repository https://github.com/galaxyproject/tools-iuc commit d2d7bf4fbdd781458833134cee92c46ff6a4f603
iuc
parents:
0
diff
changeset
|
66 </param> |
3f6f028f418f
planemo upload for repository https://github.com/galaxyproject/tools-iuc commit d2d7bf4fbdd781458833134cee92c46ff6a4f603
iuc
parents:
0
diff
changeset
|
67 </when> |
3f6f028f418f
planemo upload for repository https://github.com/galaxyproject/tools-iuc commit d2d7bf4fbdd781458833134cee92c46ff6a4f603
iuc
parents:
0
diff
changeset
|
68 <when value="history"> |
3f6f028f418f
planemo upload for repository https://github.com/galaxyproject/tools-iuc commit d2d7bf4fbdd781458833134cee92c46ff6a4f603
iuc
parents:
0
diff
changeset
|
69 <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
|
70 </when> |
3f6f028f418f
planemo upload for repository https://github.com/galaxyproject/tools-iuc commit d2d7bf4fbdd781458833134cee92c46ff6a4f603
iuc
parents:
0
diff
changeset
|
71 </conditional> |
0
93c4b04a0769
"planemo upload for repository https://github.com/galaxyproject/tools-iuc commit f5977355970ef4994957147d2d8a96fe6605e2b4"
iuc
parents:
diff
changeset
|
72 <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
|
73 <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"/> |
3f6f028f418f
planemo upload for repository https://github.com/galaxyproject/tools-iuc commit d2d7bf4fbdd781458833134cee92c46ff6a4f603
iuc
parents:
0
diff
changeset
|
74 <param name="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]" /> |
3f6f028f418f
planemo upload for repository https://github.com/galaxyproject/tools-iuc commit d2d7bf4fbdd781458833134cee92c46ff6a4f603
iuc
parents:
0
diff
changeset
|
75 <param name="minsvlen" type="integer" value="50" min="2" label="Minimum Length" help="Minimum length of SV to be reported. [50]"/> |
3f6f028f418f
planemo upload for repository https://github.com/galaxyproject/tools-iuc commit d2d7bf4fbdd781458833134cee92c46ff6a4f603
iuc
parents:
0
diff
changeset
|
76 <param name="mapq" type="integer" value="20" min="0" label="Minimum Mapping Quality" help="Minimum Mapping Quality to consider. [20]"/> |
3f6f028f418f
planemo upload for repository https://github.com/galaxyproject/tools-iuc commit d2d7bf4fbdd781458833134cee92c46ff6a4f603
iuc
parents:
0
diff
changeset
|
77 <param name="minalignmentlength" type="integer" value="100" min="0" label="Minimum alignment length" help="Reads with alignments shorter than this length (in bp) will be ignored"/> |
0
93c4b04a0769
"planemo upload for repository https://github.com/galaxyproject/tools-iuc commit f5977355970ef4994957147d2d8a96fe6605e2b4"
iuc
parents:
diff
changeset
|
78 </section> |
93c4b04a0769
"planemo upload for repository https://github.com/galaxyproject/tools-iuc commit f5977355970ef4994957147d2d8a96fe6605e2b4"
iuc
parents:
diff
changeset
|
79 <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
|
80 <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
|
81 <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
|
82 </section> |
93c4b04a0769
"planemo upload for repository https://github.com/galaxyproject/tools-iuc commit f5977355970ef4994957147d2d8a96fe6605e2b4"
iuc
parents:
diff
changeset
|
83 <section name="advanced_options" title="Advanced options" expanded="False"> |
1
3f6f028f418f
planemo upload for repository https://github.com/galaxyproject/tools-iuc commit d2d7bf4fbdd781458833134cee92c46ff6a4f603
iuc
parents:
0
diff
changeset
|
84 <param name="mosaic" type="boolean" value="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
|
85 </section> |
93c4b04a0769
"planemo upload for repository https://github.com/galaxyproject/tools-iuc commit f5977355970ef4994957147d2d8a96fe6605e2b4"
iuc
parents:
diff
changeset
|
86 </inputs> |
93c4b04a0769
"planemo upload for repository https://github.com/galaxyproject/tools-iuc commit f5977355970ef4994957147d2d8a96fe6605e2b4"
iuc
parents:
diff
changeset
|
87 <outputs> |
93c4b04a0769
"planemo upload for repository https://github.com/galaxyproject/tools-iuc commit f5977355970ef4994957147d2d8a96fe6605e2b4"
iuc
parents:
diff
changeset
|
88 <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
|
89 </outputs> |
93c4b04a0769
"planemo upload for repository https://github.com/galaxyproject/tools-iuc commit f5977355970ef4994957147d2d8a96fe6605e2b4"
iuc
parents:
diff
changeset
|
90 <tests> |
93c4b04a0769
"planemo upload for repository https://github.com/galaxyproject/tools-iuc commit f5977355970ef4994957147d2d8a96fe6605e2b4"
iuc
parents:
diff
changeset
|
91 <test> <!-- test 1 - standard run --> |
93c4b04a0769
"planemo upload for repository https://github.com/galaxyproject/tools-iuc commit f5977355970ef4994957147d2d8a96fe6605e2b4"
iuc
parents:
diff
changeset
|
92 <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
|
93 <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
|
94 </test> |
1
3f6f028f418f
planemo upload for repository https://github.com/galaxyproject/tools-iuc commit d2d7bf4fbdd781458833134cee92c46ff6a4f603
iuc
parents:
0
diff
changeset
|
95 <test> <!-- test 2 - filter on mapq --> |
0
93c4b04a0769
"planemo upload for repository https://github.com/galaxyproject/tools-iuc commit f5977355970ef4994957147d2d8a96fe6605e2b4"
iuc
parents:
diff
changeset
|
96 <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
|
97 <param name="mapq" value="0"/> |
3f6f028f418f
planemo upload for repository https://github.com/galaxyproject/tools-iuc commit d2d7bf4fbdd781458833134cee92c46ff6a4f603
iuc
parents:
0
diff
changeset
|
98 <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
|
99 </test> |
1
3f6f028f418f
planemo upload for repository https://github.com/galaxyproject/tools-iuc commit d2d7bf4fbdd781458833134cee92c46ff6a4f603
iuc
parents:
0
diff
changeset
|
100 <test> <!-- test 3 min support test --> |
0
93c4b04a0769
"planemo upload for repository https://github.com/galaxyproject/tools-iuc commit f5977355970ef4994957147d2d8a96fe6605e2b4"
iuc
parents:
diff
changeset
|
101 <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
|
102 <param name="minsupport" value="1"/> |
3f6f028f418f
planemo upload for repository https://github.com/galaxyproject/tools-iuc commit d2d7bf4fbdd781458833134cee92c46ff6a4f603
iuc
parents:
0
diff
changeset
|
103 <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
|
104 </test> |
93c4b04a0769
"planemo upload for repository https://github.com/galaxyproject/tools-iuc commit f5977355970ef4994957147d2d8a96fe6605e2b4"
iuc
parents:
diff
changeset
|
105 <test> <!-- test 4 - clustering --> |
93c4b04a0769
"planemo upload for repository https://github.com/galaxyproject/tools-iuc commit f5977355970ef4994957147d2d8a96fe6605e2b4"
iuc
parents:
diff
changeset
|
106 <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
|
107 <param name="clusterbinsize" value="5"/> |
3f6f028f418f
planemo upload for repository https://github.com/galaxyproject/tools-iuc commit d2d7bf4fbdd781458833134cee92c46ff6a4f603
iuc
parents:
0
diff
changeset
|
108 <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
|
109 </test> |
1
3f6f028f418f
planemo upload for repository https://github.com/galaxyproject/tools-iuc commit d2d7bf4fbdd781458833134cee92c46ff6a4f603
iuc
parents:
0
diff
changeset
|
110 <test> <!-- test 5 - Advanced - mosaic --> |
0
93c4b04a0769
"planemo upload for repository https://github.com/galaxyproject/tools-iuc commit f5977355970ef4994957147d2d8a96fe6605e2b4"
iuc
parents:
diff
changeset
|
111 <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
|
112 <param name="mosaic" value="--mosaic"/> |
3f6f028f418f
planemo upload for repository https://github.com/galaxyproject/tools-iuc commit d2d7bf4fbdd781458833134cee92c46ff6a4f603
iuc
parents:
0
diff
changeset
|
113 <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
|
114 </test> |
3
09f5c6f3088a
planemo upload for repository https://github.com/galaxyproject/tools-iuc commit efa9995b93e5f32a148d9c3cf65a008543e5a6b4
iuc
parents:
1
diff
changeset
|
115 <test> <!-- test 6 - reference --> |
09f5c6f3088a
planemo upload for repository https://github.com/galaxyproject/tools-iuc commit efa9995b93e5f32a148d9c3cf65a008543e5a6b4
iuc
parents:
1
diff
changeset
|
116 <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
|
117 <conditional name="reference_genome"> |
09f5c6f3088a
planemo upload for repository https://github.com/galaxyproject/tools-iuc commit efa9995b93e5f32a148d9c3cf65a008543e5a6b4
iuc
parents:
1
diff
changeset
|
118 <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
|
119 <param name="genome" value="humsamp.fa"/> |
09f5c6f3088a
planemo upload for repository https://github.com/galaxyproject/tools-iuc commit efa9995b93e5f32a148d9c3cf65a008543e5a6b4
iuc
parents:
1
diff
changeset
|
120 <param name="genome.ext" value="fasta"/> |
09f5c6f3088a
planemo upload for repository https://github.com/galaxyproject/tools-iuc commit efa9995b93e5f32a148d9c3cf65a008543e5a6b4
iuc
parents:
1
diff
changeset
|
121 </conditional> |
09f5c6f3088a
planemo upload for repository https://github.com/galaxyproject/tools-iuc commit efa9995b93e5f32a148d9c3cf65a008543e5a6b4
iuc
parents:
1
diff
changeset
|
122 <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
|
123 </test> |
0
93c4b04a0769
"planemo upload for repository https://github.com/galaxyproject/tools-iuc commit f5977355970ef4994957147d2d8a96fe6605e2b4"
iuc
parents:
diff
changeset
|
124 </tests> |
93c4b04a0769
"planemo upload for repository https://github.com/galaxyproject/tools-iuc commit f5977355970ef4994957147d2d8a96fe6605e2b4"
iuc
parents:
diff
changeset
|
125 <help> |
93c4b04a0769
"planemo upload for repository https://github.com/galaxyproject/tools-iuc commit f5977355970ef4994957147d2d8a96fe6605e2b4"
iuc
parents:
diff
changeset
|
126 <![CDATA[ |
93c4b04a0769
"planemo upload for repository https://github.com/galaxyproject/tools-iuc commit f5977355970ef4994957147d2d8a96fe6605e2b4"
iuc
parents:
diff
changeset
|
127 ######## |
93c4b04a0769
"planemo upload for repository https://github.com/galaxyproject/tools-iuc commit f5977355970ef4994957147d2d8a96fe6605e2b4"
iuc
parents:
diff
changeset
|
128 Sniffles |
93c4b04a0769
"planemo upload for repository https://github.com/galaxyproject/tools-iuc commit f5977355970ef4994957147d2d8a96fe6605e2b4"
iuc
parents:
diff
changeset
|
129 ######## |
93c4b04a0769
"planemo upload for repository https://github.com/galaxyproject/tools-iuc commit f5977355970ef4994957147d2d8a96fe6605e2b4"
iuc
parents:
diff
changeset
|
130 |
93c4b04a0769
"planemo upload for repository https://github.com/galaxyproject/tools-iuc commit f5977355970ef4994957147d2d8a96fe6605e2b4"
iuc
parents:
diff
changeset
|
131 What is Sniffles? |
93c4b04a0769
"planemo upload for repository https://github.com/galaxyproject/tools-iuc commit f5977355970ef4994957147d2d8a96fe6605e2b4"
iuc
parents:
diff
changeset
|
132 ***************** |
1
3f6f028f418f
planemo upload for repository https://github.com/galaxyproject/tools-iuc commit d2d7bf4fbdd781458833134cee92c46ff6a4f603
iuc
parents:
0
diff
changeset
|
133 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
|
134 |
3f6f028f418f
planemo upload for repository https://github.com/galaxyproject/tools-iuc commit d2d7bf4fbdd781458833134cee92c46ff6a4f603
iuc
parents:
0
diff
changeset
|
135 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
|
136 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
|
137 |
1
3f6f028f418f
planemo upload for repository https://github.com/galaxyproject/tools-iuc commit d2d7bf4fbdd781458833134cee92c46ff6a4f603
iuc
parents:
0
diff
changeset
|
138 Inputs |
3f6f028f418f
planemo upload for repository https://github.com/galaxyproject/tools-iuc commit d2d7bf4fbdd781458833134cee92c46ff6a4f603
iuc
parents:
0
diff
changeset
|
139 ****** |
0
93c4b04a0769
"planemo upload for repository https://github.com/galaxyproject/tools-iuc commit f5977355970ef4994957147d2d8a96fe6605e2b4"
iuc
parents:
diff
changeset
|
140 |
1
3f6f028f418f
planemo upload for repository https://github.com/galaxyproject/tools-iuc commit d2d7bf4fbdd781458833134cee92c46ff6a4f603
iuc
parents:
0
diff
changeset
|
141 Known to work with Minimap2 bam as input |
0
93c4b04a0769
"planemo upload for repository https://github.com/galaxyproject/tools-iuc commit f5977355970ef4994957147d2d8a96fe6605e2b4"
iuc
parents:
diff
changeset
|
142 |
93c4b04a0769
"planemo upload for repository https://github.com/galaxyproject/tools-iuc commit f5977355970ef4994957147d2d8a96fe6605e2b4"
iuc
parents:
diff
changeset
|
143 Parameters |
93c4b04a0769
"planemo upload for repository https://github.com/galaxyproject/tools-iuc commit f5977355970ef4994957147d2d8a96fe6605e2b4"
iuc
parents:
diff
changeset
|
144 ********** |
93c4b04a0769
"planemo upload for repository https://github.com/galaxyproject/tools-iuc commit f5977355970ef4994957147d2d8a96fe6605e2b4"
iuc
parents:
diff
changeset
|
145 |
93c4b04a0769
"planemo upload for repository https://github.com/galaxyproject/tools-iuc commit f5977355970ef4994957147d2d8a96fe6605e2b4"
iuc
parents:
diff
changeset
|
146 General |
93c4b04a0769
"planemo upload for repository https://github.com/galaxyproject/tools-iuc commit f5977355970ef4994957147d2d8a96fe6605e2b4"
iuc
parents:
diff
changeset
|
147 ------- |
93c4b04a0769
"planemo upload for repository https://github.com/galaxyproject/tools-iuc commit f5977355970ef4994957147d2d8a96fe6605e2b4"
iuc
parents:
diff
changeset
|
148 |
1
3f6f028f418f
planemo upload for repository https://github.com/galaxyproject/tools-iuc commit d2d7bf4fbdd781458833134cee92c46ff6a4f603
iuc
parents:
0
diff
changeset
|
149 |
0
93c4b04a0769
"planemo upload for repository https://github.com/galaxyproject/tools-iuc commit f5977355970ef4994957147d2d8a96fe6605e2b4"
iuc
parents:
diff
changeset
|
150 +---------------------------+-----------------------------------------------------------------------+ |
93c4b04a0769
"planemo upload for repository https://github.com/galaxyproject/tools-iuc commit f5977355970ef4994957147d2d8a96fe6605e2b4"
iuc
parents:
diff
changeset
|
151 | Parameter | Description | |
93c4b04a0769
"planemo upload for repository https://github.com/galaxyproject/tools-iuc commit f5977355970ef4994957147d2d8a96fe6605e2b4"
iuc
parents:
diff
changeset
|
152 +===========================+=======================================================================+ |
1
3f6f028f418f
planemo upload for repository https://github.com/galaxyproject/tools-iuc commit d2d7bf4fbdd781458833134cee92c46ff6a4f603
iuc
parents:
0
diff
changeset
|
153 | Minimum Support | Minimum number of reads supporting a SV to be reported. Default:auto | |
0
93c4b04a0769
"planemo upload for repository https://github.com/galaxyproject/tools-iuc commit f5977355970ef4994957147d2d8a96fe6605e2b4"
iuc
parents:
diff
changeset
|
154 +---------------------------+-----------------------------------------------------------------------+ |
1
3f6f028f418f
planemo upload for repository https://github.com/galaxyproject/tools-iuc commit d2d7bf4fbdd781458833134cee92c46ff6a4f603
iuc
parents:
0
diff
changeset
|
155 | Maximum Number of Splits | Maximum number of split segments per kb a read is aligned at before | |
3f6f028f418f
planemo upload for repository https://github.com/galaxyproject/tools-iuc commit d2d7bf4fbdd781458833134cee92c46ff6a4f603
iuc
parents:
0
diff
changeset
|
156 | | it is ignored. Default: 7 | |
0
93c4b04a0769
"planemo upload for repository https://github.com/galaxyproject/tools-iuc commit f5977355970ef4994957147d2d8a96fe6605e2b4"
iuc
parents:
diff
changeset
|
157 +---------------------------+-----------------------------------------------------------------------+ |
1
3f6f028f418f
planemo upload for repository https://github.com/galaxyproject/tools-iuc commit d2d7bf4fbdd781458833134cee92c46ff6a4f603
iuc
parents:
0
diff
changeset
|
158 | Minimum SV Length | Minimum length of SV to be reported. Default: 50bp | |
0
93c4b04a0769
"planemo upload for repository https://github.com/galaxyproject/tools-iuc commit f5977355970ef4994957147d2d8a96fe6605e2b4"
iuc
parents:
diff
changeset
|
159 +---------------------------+-----------------------------------------------------------------------+ |
93c4b04a0769
"planemo upload for repository https://github.com/galaxyproject/tools-iuc commit f5977355970ef4994957147d2d8a96fe6605e2b4"
iuc
parents:
diff
changeset
|
160 | Minimum Mapping Quality | Minimum mapping quality of alignment to be taken into account. | |
93c4b04a0769
"planemo upload for repository https://github.com/galaxyproject/tools-iuc commit f5977355970ef4994957147d2d8a96fe6605e2b4"
iuc
parents:
diff
changeset
|
161 | | Default: 20 | |
93c4b04a0769
"planemo upload for repository https://github.com/galaxyproject/tools-iuc commit f5977355970ef4994957147d2d8a96fe6605e2b4"
iuc
parents:
diff
changeset
|
162 +---------------------------+-----------------------------------------------------------------------+ |
1
3f6f028f418f
planemo upload for repository https://github.com/galaxyproject/tools-iuc commit d2d7bf4fbdd781458833134cee92c46ff6a4f603
iuc
parents:
0
diff
changeset
|
163 | Minimum alignment length | Reads with less length aligned will be ignored. Default 100 | |
0
93c4b04a0769
"planemo upload for repository https://github.com/galaxyproject/tools-iuc commit f5977355970ef4994957147d2d8a96fe6605e2b4"
iuc
parents:
diff
changeset
|
164 +---------------------------+-----------------------------------------------------------------------+ |
93c4b04a0769
"planemo upload for repository https://github.com/galaxyproject/tools-iuc commit f5977355970ef4994957147d2d8a96fe6605e2b4"
iuc
parents:
diff
changeset
|
165 |
93c4b04a0769
"planemo upload for repository https://github.com/galaxyproject/tools-iuc commit f5977355970ef4994957147d2d8a96fe6605e2b4"
iuc
parents:
diff
changeset
|
166 |
93c4b04a0769
"planemo upload for repository https://github.com/galaxyproject/tools-iuc commit f5977355970ef4994957147d2d8a96fe6605e2b4"
iuc
parents:
diff
changeset
|
167 Clustering Options |
93c4b04a0769
"planemo upload for repository https://github.com/galaxyproject/tools-iuc commit f5977355970ef4994957147d2d8a96fe6605e2b4"
iuc
parents:
diff
changeset
|
168 ------------------ |
93c4b04a0769
"planemo upload for repository https://github.com/galaxyproject/tools-iuc commit f5977355970ef4994957147d2d8a96fe6605e2b4"
iuc
parents:
diff
changeset
|
169 |
1
3f6f028f418f
planemo upload for repository https://github.com/galaxyproject/tools-iuc commit d2d7bf4fbdd781458833134cee92c46ff6a4f603
iuc
parents:
0
diff
changeset
|
170 |
0
93c4b04a0769
"planemo upload for repository https://github.com/galaxyproject/tools-iuc commit f5977355970ef4994957147d2d8a96fe6605e2b4"
iuc
parents:
diff
changeset
|
171 +----------------------------------------+-----------------------------------------------------------------------+ |
93c4b04a0769
"planemo upload for repository https://github.com/galaxyproject/tools-iuc commit f5977355970ef4994957147d2d8a96fe6605e2b4"
iuc
parents:
diff
changeset
|
172 | Parameter | Description | |
93c4b04a0769
"planemo upload for repository https://github.com/galaxyproject/tools-iuc commit f5977355970ef4994957147d2d8a96fe6605e2b4"
iuc
parents:
diff
changeset
|
173 +========================================+=======================================================================+ |
1
3f6f028f418f
planemo upload for repository https://github.com/galaxyproject/tools-iuc commit d2d7bf4fbdd781458833134cee92c46ff6a4f603
iuc
parents:
0
diff
changeset
|
174 | Cluster bin size | Initial cluster bin size. Default 100 | |
0
93c4b04a0769
"planemo upload for repository https://github.com/galaxyproject/tools-iuc commit f5977355970ef4994957147d2d8a96fe6605e2b4"
iuc
parents:
diff
changeset
|
175 +----------------------------------------+-----------------------------------------------------------------------+ |
1
3f6f028f418f
planemo upload for repository https://github.com/galaxyproject/tools-iuc commit d2d7bf4fbdd781458833134cee92c46ff6a4f603
iuc
parents:
0
diff
changeset
|
176 | Cluster Multiplier | Multiplier for SV start position standard deviation criterion in | |
3f6f028f418f
planemo upload for repository https://github.com/galaxyproject/tools-iuc commit d2d7bf4fbdd781458833134cee92c46ff6a4f603
iuc
parents:
0
diff
changeset
|
177 | | cluster merging [2.5] | |
0
93c4b04a0769
"planemo upload for repository https://github.com/galaxyproject/tools-iuc commit f5977355970ef4994957147d2d8a96fe6605e2b4"
iuc
parents:
diff
changeset
|
178 +----------------------------------------+-----------------------------------------------------------------------+ |
93c4b04a0769
"planemo upload for repository https://github.com/galaxyproject/tools-iuc commit f5977355970ef4994957147d2d8a96fe6605e2b4"
iuc
parents:
diff
changeset
|
179 |
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 Advanced Options |
93c4b04a0769
"planemo upload for repository https://github.com/galaxyproject/tools-iuc commit f5977355970ef4994957147d2d8a96fe6605e2b4"
iuc
parents:
diff
changeset
|
182 ---------------- |
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 +----------------------------------------+------------------------------------------------------------------------------+ |
3f6f028f418f
planemo upload for repository https://github.com/galaxyproject/tools-iuc commit d2d7bf4fbdd781458833134cee92c46ff6a4f603
iuc
parents:
0
diff
changeset
|
186 | Parameter | Description | |
3f6f028f418f
planemo upload for repository https://github.com/galaxyproject/tools-iuc commit d2d7bf4fbdd781458833134cee92c46ff6a4f603
iuc
parents:
0
diff
changeset
|
187 +========================================+==============================================================================+ |
3f6f028f418f
planemo upload for repository https://github.com/galaxyproject/tools-iuc commit d2d7bf4fbdd781458833134cee92c46ff6a4f603
iuc
parents:
0
diff
changeset
|
188 | Mosaic | Set Sniffles run mode to detect rare, somatic and mosaic SVs (default: False)| |
3f6f028f418f
planemo upload for repository https://github.com/galaxyproject/tools-iuc commit d2d7bf4fbdd781458833134cee92c46ff6a4f603
iuc
parents:
0
diff
changeset
|
189 +----------------------------------------+------------------------------------------------------------------------------+ |
0
93c4b04a0769
"planemo upload for repository https://github.com/galaxyproject/tools-iuc commit f5977355970ef4994957147d2d8a96fe6605e2b4"
iuc
parents:
diff
changeset
|
190 |
93c4b04a0769
"planemo upload for repository https://github.com/galaxyproject/tools-iuc commit f5977355970ef4994957147d2d8a96fe6605e2b4"
iuc
parents:
diff
changeset
|
191 |
93c4b04a0769
"planemo upload for repository https://github.com/galaxyproject/tools-iuc commit f5977355970ef4994957147d2d8a96fe6605e2b4"
iuc
parents:
diff
changeset
|
192 Output |
93c4b04a0769
"planemo upload for repository https://github.com/galaxyproject/tools-iuc commit f5977355970ef4994957147d2d8a96fe6605e2b4"
iuc
parents:
diff
changeset
|
193 ****** |
93c4b04a0769
"planemo upload for repository https://github.com/galaxyproject/tools-iuc commit f5977355970ef4994957147d2d8a96fe6605e2b4"
iuc
parents:
diff
changeset
|
194 |
93c4b04a0769
"planemo upload for repository https://github.com/galaxyproject/tools-iuc commit f5977355970ef4994957147d2d8a96fe6605e2b4"
iuc
parents:
diff
changeset
|
195 VCF Info field description |
1
3f6f028f418f
planemo upload for repository https://github.com/galaxyproject/tools-iuc commit d2d7bf4fbdd781458833134cee92c46ff6a4f603
iuc
parents:
0
diff
changeset
|
196 |
0
93c4b04a0769
"planemo upload for repository https://github.com/galaxyproject/tools-iuc commit f5977355970ef4994957147d2d8a96fe6605e2b4"
iuc
parents:
diff
changeset
|
197 Sniffles report multiple information in the Info field. The entries are delimited by: |
1
3f6f028f418f
planemo upload for repository https://github.com/galaxyproject/tools-iuc commit d2d7bf4fbdd781458833134cee92c46ff6a4f603
iuc
parents:
0
diff
changeset
|
198 |
0
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 | IMPRECISE/PRECISE | Indicates the confidence of the exact breakpoint positions (bp). | |
93c4b04a0769
"planemo upload for repository https://github.com/galaxyproject/tools-iuc commit f5977355970ef4994957147d2d8a96fe6605e2b4"
iuc
parents:
diff
changeset
|
201 +-------------------+------------------------------------------------------------------------------------------------------+ |
93c4b04a0769
"planemo upload for repository https://github.com/galaxyproject/tools-iuc commit f5977355970ef4994957147d2d8a96fe6605e2b4"
iuc
parents:
diff
changeset
|
202 | CHR2= | The chromosome of the second breakpoint of the SV reported. | |
93c4b04a0769
"planemo upload for repository https://github.com/galaxyproject/tools-iuc commit f5977355970ef4994957147d2d8a96fe6605e2b4"
iuc
parents:
diff
changeset
|
203 +-------------------+------------------------------------------------------------------------------------------------------+ |
93c4b04a0769
"planemo upload for repository https://github.com/galaxyproject/tools-iuc commit f5977355970ef4994957147d2d8a96fe6605e2b4"
iuc
parents:
diff
changeset
|
204 | END= | The position (bp) of the second breakpoint of the SV reported. | |
93c4b04a0769
"planemo upload for repository https://github.com/galaxyproject/tools-iuc commit f5977355970ef4994957147d2d8a96fe6605e2b4"
iuc
parents:
diff
changeset
|
205 +-------------------+------------------------------------------------------------------------------------------------------+ |
93c4b04a0769
"planemo upload for repository https://github.com/galaxyproject/tools-iuc commit f5977355970ef4994957147d2d8a96fe6605e2b4"
iuc
parents:
diff
changeset
|
206 | ZMW= | For PacBio based reads, shows the number of ZMW that support the SV. | |
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 | SVTYPE= | The type of the SV. (see Alt field above) | |
93c4b04a0769
"planemo upload for repository https://github.com/galaxyproject/tools-iuc commit f5977355970ef4994957147d2d8a96fe6605e2b4"
iuc
parents:
diff
changeset
|
209 +-------------------+------------------------------------------------------------------------------------------------------+ |
93c4b04a0769
"planemo upload for repository https://github.com/galaxyproject/tools-iuc commit f5977355970ef4994957147d2d8a96fe6605e2b4"
iuc
parents:
diff
changeset
|
210 | SUPTYPE= | Indicates what evidence supports the SVs (SR: Split Reads, AL: Alignment, NR: Noisy Region). | |
93c4b04a0769
"planemo upload for repository https://github.com/galaxyproject/tools-iuc commit f5977355970ef4994957147d2d8a96fe6605e2b4"
iuc
parents:
diff
changeset
|
211 +-------------------+------------------------------------------------------------------------------------------------------+ |
93c4b04a0769
"planemo upload for repository https://github.com/galaxyproject/tools-iuc commit f5977355970ef4994957147d2d8a96fe6605e2b4"
iuc
parents:
diff
changeset
|
212 | STD_quant_start= | The standard deviation of the start breakpoints. | |
93c4b04a0769
"planemo upload for repository https://github.com/galaxyproject/tools-iuc commit f5977355970ef4994957147d2d8a96fe6605e2b4"
iuc
parents:
diff
changeset
|
213 +-------------------+------------------------------------------------------------------------------------------------------+ |
93c4b04a0769
"planemo upload for repository https://github.com/galaxyproject/tools-iuc commit f5977355970ef4994957147d2d8a96fe6605e2b4"
iuc
parents:
diff
changeset
|
214 | STD_quant_stop= | The standard deviation of the stop breakpoints. | |
93c4b04a0769
"planemo upload for repository https://github.com/galaxyproject/tools-iuc commit f5977355970ef4994957147d2d8a96fe6605e2b4"
iuc
parents:
diff
changeset
|
215 +-------------------+------------------------------------------------------------------------------------------------------+ |
93c4b04a0769
"planemo upload for repository https://github.com/galaxyproject/tools-iuc commit f5977355970ef4994957147d2d8a96fe6605e2b4"
iuc
parents:
diff
changeset
|
216 | RNAMES= | A comma separated list of read names that support the SV event. Controlled by -n Parameter. | |
93c4b04a0769
"planemo upload for repository https://github.com/galaxyproject/tools-iuc commit f5977355970ef4994957147d2d8a96fe6605e2b4"
iuc
parents:
diff
changeset
|
217 +-------------------+------------------------------------------------------------------------------------------------------+ |
93c4b04a0769
"planemo upload for repository https://github.com/galaxyproject/tools-iuc commit f5977355970ef4994957147d2d8a96fe6605e2b4"
iuc
parents:
diff
changeset
|
218 | SVLEN= | Indicates the length of SVs. | |
93c4b04a0769
"planemo upload for repository https://github.com/galaxyproject/tools-iuc commit f5977355970ef4994957147d2d8a96fe6605e2b4"
iuc
parents:
diff
changeset
|
219 +-------------------+------------------------------------------------------------------------------------------------------+ |
93c4b04a0769
"planemo upload for repository https://github.com/galaxyproject/tools-iuc commit f5977355970ef4994957147d2d8a96fe6605e2b4"
iuc
parents:
diff
changeset
|
220 | STRANDS= | Strand information at both breakpoints. | |
93c4b04a0769
"planemo upload for repository https://github.com/galaxyproject/tools-iuc commit f5977355970ef4994957147d2d8a96fe6605e2b4"
iuc
parents:
diff
changeset
|
221 +-------------------+------------------------------------------------------------------------------------------------------+ |
93c4b04a0769
"planemo upload for repository https://github.com/galaxyproject/tools-iuc commit f5977355970ef4994957147d2d8a96fe6605e2b4"
iuc
parents:
diff
changeset
|
222 | SEQ= | If reportable shows the sequence of the indels. | |
93c4b04a0769
"planemo upload for repository https://github.com/galaxyproject/tools-iuc commit f5977355970ef4994957147d2d8a96fe6605e2b4"
iuc
parents:
diff
changeset
|
223 +-------------------+------------------------------------------------------------------------------------------------------+ |
93c4b04a0769
"planemo upload for repository https://github.com/galaxyproject/tools-iuc commit f5977355970ef4994957147d2d8a96fe6605e2b4"
iuc
parents:
diff
changeset
|
224 | RE= | Number of reads supporting the variance. | |
93c4b04a0769
"planemo upload for repository https://github.com/galaxyproject/tools-iuc commit f5977355970ef4994957147d2d8a96fe6605e2b4"
iuc
parents:
diff
changeset
|
225 +-------------------+------------------------------------------------------------------------------------------------------+ |
93c4b04a0769
"planemo upload for repository https://github.com/galaxyproject/tools-iuc commit f5977355970ef4994957147d2d8a96fe6605e2b4"
iuc
parents:
diff
changeset
|
226 | AF= | Allele frequency (only if run with –genotype) | |
93c4b04a0769
"planemo upload for repository https://github.com/galaxyproject/tools-iuc commit f5977355970ef4994957147d2d8a96fe6605e2b4"
iuc
parents:
diff
changeset
|
227 +-------------------+------------------------------------------------------------------------------------------------------+ |
1
3f6f028f418f
planemo upload for repository https://github.com/galaxyproject/tools-iuc commit d2d7bf4fbdd781458833134cee92c46ff6a4f603
iuc
parents:
0
diff
changeset
|
228 |
3f6f028f418f
planemo upload for repository https://github.com/galaxyproject/tools-iuc commit d2d7bf4fbdd781458833134cee92c46ff6a4f603
iuc
parents:
0
diff
changeset
|
229 Source: https://github.com/fritzsedlazeck/Sniffles |
0
93c4b04a0769
"planemo upload for repository https://github.com/galaxyproject/tools-iuc commit f5977355970ef4994957147d2d8a96fe6605e2b4"
iuc
parents:
diff
changeset
|
230 ]]> |
93c4b04a0769
"planemo upload for repository https://github.com/galaxyproject/tools-iuc commit f5977355970ef4994957147d2d8a96fe6605e2b4"
iuc
parents:
diff
changeset
|
231 </help> |
93c4b04a0769
"planemo upload for repository https://github.com/galaxyproject/tools-iuc commit f5977355970ef4994957147d2d8a96fe6605e2b4"
iuc
parents:
diff
changeset
|
232 <citations> |
1
3f6f028f418f
planemo upload for repository https://github.com/galaxyproject/tools-iuc commit d2d7bf4fbdd781458833134cee92c46ff6a4f603
iuc
parents:
0
diff
changeset
|
233 <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
|
234 </citations> |
93c4b04a0769
"planemo upload for repository https://github.com/galaxyproject/tools-iuc commit f5977355970ef4994957147d2d8a96fe6605e2b4"
iuc
parents:
diff
changeset
|
235 </tool> |