Category

Sam/Bam Manipulation


Usage

java -jar picard.jar LiftOverIntervalList I=input.interval_list O=output.interval_list SD=reference_sequence.dict CHAIN=build.chain


Manual

INPUT (File)    Interval list to be lifted over. Required.
OUTPUT (File)    Where to write lifted-over interval list. Required.
SEQUENCE_DICTIONARY (File)    Sequence dictionary to write into the output interval list. Required.
CHAIN (File)    Chain file that guides LiftOver. Required.
MIN_LIFTOVER_PCT (Double)    Minimum percentage of bases in each input interval that must map to output interval. Default value: 0.95. This option can be set to 'null' to clear the default value.


Share your experience or ask a question