comparison picard_CollectInsertSizeMetrics.xml @ 0:b76a4f17bbbb draft

Uploaded
author devteam
date Thu, 23 Oct 2014 11:31:30 -0400
parents
children
comparison
equal deleted inserted replaced
-1:000000000000 0:b76a4f17bbbb
1 <tool name="CollectInsertSizeMetrics" id="picard_CollectInsertSizeMetrics" version="1.122.0">
2 <description>plots distribution of insert sizes</description>
3 <requirements>
4 <requirement type="package" version="1.122.0">picard</requirement>
5 </requirements>
6
7 <macros>
8 <import>picard_macros.xml</import>
9 </macros>
10
11 <command>
12 @java_options@
13 ##set up input files
14
15 #set $reference_fasta_filename = "localref.fa"
16
17 #if str( $reference_source.reference_source_selector ) == "history":
18 ln -s "${reference_source.ref_file}" "${reference_fasta_filename}" &amp;&amp;
19 #else:
20 #set $reference_fasta_filename = str( $reference_source.ref_file.fields.path )
21 #end if
22
23 java -jar \$JAVA_JAR_PATH/CollectInsertSizeMetrics.jar
24 INPUT="${inputFile}"
25 OUTPUT="${outFile}"
26 HISTOGRAM_FILE="${histFile}"
27 DEVIATIONS="${deviations}"
28
29 #if str( $hist_width ):
30 HISTOGRAM_WIDTH="${hist_width}"
31 #end if
32
33 MINIMUM_PCT="${min_pct}"
34 REFERENCE_SEQUENCE="${reference_fasta_filename}"
35 ASSUME_SORTED="${assume_sorted}"
36 METRIC_ACCUMULATION_LEVEL="${metric_accumulation_level}"
37
38 VALIDATION_STRINGENCY="${validation_stringency}"
39 QUIET=true
40 VERBOSITY=ERROR
41
42 </command>
43 <inputs>
44 <param format="sam,bam" name="inputFile" type="data" label="Select SAM/BAM dataset or dataset collection" help="If empty, upload or import a SAM/BAM dataset."/>
45 <conditional name="reference_source">
46 <param name="reference_source_selector" type="select" label="Load reference genome from">
47 <option value="cached">Local cache</option>
48 <option value="history">History</option>
49 </param>
50 <when value="cached">
51 <param name="ref_file" type="select" label="Using reference genome" help="REFERENCE_SEQUENCE">
52 <options from_data_table="all_fasta">
53 </options>
54 <validator type="no_options" message="A built-in reference genome is not available for the build associated with the selected input file"/>
55 </param>
56 </when>
57 <when value="history">
58 <param name="ref_file" type="data" format="fasta" label="Use the folloing dataset as the reference sequence" help="REFERENCE_SEQUENCE; You can upload a FASTA sequence to the history and use it as reference" />
59 </when>
60 </conditional>
61 <param name="deviations" type="float" value="10.0" label="Generate mean, sd and plots by trimming the data down to MEDIAN + DEVIATIONS*MEDIAN_ABSOLUTE_DEVIATION" help="DEVIATIONS; This option is offered because insert size data typically includes enough anomalous values from chimeras and other artifacts to make the mean and SD grossly misleading regarding the real distribution. default=10.0"/>
62 <param name="hist_width" type="integer" optional="True" label="Explicitly sets the Histogram width, overriding automatic truncation of Histogram tail" help="HISTOGRAM_WIDTH; optional"/>
63 <param name="min_pct" type="float" value="0.05" label="When generating the Histogram, discard any data categories (out of FR, TANDEM, RF) that have fewer than this percentage of overall reads" help="MINIMUM_PCT; (Range: 0 to 1). default=0.05. "/>
64 <param name="assume_sorted" type="boolean" label="Assume the input file is already sorted" checked="true" truevalue="true" falsevalue="false" help="ASSUME_SORTED"/>
65 <param name="metric_accumulation_level" type="select" label="The level(s) at which to accumulate metrics" multiple="true" help="METRIC_ACCUMULATION_LEVEL">
66 <option value="ALL_READS" selected="True">All reads</option>
67 <option value="SAMPLE">Sample</option>
68 <option value="LIBRARY">Library</option>
69 <option value="READ_GROUP">Read group</option>
70 </param>
71
72 <expand macro="VS" />
73
74 </inputs>
75
76 <outputs>
77 <data format="tabular" name="outFile"/>
78 <data format="pdf" name="histFile"/>
79 </outputs>
80
81 <tests>
82 <test>
83 <param name="metric_accumulation_level" value="ALL_READS"/>
84 <param name="deviations" value="10.0" />
85 <param name="hist_width" value="500" />
86 <param name="min_pct" value="0.05" />
87 <param name="assume_sorted" value="true" />
88 <param name="reference_source_selector" value="history" />
89 <param name="ref_file" value="picard_CollectInsertSizeMetrics_ref.fa" />
90 <param name="inputFile" value="picard_CollectInsertSizeMetrics.bam" ftype="bam" />
91 <output name="outFile" file="picard_CollectInsertSizeMetrics_test1.tab" ftype="tabular" lines_diff="4"/>
92 </test>
93 </tests>
94
95 <stdio>
96 <exit_code range="1:" level="fatal"/>
97 </stdio>
98
99 <help>
100
101 .. class:: infomark
102
103 **Purpose**
104
105 Reads a SAM or BAM dataset and writes a file containing metrics about the statistical distribution of insert size (excluding duplicates) and generates a Histogram plot.
106
107 @dataset_collections@
108
109 @description@
110
111
112 DEVIATIONS=Double Generate mean, sd and plots by trimming the data down to MEDIAN +
113 DEVIATIONS*MEDIAN_ABSOLUTE_DEVIATION. This is done because insert size data typically
114 includes enough anomalous values from chimeras and other artifacts to make the mean and
115 sd grossly misleading regarding the real distribution. Default value: 10.0.
116
117 HISTOGRAM_WIDTH=Integer
118 W=Integer Explicitly sets the Histogram width, overriding automatic truncation of Histogram tail.
119 Also, when calculating mean and standard deviation, only bins &lt;= Histogram_WIDTH will be
120 included. Default value: not set.
121
122 MINIMUM_PCT=Float
123 M=Float When generating the Histogram, discard any data categories (out of FR, TANDEM, RF) that
124 have fewer than this percentage of overall reads. (Range: 0 to 1). Default value: 0.05.
125
126 METRIC_ACCUMULATION_LEVEL=MetricAccumulationLevel
127 LEVEL=MetricAccumulationLevel The level(s) at which to accumulate metrics. Possible values: {ALL_READS, SAMPLE,
128 LIBRARY, READ_GROUP} This option may be specified 0 or more times.
129
130 ASSUME_SORTED=Boolean
131 AS=Boolean If true (default), then the sort order in the header file will be ignored. Default
132 value: true. This option can be set to 'null' to clear the default value. Possible
133 values: {true, false}
134
135 @more_info@
136
137 </help>
138 </tool>
139
140