Purpose
Program to chart the distribution of base qualities by cycle within reads supplied 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. This option can be set to 'null' to clear the default value. 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/ .