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
Currently, the pipeline may skip calculating GC content if it cannot find the associated BSGenoma package in the namespace. Unfortunately, it does not log this and silently skips attempting to calculate the GC content:
Currently, the pipeline may skip calculating GC content if it cannot find the associated BSGenoma package in the namespace. Unfortunately, it does not log this and silently skips attempting to calculate the GC content:
bedboss/bedboss/bedstat/tools/regionstat.R
Lines 95 to 98 in b23c0a7
bedboss/bedboss/bedstat/tools/regionstat.R
Lines 188 to 215 in b23c0a7
Simple solution would be to remove the
quietly=TRUE
from line 97, so that we capture this info:The text was updated successfully, but these errors were encountered: