Description
Hello Picard Team, @yfarjoun
I was wondering if you got a chance to looks at this issue?
Thank you
Hi everyone, I'm actually working on a project and I'm using Picard for post-alignment processing.
I've a BED.file that describe the genomic regions targeted (CHROMOSOME | START POS | END POS | REGION_NAME ).
So I would like to know if using the same bed.file with Picad BedToIntervals for generating the Target_interval file and bait_interval file is normal or I have to use different file for each one ?
The documentation is not really clear about it and I confused about what to do .
java -jar picard.jar BedToIntervalList
I=input.bed
O=list.interval_list
SD=reference_sequence.dict
==============================
------------command--------------------------
java -jar picard.jar CollectHsMetrics
I=input.bam
O=hs_metrics.txt
R=reference_sequence.fasta
BAIT_INTERVALS=bait.interval_list \ #How do I get this file ?
TARGET_INTERVALS=target.interval_list ##How do I get this file ?