how to set metrics file when using MarkDuplicates in Picard
1
1
Entering edit mode
5.5 years ago
Yingzi Zhang ▴ 90

Dear all,

I tried to use Picard MarkDuplicates to mark duplicates. I found METRICS_FILE need to be set. However, I know nothing about the "metrics"about my data. All I know is its mapping rate, etc. What should I look into and how should I set the matrics file please? Thank you.

Yingzi

software error genome picard • 3.2k views
ADD COMMENT
3
Entering edit mode
5.5 years ago
Paul ★ 1.5k

Hi, my syntax looks like:

picard -Xmx"$memory"g -Djava.io.tmpdir=$PWD/tmp -XX:ParallelGCThreads=$cpu MarkDuplicates I= ${p%.bam}.bam O= ${p%.bam}_rmdp.bam METRICS_FILE= ${p%.bam}_rmdp.txt CREATE_INDEX=true USE_JDK_DEFLATER=true USE_JDK_INFLATER=true

Metrics should give you an statistics about PCR duplicates.

ADD COMMENT
2
Entering edit mode

Yes. I found that the Matrics is not an input file but an output file. Thank you!

ADD REPLY

Login before adding your answer.

Traffic: 1903 users visited in the last hour
Help About
FAQ
Access RSS
API
Stats

Use of this site constitutes acceptance of our User Agreement and Privacy Policy.

Powered by the version 2.3.6