Closed RochaLAJ closed 2 years ago
Hello, FREEC calls bedtools to get minipileup. And Bedtools will only work if chromosome names are the same in all files.. So I guess to make it run you need to "manually" change chr to NT_ in some of your files. Or vice versa.
Hello, FREEC calls bedtools to get minipileup. And Bedtools will only work if chromosome names are the same in all files.. So I guess to make it run you need to "manually" change chr to NT_ in some of your files. Or vice versa.
Hi This way seems like the only one. I'll work on some scripts to automate the process. Thank you for your time!
I had success on my attempt to generate a simple CNV analysis. However, i've been trying to complement the analysis with BAF. Issues: My fna.fai has different positional annotation than expected by Control-FREEC, generating an empty pileup:
How the fna.fai looks like
Generated with samtools index from the same fastq that i used to align the sample. I'm looking more for a suggestion than reporting an issue itself. The software works as it should.