You are correct. Ensembl uses chromosome names of "1" where UCSC uses: "chr1"
You need to convert the Ensembl chromosome names to the UCSC names. The sed
Ant�nio Miguel de Jesus Domingues wrote:
> Hi Genomers,
>
> I am trying to convert wig.gz files (from QuEST chip-seq analysis) with the
> tool wigToBigWig. Initially the chromosome sizes were obtained with:
> fetchChromSizes hg19 > hg19.chrom.sizes
>
> But then I've ran into problems in the conversion to bigWig:
> wigToBigWig background_unnormalized.profile.wig.gz hg19.chrom.sizes
>
background_unnormalized.profile.bw
>
> hashMustFindVal: '1' not found
> gzip: stdout: Broken pipe
> process exited with 1: "gzip -dc" in pipeline "gzip -dc"
>
> The only source of the problem that comes to my mind is that the reference
> genome for the the mapping and peak calling was from Ensembl, but this is a
> wild guess. Could you please help me with this?
>
> Cheers,