I run the following:
modkit entropy --in-bam ${mod_bam}
-o ${output_entropy_bedgraph}
--ref ${ref}
--threads 32
--log-filepath modkit_entropy.log
and get the following error:
Error! invalid input options, must provide --motif, --base, or specify --cpg
Any ideas?