Category

Sam/Bam Manipulation


Usage

java -jar picard.jar MarkIlluminaAdapters INPUT=input.sam METRICS=metrics.txt


Manual

INPUT (File)    Required.
OUTPUT (File)    If output is not specified, just the metrics are generated Default value: null.
METRICS (File)    Histogram showing counts of bases_clipped in how many reads Required.
MIN_MATCH_BASES_SE (Integer)    The minimum number of bases to match over when clipping single-end reads. Default value: 12. This option can be set to 'null' to clear the default value.
MIN_MATCH_BASES_PE (Integer)    The minimum number of bases to match over (per-read) when clipping paired-end reads. Default value: 6. This option can be set to 'null' to clear the default value.
MAX_ERROR_RATE_SE (Double)    The maximum mismatch error rate to tolerate when clipping single-end reads. Default value: 0.1. This option can be set to 'null' to clear the default value.
MAX_ERROR_RATE_PE (Double)    The maximum mismatch error rate to tolerate when clipping paired-end reads. Default value: 0.1. This option can be set to 'null' to clear the default value.
PAIRED_RUN (Boolean)    DEPRECATED. Whether this is a paired-end run. No longer used. Default value: null. Possible values: {true, false}
ADAPTERS (IlluminaAdapterPair)    Which adapters sequences to attempt to identify and clip. Default value: [INDEXED, DUAL_INDEXED, PAIRED_END]. This option can be set to 'null' to clear the default value. Possible values: {PAIRED_END, INDEXED, SINGLE_END, NEXTERA_V1, NEXTERA_V2, DUAL_INDEXED, FLUIDIGM, TRUSEQ_SMALLRNA, ALTERNATIVE_SINGLE_END} This option may be specified 0 or more times. This option can be set to 'null' to clear the default list.
FIVE_PRIME_ADAPTER (String)    For specifying adapters other than standard Illumina Default value: null.
THREE_PRIME_ADAPTER (String)    For specifying adapters other than standard Illumina Default value: null.
ADAPTER_TRUNCATION_LENGTH (Integer)    Adapters are truncated to this length to speed adapter matching. Set to a large number to effectively disable truncation. Default value: 30. This option can be set to 'null' to clear the default value.
PRUNE_ADAPTER_LIST_AFTER_THIS_MANY_ADAPTERS_SEEN (Integer)    If looking for multiple adapter sequences, then after having seen this many adapters, shorten the list of sequences. Keep the adapters that were found most frequently in the input so far. Set to -1 if the input has a heterogeneous mix of adapters so shortening is undesirable. Default value: 100. This option can be set to 'null' to clear the default value.
NUM_ADAPTERS_TO_KEEP (Integer)    If pruning the adapter list, keep only this many adapter sequences when pruning the list (plus any adapters that were tied with the adapters being kept). Default value: 1. This option can be set to 'null' to clear the default value.


Share your experience or ask a question