deepTools icon indicating copy to clipboard operation
deepTools copied to clipboard

correctGCbias error

Open LavanyaRanganathan95 opened this issue 2 years ago • 1 comments

Hello,

version: deeptools 3.5.4.post1 python version: Python 3.9.16

I am trying to run correctGCbias as a part of a CNV calling pipeline. As mentioned in your manual, I used computeGCbias to generate GC_freq.txt. computeGCBias -b sample.bam --effectiveGenomeSize 2701495761 -l 300 --genome hg38.2bit --GCbiasFrequenciesFile gc_freq.txt --biasPlot gc_sample.svg -v

The output from computeGCbias was as follows: gc_freq.txt

I then used the GC_freq.txt for correctGCbias as follows; correctGCBias -b sample.bam --effectiveGenomeSize 2701495761 --genome hg38.2bit -freq GC_freq.txt -o sample.bg -p 3 -v I have attached the output as a log file here. log_correctGCbias.txt

Do you have any idea as to why I get such an error message?

Looking forward to hearing from you Thanks and regards Lavanya

LavanyaRanganathan95 avatar Nov 23 '23 17:11 LavanyaRanganathan95

Do you really need to run GC bias correction? This generally hasn't been needed in many years and this GC bias tools are deprecated.

dpryan79 avatar Nov 28 '23 13:11 dpryan79

Closing due to inactivity.

WardDeb avatar Mar 27 '24 15:03 WardDeb