Category

Sam/Bam Manipulation


Usage

java -jar picard.jar PositionBasedDownsampleSam


Manual

INPUT (File)    The input SAM or BAM file to downsample. Required.
OUTPUT (File)    The output, downsampled, SAM or BAM file to write. Required.
FRACTION (Double)    The (approximate) fraction of reads to be kept, between 0 and 1. Required.
STOP_AFTER (Long)    Stop after processing N reads, mainly for debugging. Default value: null.
ALLOW_MULTIPLE_DOWNSAMPLING_DESPITE_WARNINGS (Boolean)    Allow Downsampling again despite this being a bad idea with possibly unexpected results. Default value: false. This option can be set to 'null' to clear the default value. Possible values: {true, false}
REMOVE_DUPLICATE_INFORMATION (Boolean)    Determines whether the duplicate tag should be reset since the downsampling requires re-marking duplicates. Default value: true. This option can be set to 'null' to clear the default value. Possible values: {true, false}


Share your experience or ask a question