chromosome mm10 size with genomecoveragebed
Hi, I would to convert my bed file in bedgraph using bedtools. I use this command:
genomeCoverageBed -bg -i file.bed -g mm10_canon_chr.sizes > file.bg
but this message appeared:
Error: The requested genome file (mm10_canon_chr.sizes) could not be opened. Exiting!
How can I solve the problem?
Thank you
• 871 views
•
link
0 answers
No answers yet.
Log in to answer this question.
What is the output of
head mm10_canon_chr.sizes?