Purpose
Program to chart quality score distributions in a SAM or BAM dataset.
Dataset collections - processing large numbers of datasets at once
This will be added shortly
Inputs, outputs, and parameters
Either a SAM file or a BAM file must be supplied. Galaxy automatically coordinate-sorts all uploaded BAM files.
From Picard documentation( http://broadinstitute.github.io/picard/):
ALIGNED_READS_ONLY=Boolean If set to true, calculate the base distribution over aligned reads only. Default value:
false. Possible values: {true, false}
PF_READS_ONLY=Boolean If set to true calculate the base distribution over PF reads only. Default value: false.
Possible values: {true, false}
INCLUDE_NO_CALLS=Boolean If set to true, include quality for no-call bases in the distribution. Default value:
false. Possible values: {true, false}
ASSUME_SORTED=Boolean
AS=Boolean If true (default), then the sort order in the header file will be ignored. Default: True
Additional information
Additional information about Picard tools is available from Picard web site at http://broadinstitute.github.io/picard/ .