@calkan @valeu
I run the following commond, config file is copied from the template but chrFile= was commented since I want to provide a control sample.
~/data/biosoft/FREEC/src/freec -conf analysis/temp/freec/config_WGS.txt -sample analysis/mapped/sample1.bam -control analysis/mapped/control1.bam
But it throws an error "Error: with the current options, either 'chrFiles' or 'GCcontentProfile' must be set".
The method will still attempt to normalize for the GC-bias, so please provide chrFile=
Alternatively, you need to set forceGCcontentNormalization parameter to 0.
@calkan @valeu I run the following commond, config file is copied from the template but
chrFile=
was commented since I want to provide a control sample.~/data/biosoft/FREEC/src/freec -conf analysis/temp/freec/config_WGS.txt -sample analysis/mapped/sample1.bam -control analysis/mapped/control1.bam
But it throws an error "Error: with the current options, either 'chrFiles' or 'GCcontentProfile' must be set".
Do you have any suggestions about this?
Thank you.