Open KamilMaliszArdigen opened 1 year ago
Hi, is it WGS data?
If it is targeted sequencing (e.g. exome-seq), please try removing these two lines from your config:
degree = 1 forceGCcontentNormalization = 1
We have WES data. We will test your suggestion and let you know. Thank you very much for quick reply
Hi Valentina, thank you for your reply. I have modified the config file according to your suggestion but the same error was returned. Do you see any other parameters that we could modify to execute the tool successfully on these samples?
Could you please the complete output into the command line together with the config file? Thank you!
Hi, I am working on the same data as @KamilMaliszArdigen.
Please see the config file: config.txt
and the command output (split by Nextflow into command.log and command.err files): command_log.txt command_err.txt
Hi I'm wondering if there was ever a resolution to this issue, I'm also running with WES data and getting the exact same error. Thank you so much! (using nextflow sarek)
I am not not 100% sure that it was the problem, but I would change mateOrientation = FR to mateOrientation = 0
because FREEC cannot guess the orientation of paired reads from pileups.
But in the previous case the problem was clearly in the target region file. From the log:
..Reading wgs_calling_regions_noseconds.hg38.bed Number of exons analysed in chromosome 1 : 15 Average exon length in chromosome 1 : 1.53658e+07
and so on. How can one target just 15 regions on chr 1 with average length of each region of 15 million bp?
Hi Thank you for this tool we are trying to use to for our dataset and we are getting following error:
Output and error:
config:
Do you see any mistakes in config which can cause this error?