Purpose
Merges multiple SAM/BAM datasets into one.
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/):
ASSUME_SORTED=Boolean AS=Boolean If true, assume that the input files are in the same sort order as the requested output sort order, even if their headers say otherwise. Default value: false. This option can be set to 'null' to clear the default value. Possible values: {true, false} MERGE_SEQUENCE_DICTIONARIES=Boolean MSD=Boolean Merge the sequence dictionaries Default value: false. This option can be set to 'null' to clear the default value. Possible values: {true, false} COMMENT=String CO=String Comment(s) to include in the merged output file's header. This option may be specified 0 or more times.
Additional information
Additional information about Picard tools is available from Picard web site at http://broadinstitute.github.io/picard/ .