Hi all,
I am trying to use the CalculateHsMetrics of picard tools to calculate my exome coverage the command that I am using is this:
When I add the PER_TARGET_COVERAGE flag, the program doesn't run and just gives me the help. If I remove this flag then the program runs just fine.
Any thoughts on what I might be doing wrong?
Thanks
I am trying to use the CalculateHsMetrics of picard tools to calculate my exome coverage the command that I am using is this:
Code:
java -jar picard-tools-1.86/picard-tools-1.86/CalculateHsMetrics.jar BAIT_INTERVALS=regions.bed TARGET_INTERVALS=regions.bed INPUT=Final.bam OUTPUT=PicardCoverage.txt PER_TARGET_COVERAGE=Picard_PER_TARGET_COVERAGE.txt
Any thoughts on what I might be doing wrong?
Thanks
Comment