We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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
The text was updated successfully, but these errors were encountered:
Hi ,did your error solved ? I meet the same issue.
Sorry, something went wrong.
No branches or pull requests
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
The text was updated successfully, but these errors were encountered: