dpryan79 / MethylDackel

A (mostly) universal methylation extractor for BS-seq experiments.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

How to index genome file for MethylDackel?

harshraj1919 opened this issue · comments

I am running following script on my indexed and sorted bam file, but it is giving error on genome file. I indexed my genome file using BWA index.

MethylDackel extract -@ 20 --chunkSize 30000000 \ --methylKit Genome/Cow.fasta C10_BWA_sorted.bam.bai

Error message,

Couldn't load the index for Genome/Cow.fasta, will attempt to build it.
Couldn't build the index for Genome/Cow.fasta! File corrupted?

Note : The file is not corrupted, I already used this file for mapping successfully.

Could you please help me to solve the issue?. How to index genome file for MethylDackel

Thanks,
Harshraj

Hi ,did your error solved ? I meet the same issue.