Mercurial > repos > iuc > sniffles
annotate sniffles.xml @ 0:93c4b04a0769 draft
"planemo upload for repository https://github.com/galaxyproject/tools-iuc commit f5977355970ef4994957147d2d8a96fe6605e2b4"
author | iuc |
---|---|
date | Mon, 14 Sep 2020 07:39:07 +0000 |
parents | |
children | 3f6f028f418f |
rev | line source |
---|---|
0
93c4b04a0769
"planemo upload for repository https://github.com/galaxyproject/tools-iuc commit f5977355970ef4994957147d2d8a96fe6605e2b4"
iuc
parents:
diff
changeset
|
1 <tool id="sniffles" name="sniffles" version="@TOOL_VERSION@+galaxy0"> |
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> |
93c4b04a0769
"planemo upload for repository https://github.com/galaxyproject/tools-iuc commit f5977355970ef4994957147d2d8a96fe6605e2b4"
iuc
parents:
diff
changeset
|
4 <token name="@TOOL_VERSION@">1.0.12</token> |
93c4b04a0769
"planemo upload for repository https://github.com/galaxyproject/tools-iuc commit f5977355970ef4994957147d2d8a96fe6605e2b4"
iuc
parents:
diff
changeset
|
5 </macros> |
93c4b04a0769
"planemo upload for repository https://github.com/galaxyproject/tools-iuc commit f5977355970ef4994957147d2d8a96fe6605e2b4"
iuc
parents:
diff
changeset
|
6 <requirements> |
93c4b04a0769
"planemo upload for repository https://github.com/galaxyproject/tools-iuc commit f5977355970ef4994957147d2d8a96fe6605e2b4"
iuc
parents:
diff
changeset
|
7 <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
|
8 </requirements> |
93c4b04a0769
"planemo upload for repository https://github.com/galaxyproject/tools-iuc commit f5977355970ef4994957147d2d8a96fe6605e2b4"
iuc
parents:
diff
changeset
|
9 <version_command> |
93c4b04a0769
"planemo upload for repository https://github.com/galaxyproject/tools-iuc commit f5977355970ef4994957147d2d8a96fe6605e2b4"
iuc
parents:
diff
changeset
|
10 <![CDATA[ sniffles --version ]]> |
93c4b04a0769
"planemo upload for repository https://github.com/galaxyproject/tools-iuc commit f5977355970ef4994957147d2d8a96fe6605e2b4"
iuc
parents:
diff
changeset
|
11 </version_command> |
93c4b04a0769
"planemo upload for repository https://github.com/galaxyproject/tools-iuc commit f5977355970ef4994957147d2d8a96fe6605e2b4"
iuc
parents:
diff
changeset
|
12 <command detect_errors="exit_code"> |
93c4b04a0769
"planemo upload for repository https://github.com/galaxyproject/tools-iuc commit f5977355970ef4994957147d2d8a96fe6605e2b4"
iuc
parents:
diff
changeset
|
13 <![CDATA[ |
93c4b04a0769
"planemo upload for repository https://github.com/galaxyproject/tools-iuc commit f5977355970ef4994957147d2d8a96fe6605e2b4"
iuc
parents:
diff
changeset
|
14 ln -f -s '${input}' input.bam && |
93c4b04a0769
"planemo upload for repository https://github.com/galaxyproject/tools-iuc commit f5977355970ef4994957147d2d8a96fe6605e2b4"
iuc
parents:
diff
changeset
|
15 ln -f -s '${input.metadata.bam_index}' input.bam.bai && |
93c4b04a0769
"planemo upload for repository https://github.com/galaxyproject/tools-iuc commit f5977355970ef4994957147d2d8a96fe6605e2b4"
iuc
parents:
diff
changeset
|
16 |
93c4b04a0769
"planemo upload for repository https://github.com/galaxyproject/tools-iuc commit f5977355970ef4994957147d2d8a96fe6605e2b4"
iuc
parents:
diff
changeset
|
17 sniffles |
93c4b04a0769
"planemo upload for repository https://github.com/galaxyproject/tools-iuc commit f5977355970ef4994957147d2d8a96fe6605e2b4"
iuc
parents:
diff
changeset
|
18 -t \${GALAXY_SLOTS:-2} |
93c4b04a0769
"planemo upload for repository https://github.com/galaxyproject/tools-iuc commit f5977355970ef4994957147d2d8a96fe6605e2b4"
iuc
parents:
diff
changeset
|
19 -m 'input.bam' |
93c4b04a0769
"planemo upload for repository https://github.com/galaxyproject/tools-iuc commit f5977355970ef4994957147d2d8a96fe6605e2b4"
iuc
parents:
diff
changeset
|
20 -v '$output' |
93c4b04a0769
"planemo upload for repository https://github.com/galaxyproject/tools-iuc commit f5977355970ef4994957147d2d8a96fe6605e2b4"
iuc
parents:
diff
changeset
|
21 ## general_options |
93c4b04a0769
"planemo upload for repository https://github.com/galaxyproject/tools-iuc commit f5977355970ef4994957147d2d8a96fe6605e2b4"
iuc
parents:
diff
changeset
|
22 #if $general_options.min_support: |
93c4b04a0769
"planemo upload for repository https://github.com/galaxyproject/tools-iuc commit f5977355970ef4994957147d2d8a96fe6605e2b4"
iuc
parents:
diff
changeset
|
23 --min_support $general_options.min_support |
93c4b04a0769
"planemo upload for repository https://github.com/galaxyproject/tools-iuc commit f5977355970ef4994957147d2d8a96fe6605e2b4"
iuc
parents:
diff
changeset
|
24 #end if |
93c4b04a0769
"planemo upload for repository https://github.com/galaxyproject/tools-iuc commit f5977355970ef4994957147d2d8a96fe6605e2b4"
iuc
parents:
diff
changeset
|
25 --max_num_splits $general_options.max_num_splits |
93c4b04a0769
"planemo upload for repository https://github.com/galaxyproject/tools-iuc commit f5977355970ef4994957147d2d8a96fe6605e2b4"
iuc
parents:
diff
changeset
|
26 #if $general_options.max_distance: |
93c4b04a0769
"planemo upload for repository https://github.com/galaxyproject/tools-iuc commit f5977355970ef4994957147d2d8a96fe6605e2b4"
iuc
parents:
diff
changeset
|
27 --max_distance $general_options.max_distance |
93c4b04a0769
"planemo upload for repository https://github.com/galaxyproject/tools-iuc commit f5977355970ef4994957147d2d8a96fe6605e2b4"
iuc
parents:
diff
changeset
|
28 #end if |
93c4b04a0769
"planemo upload for repository https://github.com/galaxyproject/tools-iuc commit f5977355970ef4994957147d2d8a96fe6605e2b4"
iuc
parents:
diff
changeset
|
29 #if $general_options.min_length: |
93c4b04a0769
"planemo upload for repository https://github.com/galaxyproject/tools-iuc commit f5977355970ef4994957147d2d8a96fe6605e2b4"
iuc
parents:
diff
changeset
|
30 --min_length $general_options.min_length |
93c4b04a0769
"planemo upload for repository https://github.com/galaxyproject/tools-iuc commit f5977355970ef4994957147d2d8a96fe6605e2b4"
iuc
parents:
diff
changeset
|
31 #end if |
93c4b04a0769
"planemo upload for repository https://github.com/galaxyproject/tools-iuc commit f5977355970ef4994957147d2d8a96fe6605e2b4"
iuc
parents:
diff
changeset
|
32 --minmapping_qual $general_options.minmapping_qual |
93c4b04a0769
"planemo upload for repository https://github.com/galaxyproject/tools-iuc commit f5977355970ef4994957147d2d8a96fe6605e2b4"
iuc
parents:
diff
changeset
|
33 --num_reads_report $general_options.num_reads_report |
93c4b04a0769
"planemo upload for repository https://github.com/galaxyproject/tools-iuc commit f5977355970ef4994957147d2d8a96fe6605e2b4"
iuc
parents:
diff
changeset
|
34 #if $general_options.min_seq_size: |
93c4b04a0769
"planemo upload for repository https://github.com/galaxyproject/tools-iuc commit f5977355970ef4994957147d2d8a96fe6605e2b4"
iuc
parents:
diff
changeset
|
35 --min_seq_size $general_options.min_seq_size |
93c4b04a0769
"planemo upload for repository https://github.com/galaxyproject/tools-iuc commit f5977355970ef4994957147d2d8a96fe6605e2b4"
iuc
parents:
diff
changeset
|
36 #end if |
93c4b04a0769
"planemo upload for repository https://github.com/galaxyproject/tools-iuc commit f5977355970ef4994957147d2d8a96fe6605e2b4"
iuc
parents:
diff
changeset
|
37 --min_zmw $general_options.min_zmw |
93c4b04a0769
"planemo upload for repository https://github.com/galaxyproject/tools-iuc commit f5977355970ef4994957147d2d8a96fe6605e2b4"
iuc
parents:
diff
changeset
|
38 $general_options.cs_string |
93c4b04a0769
"planemo upload for repository https://github.com/galaxyproject/tools-iuc commit f5977355970ef4994957147d2d8a96fe6605e2b4"
iuc
parents:
diff
changeset
|
39 ## clustering_options |
93c4b04a0769
"planemo upload for repository https://github.com/galaxyproject/tools-iuc commit f5977355970ef4994957147d2d8a96fe6605e2b4"
iuc
parents:
diff
changeset
|
40 $clustering_options.cluster |
93c4b04a0769
"planemo upload for repository https://github.com/galaxyproject/tools-iuc commit f5977355970ef4994957147d2d8a96fe6605e2b4"
iuc
parents:
diff
changeset
|
41 #if $clustering_options.cluster_support: |
93c4b04a0769
"planemo upload for repository https://github.com/galaxyproject/tools-iuc commit f5977355970ef4994957147d2d8a96fe6605e2b4"
iuc
parents:
diff
changeset
|
42 --cluster_support $clustering_options.cluster_support |
93c4b04a0769
"planemo upload for repository https://github.com/galaxyproject/tools-iuc commit f5977355970ef4994957147d2d8a96fe6605e2b4"
iuc
parents:
diff
changeset
|
43 #end if |
93c4b04a0769
"planemo upload for repository https://github.com/galaxyproject/tools-iuc commit f5977355970ef4994957147d2d8a96fe6605e2b4"
iuc
parents:
diff
changeset
|
44 --allelefreq $clustering_options.allelefreq |
93c4b04a0769
"planemo upload for repository https://github.com/galaxyproject/tools-iuc commit f5977355970ef4994957147d2d8a96fe6605e2b4"
iuc
parents:
diff
changeset
|
45 --min_homo_af $clustering_options.min_homo_af |
93c4b04a0769
"planemo upload for repository https://github.com/galaxyproject/tools-iuc commit f5977355970ef4994957147d2d8a96fe6605e2b4"
iuc
parents:
diff
changeset
|
46 --min_het_af $clustering_options.min_het_af |
93c4b04a0769
"planemo upload for repository https://github.com/galaxyproject/tools-iuc commit f5977355970ef4994957147d2d8a96fe6605e2b4"
iuc
parents:
diff
changeset
|
47 ##advanced_options |
93c4b04a0769
"planemo upload for repository https://github.com/galaxyproject/tools-iuc commit f5977355970ef4994957147d2d8a96fe6605e2b4"
iuc
parents:
diff
changeset
|
48 $advanced_options.report_BND |
93c4b04a0769
"planemo upload for repository https://github.com/galaxyproject/tools-iuc commit f5977355970ef4994957147d2d8a96fe6605e2b4"
iuc
parents:
diff
changeset
|
49 $advanced_options.not_report_seq |
93c4b04a0769
"planemo upload for repository https://github.com/galaxyproject/tools-iuc commit f5977355970ef4994957147d2d8a96fe6605e2b4"
iuc
parents:
diff
changeset
|
50 $advanced_options.ignore_sd |
93c4b04a0769
"planemo upload for repository https://github.com/galaxyproject/tools-iuc commit f5977355970ef4994957147d2d8a96fe6605e2b4"
iuc
parents:
diff
changeset
|
51 $advanced_options.ccs_reads |
93c4b04a0769
"planemo upload for repository https://github.com/galaxyproject/tools-iuc commit f5977355970ef4994957147d2d8a96fe6605e2b4"
iuc
parents:
diff
changeset
|
52 ## parameter_estimation_options |
93c4b04a0769
"planemo upload for repository https://github.com/galaxyproject/tools-iuc commit f5977355970ef4994957147d2d8a96fe6605e2b4"
iuc
parents:
diff
changeset
|
53 $parameter_estimation_options.skip_parameter_estimation |
93c4b04a0769
"planemo upload for repository https://github.com/galaxyproject/tools-iuc commit f5977355970ef4994957147d2d8a96fe6605e2b4"
iuc
parents:
diff
changeset
|
54 --del_ratio $parameter_estimation_options.del_ratio |
93c4b04a0769
"planemo upload for repository https://github.com/galaxyproject/tools-iuc commit f5977355970ef4994957147d2d8a96fe6605e2b4"
iuc
parents:
diff
changeset
|
55 --ins_ratio $parameter_estimation_options.ins_ratio |
93c4b04a0769
"planemo upload for repository https://github.com/galaxyproject/tools-iuc commit f5977355970ef4994957147d2d8a96fe6605e2b4"
iuc
parents:
diff
changeset
|
56 --max_diff_per_window $parameter_estimation_options.max_diff_per_window |
93c4b04a0769
"planemo upload for repository https://github.com/galaxyproject/tools-iuc commit f5977355970ef4994957147d2d8a96fe6605e2b4"
iuc
parents:
diff
changeset
|
57 --max_dist_aln_events $parameter_estimation_options.max_dist_aln_events |
93c4b04a0769
"planemo upload for repository https://github.com/galaxyproject/tools-iuc commit f5977355970ef4994957147d2d8a96fe6605e2b4"
iuc
parents:
diff
changeset
|
58 ]]> |
93c4b04a0769
"planemo upload for repository https://github.com/galaxyproject/tools-iuc commit f5977355970ef4994957147d2d8a96fe6605e2b4"
iuc
parents:
diff
changeset
|
59 </command> |
93c4b04a0769
"planemo upload for repository https://github.com/galaxyproject/tools-iuc commit f5977355970ef4994957147d2d8a96fe6605e2b4"
iuc
parents:
diff
changeset
|
60 <inputs> |
93c4b04a0769
"planemo upload for repository https://github.com/galaxyproject/tools-iuc commit f5977355970ef4994957147d2d8a96fe6605e2b4"
iuc
parents:
diff
changeset
|
61 <param type="data" name="input" format="bam" label="Input BAM file"/> |
93c4b04a0769
"planemo upload for repository https://github.com/galaxyproject/tools-iuc commit f5977355970ef4994957147d2d8a96fe6605e2b4"
iuc
parents:
diff
changeset
|
62 <section name="general_options" title="Set general options" expanded="False"> |
93c4b04a0769
"planemo upload for repository https://github.com/galaxyproject/tools-iuc commit f5977355970ef4994957147d2d8a96fe6605e2b4"
iuc
parents:
diff
changeset
|
63 <param argument="--min_support" type="integer" value="10" optional="true" min="1" label="Minimum Support" help="Minimum number of reads that support a SV. [10]" /> |
93c4b04a0769
"planemo upload for repository https://github.com/galaxyproject/tools-iuc commit f5977355970ef4994957147d2d8a96fe6605e2b4"
iuc
parents:
diff
changeset
|
64 <param argument="--max_num_splits" type="integer" value="7" optional="true" min="0" label="Maximum Number of Splits" help="Maximum number of splits per read to be still taken into account. [7]" /> |
93c4b04a0769
"planemo upload for repository https://github.com/galaxyproject/tools-iuc commit f5977355970ef4994957147d2d8a96fe6605e2b4"
iuc
parents:
diff
changeset
|
65 <param argument="--max_distance" type="integer" value="1000" optional="true" min="10" label="Maximum Distance" help="Maximum distance to group SV together. [1000]" /> |
93c4b04a0769
"planemo upload for repository https://github.com/galaxyproject/tools-iuc commit f5977355970ef4994957147d2d8a96fe6605e2b4"
iuc
parents:
diff
changeset
|
66 <param argument="--min_length" type="integer" value="30" optional="true" min="2" label="Minimum Length" help="Minimum length of SV to be reported. [30]"/> |
93c4b04a0769
"planemo upload for repository https://github.com/galaxyproject/tools-iuc commit f5977355970ef4994957147d2d8a96fe6605e2b4"
iuc
parents:
diff
changeset
|
67 <param argument="--minmapping_qual" type="integer" value="20" optional="true" min="0" label="Minimum Mapping Quality" help="Minimum Mapping Quality. [20]"/> |
93c4b04a0769
"planemo upload for repository https://github.com/galaxyproject/tools-iuc commit f5977355970ef4994957147d2d8a96fe6605e2b4"
iuc
parents:
diff
changeset
|
68 <param argument="--num_reads_report" type="integer" value="0" optional="true" min="-1" label="Number of reads to report" help="Report up to N reads that support the SV in the vcf file. -1: report all. [0]"/> |
93c4b04a0769
"planemo upload for repository https://github.com/galaxyproject/tools-iuc commit f5977355970ef4994957147d2d8a96fe6605e2b4"
iuc
parents:
diff
changeset
|
69 <param argument="--min_seq_size" type="integer" value="" optional="true" label="Minimum Seq Size" help="Discard read if non of its segment is larger then this. [2000]"/> |
93c4b04a0769
"planemo upload for repository https://github.com/galaxyproject/tools-iuc commit f5977355970ef4994957147d2d8a96fe6605e2b4"
iuc
parents:
diff
changeset
|
70 <param argument="--min_zmw" type="integer" value="0" optional="true" min="0" label="Minimum ZMW" help="Discard SV that are not supported by at least x zmws. This applies only for PacBio recognizable reads. [0]"/> |
93c4b04a0769
"planemo upload for repository https://github.com/galaxyproject/tools-iuc commit f5977355970ef4994957147d2d8a96fe6605e2b4"
iuc
parents:
diff
changeset
|
71 <param argument="--cs_string" type="boolean" truevalue="--cs_string" falsevalue="" optional="true" label="Enable CS String" help="Enables the scan of CS string instead of Cigar and MD. [false]"/> |
93c4b04a0769
"planemo upload for repository https://github.com/galaxyproject/tools-iuc commit f5977355970ef4994957147d2d8a96fe6605e2b4"
iuc
parents:
diff
changeset
|
72 </section> |
93c4b04a0769
"planemo upload for repository https://github.com/galaxyproject/tools-iuc commit f5977355970ef4994957147d2d8a96fe6605e2b4"
iuc
parents:
diff
changeset
|
73 <section name="clustering_options" title="Clustering/phasing and genotyping options" expanded="False"> |
93c4b04a0769
"planemo upload for repository https://github.com/galaxyproject/tools-iuc commit f5977355970ef4994957147d2d8a96fe6605e2b4"
iuc
parents:
diff
changeset
|
74 <param argument="--cluster" type="boolean" truevalue="--cluster" falsevalue="" optional="true" label="Cluster" help="Enables Sniffles to phase SVs that occur on the same reads [false]"/> |
93c4b04a0769
"planemo upload for repository https://github.com/galaxyproject/tools-iuc commit f5977355970ef4994957147d2d8a96fe6605e2b4"
iuc
parents:
diff
changeset
|
75 <param argument="--cluster_support" type="integer" value="1" optional="true" min="1" label="Cluster Support" help="Minimum number of reads supporting clustering of SV. [1]"/> |
93c4b04a0769
"planemo upload for repository https://github.com/galaxyproject/tools-iuc commit f5977355970ef4994957147d2d8a96fe6605e2b4"
iuc
parents:
diff
changeset
|
76 <param argument="--allelefreq" type="float" value="0" optional="true" min="0" label="Allele Frequency Threshold" help="Filters the SV calls based on the allele frequency. [0]" /> |
93c4b04a0769
"planemo upload for repository https://github.com/galaxyproject/tools-iuc commit f5977355970ef4994957147d2d8a96fe6605e2b4"
iuc
parents:
diff
changeset
|
77 <param argument="--min_homo_af" type="float" value="0.8" optional="true" min="0" max="1" label="Minimum Homogenous Allele Frequency" help="Minimum homogeneous threshold on allele frequency (0-1). [0.8]"/> |
93c4b04a0769
"planemo upload for repository https://github.com/galaxyproject/tools-iuc commit f5977355970ef4994957147d2d8a96fe6605e2b4"
iuc
parents:
diff
changeset
|
78 <param argument="--min_het_af" type="float" value="0.3" optional="true" min="0" max="1" label="Minimum Heterogeneous Allele Frequency" help="Minimum heterogeneous threshold on allele frequency (0-1). [0.3]"/> |
93c4b04a0769
"planemo upload for repository https://github.com/galaxyproject/tools-iuc commit f5977355970ef4994957147d2d8a96fe6605e2b4"
iuc
parents:
diff
changeset
|
79 </section> |
93c4b04a0769
"planemo upload for repository https://github.com/galaxyproject/tools-iuc commit f5977355970ef4994957147d2d8a96fe6605e2b4"
iuc
parents:
diff
changeset
|
80 <section name="advanced_options" title="Advanced options" expanded="False"> |
93c4b04a0769
"planemo upload for repository https://github.com/galaxyproject/tools-iuc commit f5977355970ef4994957147d2d8a96fe6605e2b4"
iuc
parents:
diff
changeset
|
81 <param argument="--report_BND" type="boolean" value="True" truevalue="--report_BND" falsevalue="" optional="true" label="Report BND" help="Report BND instead of Tra in vcf output. [true]" /> |
93c4b04a0769
"planemo upload for repository https://github.com/galaxyproject/tools-iuc commit f5977355970ef4994957147d2d8a96fe6605e2b4"
iuc
parents:
diff
changeset
|
82 <param argument="--not_report_seq" type="boolean" value="False" truevalue="--not_report_seq" falsevalue="" optional="true" label="Don't report seq" help="Don't report sequences for indels in vcf output. (Beta version!) [false]"/> |
93c4b04a0769
"planemo upload for repository https://github.com/galaxyproject/tools-iuc commit f5977355970ef4994957147d2d8a96fe6605e2b4"
iuc
parents:
diff
changeset
|
83 <param argument="--ignore_sd" type="boolean" value="False" truevalue="--ignore_sd" falsevalue="" optional="true" label="Igonore sd" help="Ignores the sd based filtering. [false]"/> |
93c4b04a0769
"planemo upload for repository https://github.com/galaxyproject/tools-iuc commit f5977355970ef4994957147d2d8a96fe6605e2b4"
iuc
parents:
diff
changeset
|
84 <param argument="--ccs_reads" type="boolean" value="False" truevalue="--ccs_reads" falsevalue="" optional="true" label="CCS Reads" help="Preset CCS Pacbio setting. (Beta) [false]" /> |
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 <section name="parameter_estimation_options" title="Parameter Estimation Options" expanded="False"> |
93c4b04a0769
"planemo upload for repository https://github.com/galaxyproject/tools-iuc commit f5977355970ef4994957147d2d8a96fe6605e2b4"
iuc
parents:
diff
changeset
|
87 <param argument="--skip_parameter_estimation" type="boolean" value="False" truevalue="--skip_parameter_estimation" falsevalue="" optional="true" label="Skip Parameter Estimation" help="Enables the scan if only very few reads are present. [false]"/> |
93c4b04a0769
"planemo upload for repository https://github.com/galaxyproject/tools-iuc commit f5977355970ef4994957147d2d8a96fe6605e2b4"
iuc
parents:
diff
changeset
|
88 <param argument="--del_ratio" type="float" value="0.0458369" optional="true" min="0" max="1" label="Estimated Deletion Ratio" help="Estimated ratio of deletions per read (0-1). [0.0458369]" /> |
93c4b04a0769
"planemo upload for repository https://github.com/galaxyproject/tools-iuc commit f5977355970ef4994957147d2d8a96fe6605e2b4"
iuc
parents:
diff
changeset
|
89 <param argument="--ins_ratio" type="float" value="0.049379" optional="true" min="0" max="1" label="Estimated Insertion Ratio" help="Estimated ratio of insertions per read (0-1). [0.049379]" /> |
93c4b04a0769
"planemo upload for repository https://github.com/galaxyproject/tools-iuc commit f5977355970ef4994957147d2d8a96fe6605e2b4"
iuc
parents:
diff
changeset
|
90 <param argument="--max_diff_per_window" type="integer" value="50" optional="true" min="0" label="Maximum Differences Per Window" help="Maximum differences per 100bp. [50]"/> |
93c4b04a0769
"planemo upload for repository https://github.com/galaxyproject/tools-iuc commit f5977355970ef4994957147d2d8a96fe6605e2b4"
iuc
parents:
diff
changeset
|
91 <param argument="--max_dist_aln_events" type="integer" value="4" optional="true" min="0" label="Maximum Distance Between Alignment Events" help="Maximum distance between alignment (indel) events. [4]"/> |
93c4b04a0769
"planemo upload for repository https://github.com/galaxyproject/tools-iuc commit f5977355970ef4994957147d2d8a96fe6605e2b4"
iuc
parents:
diff
changeset
|
92 </section> |
93c4b04a0769
"planemo upload for repository https://github.com/galaxyproject/tools-iuc commit f5977355970ef4994957147d2d8a96fe6605e2b4"
iuc
parents:
diff
changeset
|
93 </inputs> |
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 <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
|
96 </outputs> |
93c4b04a0769
"planemo upload for repository https://github.com/galaxyproject/tools-iuc commit f5977355970ef4994957147d2d8a96fe6605e2b4"
iuc
parents:
diff
changeset
|
97 <tests> |
93c4b04a0769
"planemo upload for repository https://github.com/galaxyproject/tools-iuc commit f5977355970ef4994957147d2d8a96fe6605e2b4"
iuc
parents:
diff
changeset
|
98 <test> <!-- test 1 - standard run --> |
93c4b04a0769
"planemo upload for repository https://github.com/galaxyproject/tools-iuc commit f5977355970ef4994957147d2d8a96fe6605e2b4"
iuc
parents:
diff
changeset
|
99 <param name="input" value="reads_region.bam"/> |
93c4b04a0769
"planemo upload for repository https://github.com/galaxyproject/tools-iuc commit f5977355970ef4994957147d2d8a96fe6605e2b4"
iuc
parents:
diff
changeset
|
100 <param name="output_format" value="vcf"/> |
93c4b04a0769
"planemo upload for repository https://github.com/galaxyproject/tools-iuc commit f5977355970ef4994957147d2d8a96fe6605e2b4"
iuc
parents:
diff
changeset
|
101 <output name="output" file="expected_output.vcf" lines_diff="2"/> |
93c4b04a0769
"planemo upload for repository https://github.com/galaxyproject/tools-iuc commit f5977355970ef4994957147d2d8a96fe6605e2b4"
iuc
parents:
diff
changeset
|
102 </test> |
93c4b04a0769
"planemo upload for repository https://github.com/galaxyproject/tools-iuc commit f5977355970ef4994957147d2d8a96fe6605e2b4"
iuc
parents:
diff
changeset
|
103 <test> <!-- test 2 - add reads into report --> |
93c4b04a0769
"planemo upload for repository https://github.com/galaxyproject/tools-iuc commit f5977355970ef4994957147d2d8a96fe6605e2b4"
iuc
parents:
diff
changeset
|
104 <param name="input" value="reads_region.bam"/> |
93c4b04a0769
"planemo upload for repository https://github.com/galaxyproject/tools-iuc commit f5977355970ef4994957147d2d8a96fe6605e2b4"
iuc
parents:
diff
changeset
|
105 <param name="output_format" value="vcf"/> |
93c4b04a0769
"planemo upload for repository https://github.com/galaxyproject/tools-iuc commit f5977355970ef4994957147d2d8a96fe6605e2b4"
iuc
parents:
diff
changeset
|
106 <param name="num_reads_report" value="-1"/> |
93c4b04a0769
"planemo upload for repository https://github.com/galaxyproject/tools-iuc commit f5977355970ef4994957147d2d8a96fe6605e2b4"
iuc
parents:
diff
changeset
|
107 <output name="output" file="expected_output2.vcf" lines_diff="2"/> |
93c4b04a0769
"planemo upload for repository https://github.com/galaxyproject/tools-iuc commit f5977355970ef4994957147d2d8a96fe6605e2b4"
iuc
parents:
diff
changeset
|
108 </test> |
93c4b04a0769
"planemo upload for repository https://github.com/galaxyproject/tools-iuc commit f5977355970ef4994957147d2d8a96fe6605e2b4"
iuc
parents:
diff
changeset
|
109 <test> <!-- test 3 - use cs_string --> |
93c4b04a0769
"planemo upload for repository https://github.com/galaxyproject/tools-iuc commit f5977355970ef4994957147d2d8a96fe6605e2b4"
iuc
parents:
diff
changeset
|
110 <param name="input" value="reads_region.bam"/> |
93c4b04a0769
"planemo upload for repository https://github.com/galaxyproject/tools-iuc commit f5977355970ef4994957147d2d8a96fe6605e2b4"
iuc
parents:
diff
changeset
|
111 <param name="output_format" value="vcf"/> |
93c4b04a0769
"planemo upload for repository https://github.com/galaxyproject/tools-iuc commit f5977355970ef4994957147d2d8a96fe6605e2b4"
iuc
parents:
diff
changeset
|
112 <param name="cs_string" value="true"/> |
93c4b04a0769
"planemo upload for repository https://github.com/galaxyproject/tools-iuc commit f5977355970ef4994957147d2d8a96fe6605e2b4"
iuc
parents:
diff
changeset
|
113 <output name="output" file="expected_outcome3.vcf" lines_diff="2"/> |
93c4b04a0769
"planemo upload for repository https://github.com/galaxyproject/tools-iuc commit f5977355970ef4994957147d2d8a96fe6605e2b4"
iuc
parents:
diff
changeset
|
114 </test> |
93c4b04a0769
"planemo upload for repository https://github.com/galaxyproject/tools-iuc commit f5977355970ef4994957147d2d8a96fe6605e2b4"
iuc
parents:
diff
changeset
|
115 <test> <!-- test 4 - clustering --> |
93c4b04a0769
"planemo upload for repository https://github.com/galaxyproject/tools-iuc commit f5977355970ef4994957147d2d8a96fe6605e2b4"
iuc
parents:
diff
changeset
|
116 <param name="input" value="reads_region.bam"/> |
93c4b04a0769
"planemo upload for repository https://github.com/galaxyproject/tools-iuc commit f5977355970ef4994957147d2d8a96fe6605e2b4"
iuc
parents:
diff
changeset
|
117 <param name="output_format" value="vcf"/> |
93c4b04a0769
"planemo upload for repository https://github.com/galaxyproject/tools-iuc commit f5977355970ef4994957147d2d8a96fe6605e2b4"
iuc
parents:
diff
changeset
|
118 <param name="cluster" value="True"/> |
93c4b04a0769
"planemo upload for repository https://github.com/galaxyproject/tools-iuc commit f5977355970ef4994957147d2d8a96fe6605e2b4"
iuc
parents:
diff
changeset
|
119 <output name="output" file="expected_outcome4.vcf" lines_diff="2"/> |
93c4b04a0769
"planemo upload for repository https://github.com/galaxyproject/tools-iuc commit f5977355970ef4994957147d2d8a96fe6605e2b4"
iuc
parents:
diff
changeset
|
120 </test> |
93c4b04a0769
"planemo upload for repository https://github.com/galaxyproject/tools-iuc commit f5977355970ef4994957147d2d8a96fe6605e2b4"
iuc
parents:
diff
changeset
|
121 <test> <!-- test 5 - Advanced - Report BND --> |
93c4b04a0769
"planemo upload for repository https://github.com/galaxyproject/tools-iuc commit f5977355970ef4994957147d2d8a96fe6605e2b4"
iuc
parents:
diff
changeset
|
122 <param name="input" value="reads_region.bam"/> |
93c4b04a0769
"planemo upload for repository https://github.com/galaxyproject/tools-iuc commit f5977355970ef4994957147d2d8a96fe6605e2b4"
iuc
parents:
diff
changeset
|
123 <param name="output_format" value="vcf"/> |
93c4b04a0769
"planemo upload for repository https://github.com/galaxyproject/tools-iuc commit f5977355970ef4994957147d2d8a96fe6605e2b4"
iuc
parents:
diff
changeset
|
124 <param name="report_BND" value="True"/> |
93c4b04a0769
"planemo upload for repository https://github.com/galaxyproject/tools-iuc commit f5977355970ef4994957147d2d8a96fe6605e2b4"
iuc
parents:
diff
changeset
|
125 <output name="output" file="expected_outcome5.vcf" lines_diff="2"/> |
93c4b04a0769
"planemo upload for repository https://github.com/galaxyproject/tools-iuc commit f5977355970ef4994957147d2d8a96fe6605e2b4"
iuc
parents:
diff
changeset
|
126 </test> |
93c4b04a0769
"planemo upload for repository https://github.com/galaxyproject/tools-iuc commit f5977355970ef4994957147d2d8a96fe6605e2b4"
iuc
parents:
diff
changeset
|
127 <test> <!-- test 6 - Parameter Estimation - skip --> |
93c4b04a0769
"planemo upload for repository https://github.com/galaxyproject/tools-iuc commit f5977355970ef4994957147d2d8a96fe6605e2b4"
iuc
parents:
diff
changeset
|
128 <param name="input" value="reads_region.bam"/> |
93c4b04a0769
"planemo upload for repository https://github.com/galaxyproject/tools-iuc commit f5977355970ef4994957147d2d8a96fe6605e2b4"
iuc
parents:
diff
changeset
|
129 <param name="output_format" value="vcf"/> |
93c4b04a0769
"planemo upload for repository https://github.com/galaxyproject/tools-iuc commit f5977355970ef4994957147d2d8a96fe6605e2b4"
iuc
parents:
diff
changeset
|
130 <param name="skip_parameter_estimation" value="True"/> |
93c4b04a0769
"planemo upload for repository https://github.com/galaxyproject/tools-iuc commit f5977355970ef4994957147d2d8a96fe6605e2b4"
iuc
parents:
diff
changeset
|
131 <output name="output" file="expected_outcome6.vcf" lines_diff="2"/> |
93c4b04a0769
"planemo upload for repository https://github.com/galaxyproject/tools-iuc commit f5977355970ef4994957147d2d8a96fe6605e2b4"
iuc
parents:
diff
changeset
|
132 </test> |
93c4b04a0769
"planemo upload for repository https://github.com/galaxyproject/tools-iuc commit f5977355970ef4994957147d2d8a96fe6605e2b4"
iuc
parents:
diff
changeset
|
133 </tests> |
93c4b04a0769
"planemo upload for repository https://github.com/galaxyproject/tools-iuc commit f5977355970ef4994957147d2d8a96fe6605e2b4"
iuc
parents:
diff
changeset
|
134 <help> |
93c4b04a0769
"planemo upload for repository https://github.com/galaxyproject/tools-iuc commit f5977355970ef4994957147d2d8a96fe6605e2b4"
iuc
parents:
diff
changeset
|
135 <![CDATA[ |
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 Sniffles |
93c4b04a0769
"planemo upload for repository https://github.com/galaxyproject/tools-iuc commit f5977355970ef4994957147d2d8a96fe6605e2b4"
iuc
parents:
diff
changeset
|
138 ######## |
93c4b04a0769
"planemo upload for repository https://github.com/galaxyproject/tools-iuc commit f5977355970ef4994957147d2d8a96fe6605e2b4"
iuc
parents:
diff
changeset
|
139 |
93c4b04a0769
"planemo upload for repository https://github.com/galaxyproject/tools-iuc commit f5977355970ef4994957147d2d8a96fe6605e2b4"
iuc
parents:
diff
changeset
|
140 What is Sniffles? |
93c4b04a0769
"planemo upload for repository https://github.com/galaxyproject/tools-iuc commit f5977355970ef4994957147d2d8a96fe6605e2b4"
iuc
parents:
diff
changeset
|
141 ***************** |
93c4b04a0769
"planemo upload for repository https://github.com/galaxyproject/tools-iuc commit f5977355970ef4994957147d2d8a96fe6605e2b4"
iuc
parents:
diff
changeset
|
142 Sniffles is a SV caller for long reads. It is mainly designed for PacBio reads, but also works on Oxford Nanopore reads. SV are larger events on the genome (e.g. deletions, duplications, insertions, inversions and translocations). Sniffles can detect all of these type and more such as nested SVs (e.g. inversion flanked by deletions or an inverted duplication). Furthermore, Sniffles incorporates multiple auto tuning functions to determine data set depending parameter to reduce the overall risk of falsely infer SVs. |
93c4b04a0769
"planemo upload for repository https://github.com/galaxyproject/tools-iuc commit f5977355970ef4994957147d2d8a96fe6605e2b4"
iuc
parents:
diff
changeset
|
143 |
93c4b04a0769
"planemo upload for repository https://github.com/galaxyproject/tools-iuc commit f5977355970ef4994957147d2d8a96fe6605e2b4"
iuc
parents:
diff
changeset
|
144 Quick Start |
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 |
93c4b04a0769
"planemo upload for repository https://github.com/galaxyproject/tools-iuc commit f5977355970ef4994957147d2d8a96fe6605e2b4"
iuc
parents:
diff
changeset
|
147 Make sure you have a sorted bam file either from ngmlr or from bwa. For the later make sure you have used -M parameter for mapping to mark which alignments are primary and which are secondary! Note you have to adjust the parameters for low coverage cases. |
93c4b04a0769
"planemo upload for repository https://github.com/galaxyproject/tools-iuc commit f5977355970ef4994957147d2d8a96fe6605e2b4"
iuc
parents:
diff
changeset
|
148 |
93c4b04a0769
"planemo upload for repository https://github.com/galaxyproject/tools-iuc commit f5977355970ef4994957147d2d8a96fe6605e2b4"
iuc
parents:
diff
changeset
|
149 Parameters |
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 |
93c4b04a0769
"planemo upload for repository https://github.com/galaxyproject/tools-iuc commit f5977355970ef4994957147d2d8a96fe6605e2b4"
iuc
parents:
diff
changeset
|
152 General |
93c4b04a0769
"planemo upload for repository https://github.com/galaxyproject/tools-iuc commit f5977355970ef4994957147d2d8a96fe6605e2b4"
iuc
parents:
diff
changeset
|
153 ------- |
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 +---------------------------+-----------------------------------------------------------------------+ |
93c4b04a0769
"planemo upload for repository https://github.com/galaxyproject/tools-iuc commit f5977355970ef4994957147d2d8a96fe6605e2b4"
iuc
parents:
diff
changeset
|
156 | Parameter | Description | |
93c4b04a0769
"planemo upload for repository https://github.com/galaxyproject/tools-iuc commit f5977355970ef4994957147d2d8a96fe6605e2b4"
iuc
parents:
diff
changeset
|
157 +===========================+=======================================================================+ |
93c4b04a0769
"planemo upload for repository https://github.com/galaxyproject/tools-iuc commit f5977355970ef4994957147d2d8a96fe6605e2b4"
iuc
parents:
diff
changeset
|
158 | Minimum Support | Minimum number of reads that support a SV to be reported. Default: 10 | |
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 | Maximum Number of Splits | Maximum number of split segments a read is aligned at before it is | |
93c4b04a0769
"planemo upload for repository https://github.com/galaxyproject/tools-iuc commit f5977355970ef4994957147d2d8a96fe6605e2b4"
iuc
parents:
diff
changeset
|
161 | | ignored. Default: 7 | |
93c4b04a0769
"planemo upload for repository https://github.com/galaxyproject/tools-iuc commit f5977355970ef4994957147d2d8a96fe6605e2b4"
iuc
parents:
diff
changeset
|
162 +---------------------------+-----------------------------------------------------------------------+ |
93c4b04a0769
"planemo upload for repository https://github.com/galaxyproject/tools-iuc commit f5977355970ef4994957147d2d8a96fe6605e2b4"
iuc
parents:
diff
changeset
|
163 | Maximum Distance | Maximum distance to group SV together. Sniffles estimates this | |
93c4b04a0769
"planemo upload for repository https://github.com/galaxyproject/tools-iuc commit f5977355970ef4994957147d2d8a96fe6605e2b4"
iuc
parents:
diff
changeset
|
164 | | parameter during runtime to group together SVs reported by different | |
93c4b04a0769
"planemo upload for repository https://github.com/galaxyproject/tools-iuc commit f5977355970ef4994957147d2d8a96fe6605e2b4"
iuc
parents:
diff
changeset
|
165 | | reads. Default: 1kb | |
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 | Minimum Length | Minimum length of SV to be reported. Default: 30bp | |
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 | 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
|
170 | | Default: 20 | |
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 | Number of Reads to Report | Number of read names to be reported that support the SV in the vcf | |
93c4b04a0769
"planemo upload for repository https://github.com/galaxyproject/tools-iuc commit f5977355970ef4994957147d2d8a96fe6605e2b4"
iuc
parents:
diff
changeset
|
173 | | file. Default: 0 | |
93c4b04a0769
"planemo upload for repository https://github.com/galaxyproject/tools-iuc commit f5977355970ef4994957147d2d8a96fe6605e2b4"
iuc
parents:
diff
changeset
|
174 +---------------------------+-----------------------------------------------------------------------+ |
93c4b04a0769
"planemo upload for repository https://github.com/galaxyproject/tools-iuc commit f5977355970ef4994957147d2d8a96fe6605e2b4"
iuc
parents:
diff
changeset
|
175 | Minimum Seq Size | Discard read if none of its segment is larger then this. Default: 2kb | |
93c4b04a0769
"planemo upload for repository https://github.com/galaxyproject/tools-iuc commit f5977355970ef4994957147d2d8a96fe6605e2b4"
iuc
parents:
diff
changeset
|
176 +---------------------------+-----------------------------------------------------------------------+ |
93c4b04a0769
"planemo upload for repository https://github.com/galaxyproject/tools-iuc commit f5977355970ef4994957147d2d8a96fe6605e2b4"
iuc
parents:
diff
changeset
|
177 | Minimum ZMW | Discard SV that are not supported by at least x zmws. This applies | |
93c4b04a0769
"planemo upload for repository https://github.com/galaxyproject/tools-iuc commit f5977355970ef4994957147d2d8a96fe6605e2b4"
iuc
parents:
diff
changeset
|
178 | | only for PacBio recognizable reads. Default: 0 | |
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 | Enable CS String | Enables the scan of CS string instead of Cigar and MD. Default: False| |
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 |
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 |
93c4b04a0769
"planemo upload for repository https://github.com/galaxyproject/tools-iuc commit f5977355970ef4994957147d2d8a96fe6605e2b4"
iuc
parents:
diff
changeset
|
185 Clustering Options |
93c4b04a0769
"planemo upload for repository https://github.com/galaxyproject/tools-iuc commit f5977355970ef4994957147d2d8a96fe6605e2b4"
iuc
parents:
diff
changeset
|
186 ------------------ |
93c4b04a0769
"planemo upload for repository https://github.com/galaxyproject/tools-iuc commit f5977355970ef4994957147d2d8a96fe6605e2b4"
iuc
parents:
diff
changeset
|
187 |
93c4b04a0769
"planemo upload for repository https://github.com/galaxyproject/tools-iuc commit f5977355970ef4994957147d2d8a96fe6605e2b4"
iuc
parents:
diff
changeset
|
188 +----------------------------------------+-----------------------------------------------------------------------+ |
93c4b04a0769
"planemo upload for repository https://github.com/galaxyproject/tools-iuc commit f5977355970ef4994957147d2d8a96fe6605e2b4"
iuc
parents:
diff
changeset
|
189 | Parameter | Description | |
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 | Cluster | Performs read based phasing to mark SVs that occur together. | |
93c4b04a0769
"planemo upload for repository https://github.com/galaxyproject/tools-iuc commit f5977355970ef4994957147d2d8a96fe6605e2b4"
iuc
parents:
diff
changeset
|
192 +----------------------------------------+-----------------------------------------------------------------------+ |
93c4b04a0769
"planemo upload for repository https://github.com/galaxyproject/tools-iuc commit f5977355970ef4994957147d2d8a96fe6605e2b4"
iuc
parents:
diff
changeset
|
193 | Cluster Support | Minimum number of reads supporting clustering of SV. Default: 1 | |
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 | Allele Frequency Threshold | Filters the SV calls based on the allele frequency. Default: 0.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 | Minimum Homogenous Allele Frequency | Minimum homogeneous threshold on allele frequency. Default: 0.8 | |
93c4b04a0769
"planemo upload for repository https://github.com/galaxyproject/tools-iuc commit f5977355970ef4994957147d2d8a96fe6605e2b4"
iuc
parents:
diff
changeset
|
198 +----------------------------------------+-----------------------------------------------------------------------+ |
93c4b04a0769
"planemo upload for repository https://github.com/galaxyproject/tools-iuc commit f5977355970ef4994957147d2d8a96fe6605e2b4"
iuc
parents:
diff
changeset
|
199 | Minimum Heterogeneous Allele Frequency | Minimum heterogeneous threshold on allele frequency. Default: 0.3 | |
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 |
93c4b04a0769
"planemo upload for repository https://github.com/galaxyproject/tools-iuc commit f5977355970ef4994957147d2d8a96fe6605e2b4"
iuc
parents:
diff
changeset
|
202 | |
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 Advanced Options |
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 |
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 | Parameter | Description | |
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 | Report BND | Reports the inversions and translocations as BND events. Default: False| |
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 | Don't Report Seq | Don't report sequences for indels in vcf output. (Beta version!) | |
93c4b04a0769
"planemo upload for repository https://github.com/galaxyproject/tools-iuc commit f5977355970ef4994957147d2d8a96fe6605e2b4"
iuc
parents:
diff
changeset
|
213 | | Default: False | |
93c4b04a0769
"planemo upload for repository https://github.com/galaxyproject/tools-iuc commit f5977355970ef4994957147d2d8a96fe6605e2b4"
iuc
parents:
diff
changeset
|
214 +----------------------------------------+------------------------------------------------------------------------+ |
93c4b04a0769
"planemo upload for repository https://github.com/galaxyproject/tools-iuc commit f5977355970ef4994957147d2d8a96fe6605e2b4"
iuc
parents:
diff
changeset
|
215 | Ignore sd | Ignores the sd based filtering. Default: False | |
93c4b04a0769
"planemo upload for repository https://github.com/galaxyproject/tools-iuc commit f5977355970ef4994957147d2d8a96fe6605e2b4"
iuc
parents:
diff
changeset
|
216 +----------------------------------------+------------------------------------------------------------------------+ |
93c4b04a0769
"planemo upload for repository https://github.com/galaxyproject/tools-iuc commit f5977355970ef4994957147d2d8a96fe6605e2b4"
iuc
parents:
diff
changeset
|
217 | CCS Reads | Preset CCS Pacbio setting. (Beta) Default: False | |
93c4b04a0769
"planemo upload for repository https://github.com/galaxyproject/tools-iuc commit f5977355970ef4994957147d2d8a96fe6605e2b4"
iuc
parents:
diff
changeset
|
218 +----------------------------------------+------------------------------------------------------------------------+ |
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 | |
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 Parameter Estimation Options |
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 |
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 | Parameter | Description | |
93c4b04a0769
"planemo upload for repository https://github.com/galaxyproject/tools-iuc commit f5977355970ef4994957147d2d8a96fe6605e2b4"
iuc
parents:
diff
changeset
|
227 +========================================+========================================================================+ |
93c4b04a0769
"planemo upload for repository https://github.com/galaxyproject/tools-iuc commit f5977355970ef4994957147d2d8a96fe6605e2b4"
iuc
parents:
diff
changeset
|
228 | Skip Parameter Estimation | Enables the scan if only very few reads are present. Default: False | |
93c4b04a0769
"planemo upload for repository https://github.com/galaxyproject/tools-iuc commit f5977355970ef4994957147d2d8a96fe6605e2b4"
iuc
parents:
diff
changeset
|
229 +----------------------------------------+------------------------------------------------------------------------+ |
93c4b04a0769
"planemo upload for repository https://github.com/galaxyproject/tools-iuc commit f5977355970ef4994957147d2d8a96fe6605e2b4"
iuc
parents:
diff
changeset
|
230 | Estimated Deletion Ratio | Estimated ratio of deletions per read. Default: 0.0458369 | |
93c4b04a0769
"planemo upload for repository https://github.com/galaxyproject/tools-iuc commit f5977355970ef4994957147d2d8a96fe6605e2b4"
iuc
parents:
diff
changeset
|
231 +----------------------------------------+------------------------------------------------------------------------+ |
93c4b04a0769
"planemo upload for repository https://github.com/galaxyproject/tools-iuc commit f5977355970ef4994957147d2d8a96fe6605e2b4"
iuc
parents:
diff
changeset
|
232 | Estimated Insertion Ratio | Estimated ratio of insertions per read. Default: 0.049379 | |
93c4b04a0769
"planemo upload for repository https://github.com/galaxyproject/tools-iuc commit f5977355970ef4994957147d2d8a96fe6605e2b4"
iuc
parents:
diff
changeset
|
233 +----------------------------------------+------------------------------------------------------------------------+ |
93c4b04a0769
"planemo upload for repository https://github.com/galaxyproject/tools-iuc commit f5977355970ef4994957147d2d8a96fe6605e2b4"
iuc
parents:
diff
changeset
|
234 | Maximum Differences Per Window | Maximum differences per 100bp. Default: 50 | |
93c4b04a0769
"planemo upload for repository https://github.com/galaxyproject/tools-iuc commit f5977355970ef4994957147d2d8a96fe6605e2b4"
iuc
parents:
diff
changeset
|
235 +----------------------------------------+------------------------------------------------------------------------+ |
93c4b04a0769
"planemo upload for repository https://github.com/galaxyproject/tools-iuc commit f5977355970ef4994957147d2d8a96fe6605e2b4"
iuc
parents:
diff
changeset
|
236 | Maximum Distance Between Alignment | Maximum distance between alignment (indel) events. Default: 4 | |
93c4b04a0769
"planemo upload for repository https://github.com/galaxyproject/tools-iuc commit f5977355970ef4994957147d2d8a96fe6605e2b4"
iuc
parents:
diff
changeset
|
237 | Events | | |
93c4b04a0769
"planemo upload for repository https://github.com/galaxyproject/tools-iuc commit f5977355970ef4994957147d2d8a96fe6605e2b4"
iuc
parents:
diff
changeset
|
238 +----------------------------------------+------------------------------------------------------------------------+ |
93c4b04a0769
"planemo upload for repository https://github.com/galaxyproject/tools-iuc commit f5977355970ef4994957147d2d8a96fe6605e2b4"
iuc
parents:
diff
changeset
|
239 |
93c4b04a0769
"planemo upload for repository https://github.com/galaxyproject/tools-iuc commit f5977355970ef4994957147d2d8a96fe6605e2b4"
iuc
parents:
diff
changeset
|
240 | |
93c4b04a0769
"planemo upload for repository https://github.com/galaxyproject/tools-iuc commit f5977355970ef4994957147d2d8a96fe6605e2b4"
iuc
parents:
diff
changeset
|
241 |
93c4b04a0769
"planemo upload for repository https://github.com/galaxyproject/tools-iuc commit f5977355970ef4994957147d2d8a96fe6605e2b4"
iuc
parents:
diff
changeset
|
242 Output |
93c4b04a0769
"planemo upload for repository https://github.com/galaxyproject/tools-iuc commit f5977355970ef4994957147d2d8a96fe6605e2b4"
iuc
parents:
diff
changeset
|
243 ****** |
93c4b04a0769
"planemo upload for repository https://github.com/galaxyproject/tools-iuc commit f5977355970ef4994957147d2d8a96fe6605e2b4"
iuc
parents:
diff
changeset
|
244 |
93c4b04a0769
"planemo upload for repository https://github.com/galaxyproject/tools-iuc commit f5977355970ef4994957147d2d8a96fe6605e2b4"
iuc
parents:
diff
changeset
|
245 VCF Info field description |
93c4b04a0769
"planemo upload for repository https://github.com/galaxyproject/tools-iuc commit f5977355970ef4994957147d2d8a96fe6605e2b4"
iuc
parents:
diff
changeset
|
246 | |
93c4b04a0769
"planemo upload for repository https://github.com/galaxyproject/tools-iuc commit f5977355970ef4994957147d2d8a96fe6605e2b4"
iuc
parents:
diff
changeset
|
247 Sniffles report multiple information in the Info field. The entries are delimited by: |
93c4b04a0769
"planemo upload for repository https://github.com/galaxyproject/tools-iuc commit f5977355970ef4994957147d2d8a96fe6605e2b4"
iuc
parents:
diff
changeset
|
248 | |
93c4b04a0769
"planemo upload for repository https://github.com/galaxyproject/tools-iuc commit f5977355970ef4994957147d2d8a96fe6605e2b4"
iuc
parents:
diff
changeset
|
249 +-------------------+------------------------------------------------------------------------------------------------------+ |
93c4b04a0769
"planemo upload for repository https://github.com/galaxyproject/tools-iuc commit f5977355970ef4994957147d2d8a96fe6605e2b4"
iuc
parents:
diff
changeset
|
250 | 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
|
251 +-------------------+------------------------------------------------------------------------------------------------------+ |
93c4b04a0769
"planemo upload for repository https://github.com/galaxyproject/tools-iuc commit f5977355970ef4994957147d2d8a96fe6605e2b4"
iuc
parents:
diff
changeset
|
252 | 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
|
253 +-------------------+------------------------------------------------------------------------------------------------------+ |
93c4b04a0769
"planemo upload for repository https://github.com/galaxyproject/tools-iuc commit f5977355970ef4994957147d2d8a96fe6605e2b4"
iuc
parents:
diff
changeset
|
254 | 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
|
255 +-------------------+------------------------------------------------------------------------------------------------------+ |
93c4b04a0769
"planemo upload for repository https://github.com/galaxyproject/tools-iuc commit f5977355970ef4994957147d2d8a96fe6605e2b4"
iuc
parents:
diff
changeset
|
256 | 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
|
257 +-------------------+------------------------------------------------------------------------------------------------------+ |
93c4b04a0769
"planemo upload for repository https://github.com/galaxyproject/tools-iuc commit f5977355970ef4994957147d2d8a96fe6605e2b4"
iuc
parents:
diff
changeset
|
258 | 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
|
259 +-------------------+------------------------------------------------------------------------------------------------------+ |
93c4b04a0769
"planemo upload for repository https://github.com/galaxyproject/tools-iuc commit f5977355970ef4994957147d2d8a96fe6605e2b4"
iuc
parents:
diff
changeset
|
260 | 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
|
261 +-------------------+------------------------------------------------------------------------------------------------------+ |
93c4b04a0769
"planemo upload for repository https://github.com/galaxyproject/tools-iuc commit f5977355970ef4994957147d2d8a96fe6605e2b4"
iuc
parents:
diff
changeset
|
262 | 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
|
263 +-------------------+------------------------------------------------------------------------------------------------------+ |
93c4b04a0769
"planemo upload for repository https://github.com/galaxyproject/tools-iuc commit f5977355970ef4994957147d2d8a96fe6605e2b4"
iuc
parents:
diff
changeset
|
264 | 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
|
265 +-------------------+------------------------------------------------------------------------------------------------------+ |
93c4b04a0769
"planemo upload for repository https://github.com/galaxyproject/tools-iuc commit f5977355970ef4994957147d2d8a96fe6605e2b4"
iuc
parents:
diff
changeset
|
266 | 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
|
267 +-------------------+------------------------------------------------------------------------------------------------------+ |
93c4b04a0769
"planemo upload for repository https://github.com/galaxyproject/tools-iuc commit f5977355970ef4994957147d2d8a96fe6605e2b4"
iuc
parents:
diff
changeset
|
268 | SVLEN= | Indicates the length of SVs. | |
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 | STRANDS= | Strand information at both breakpoints. | |
93c4b04a0769
"planemo upload for repository https://github.com/galaxyproject/tools-iuc commit f5977355970ef4994957147d2d8a96fe6605e2b4"
iuc
parents:
diff
changeset
|
271 +-------------------+------------------------------------------------------------------------------------------------------+ |
93c4b04a0769
"planemo upload for repository https://github.com/galaxyproject/tools-iuc commit f5977355970ef4994957147d2d8a96fe6605e2b4"
iuc
parents:
diff
changeset
|
272 | 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
|
273 +-------------------+------------------------------------------------------------------------------------------------------+ |
93c4b04a0769
"planemo upload for repository https://github.com/galaxyproject/tools-iuc commit f5977355970ef4994957147d2d8a96fe6605e2b4"
iuc
parents:
diff
changeset
|
274 | RE= | Number of reads supporting the variance. | |
93c4b04a0769
"planemo upload for repository https://github.com/galaxyproject/tools-iuc commit f5977355970ef4994957147d2d8a96fe6605e2b4"
iuc
parents:
diff
changeset
|
275 +-------------------+------------------------------------------------------------------------------------------------------+ |
93c4b04a0769
"planemo upload for repository https://github.com/galaxyproject/tools-iuc commit f5977355970ef4994957147d2d8a96fe6605e2b4"
iuc
parents:
diff
changeset
|
276 | 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
|
277 +-------------------+------------------------------------------------------------------------------------------------------+ |
93c4b04a0769
"planemo upload for repository https://github.com/galaxyproject/tools-iuc commit f5977355970ef4994957147d2d8a96fe6605e2b4"
iuc
parents:
diff
changeset
|
278 | |
93c4b04a0769
"planemo upload for repository https://github.com/galaxyproject/tools-iuc commit f5977355970ef4994957147d2d8a96fe6605e2b4"
iuc
parents:
diff
changeset
|
279 Source: https://github.com/fritzsedlazeck/Sniffles/wiki |
93c4b04a0769
"planemo upload for repository https://github.com/galaxyproject/tools-iuc commit f5977355970ef4994957147d2d8a96fe6605e2b4"
iuc
parents:
diff
changeset
|
280 ]]> |
93c4b04a0769
"planemo upload for repository https://github.com/galaxyproject/tools-iuc commit f5977355970ef4994957147d2d8a96fe6605e2b4"
iuc
parents:
diff
changeset
|
281 </help> |
93c4b04a0769
"planemo upload for repository https://github.com/galaxyproject/tools-iuc commit f5977355970ef4994957147d2d8a96fe6605e2b4"
iuc
parents:
diff
changeset
|
282 <citations> |
93c4b04a0769
"planemo upload for repository https://github.com/galaxyproject/tools-iuc commit f5977355970ef4994957147d2d8a96fe6605e2b4"
iuc
parents:
diff
changeset
|
283 <citation type="doi">10.1038/s41592-018-0001-7</citation> |
93c4b04a0769
"planemo upload for repository https://github.com/galaxyproject/tools-iuc commit f5977355970ef4994957147d2d8a96fe6605e2b4"
iuc
parents:
diff
changeset
|
284 </citations> |
93c4b04a0769
"planemo upload for repository https://github.com/galaxyproject/tools-iuc commit f5977355970ef4994957147d2d8a96fe6605e2b4"
iuc
parents:
diff
changeset
|
285 </tool> |