You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It's great that you have test.bw and test.csv.zst in the package to give the user a demo. Can you add a GRanges file for snps_gr variable in GetMandS() function so that I can run through the Example you wrote for GetMandS() without an error?
The text was updated successfully, but these errors were encountered:
because you want the user to use the default snps_gr, and by not saying anything about coverage_cutoff you shift all the arguments one over. Usually, when you have arguments that have a default value such as snps_gr and coverage_cutoff, you should have them to be the last arguments to prevent confusion. (this might be a bad habit carry-over from my own code.)
It's great that you have
test.bw
andtest.csv.zst
in the package to give the user a demo. Can you add a GRanges file forsnps_gr
variable inGetMandS()
function so that I can run through the Example you wrote forGetMandS()
without an error?The text was updated successfully, but these errors were encountered: