Closed alhafidzhamdan closed 4 years ago
Hi, I have not encountered this problem before but it looks like an issue with your GCProfile file.
Can you please do a "head" of the file, it should looks something like this:
$ head GC_profile.1000bp.cnp
1 0 -1 0 0
1 1000 -1 0 0
1 2000 -1 0 0
1 3000 -1 0 0
1 4000 -1 0 0
1 5000 -1 0 0
1 6000 -1 0 0
1 7000 -1 0 0
1 8000 -1 0 0
1 9000 -1 0 0
Hi @jonbaber thanks for getting back:
head GC_profile.hg38.1000bp.cnp.gz
chr1 0 -1 0 0 chr1 1000 -1 0 0 chr1 2000 -1 0 0 chr1 3000 -1 0 0 chr1 4000 -1 0 0 chr1 5000 -1 0 0 chr1 6000 -1 0 0 chr1 7000 -1 0 0 chr1 8000 -1 0 0 chr1 9000 -1 0 0
That's the file i downloaded directly from https://nextcloud.hartwigmedicalfoundation.nl/s/LTiKTd8XxBqwaiC?path=%2FHMFTools-Resources%2FCobalt
I reckon now it's probably to do with chromosome column naming then?
You are using the hg38 version of the GCProfile so I presume the bam you are trying to analyse is also on hg38. Could you please confirm that?
The file you have linked to is zipped. Have you unzipped it before supplying it to COBALT?
Yes hg38. And now i have and it's working. (without removing "chr" from the first column). FYI for anybody else encountering the same issue. Thanks! A
Glad you got it working. I will add some validation to the input to alert the user to unzip the file if they supply ".gz" file.
I have also updated the README to mention that the file needs to be unzipped.
Hi there i'm trying to run cobalt standalone programme and got this error:
I'm thinking it's an encoding issue but what encoding format do you use? Thank you.