Open Matheo-Lode opened 1 year ago
hey, did you solve this issue?
Hello, unfortunately not, I ran out of ideas on how to solve this. I am willing to try out any solution !
For me the issue was some missing contig in the list of fasta files, I used the first 2 columns of samtools faidx
output to make the chromosome length file , before splitting the ref fasta by chromosome, that solved the issue. Also I removed any other file from the folder I had my .fa files
I am seeing a similar issue using v11.6 from bioconda and GRCh38 genome. I suspect the chromosome names are changed somewhere. In my case, the error is "Unable to open fasta file for chr 1_KI270762v1_alt in folder". However, the contig is named "chr1_KI270762v1_alt" in the original fasta file (note the underscore between 'chr' and '1'. Moreover, the contig is renamed in the .cpn file to "1_KI270762v1_alt". So it could be a wrong assumption about chromosome naming in the freeec.
Hello,
I am using your tool to estimate CNVs in my data, both Whole exome (WES) and Whole Genome (WGS) from the same sample of the same species. My WES samples worked just fine, but I am having the same error over and over again for the WGS data.
tail of the log :
Working with mm10, there is indeed no chr22 (only 1:19, X,Y,M) and I don't understand what I am doing wrong in my config file.
Config file :
Finally, I have already checked that :
Do you have any idea on how to resolve this error ?