Galaxy | Tool Preview

ReplaceSamHeader (version 3.1.1.0)
If empty, upload or import a SAM/BAM dataset
HEADER; If empty, upload or import a SAM/BAM dataset

Purpose

Replace the SAMFileHeader in a SAM/BAM dataset with the given header. Validation is minimal. It is up to the user to ensure that all the elements referred to in the SAMRecords are present in the new header. Sort order of the two input datasets must be the same.


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/):

HEADER=File                   SAM file from which SAMFileHeader will be read.  Required.

Additional information

Additional information about Picard tools is available from Picard web site at http://broadinstitute.github.io/picard/ .