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
I need to rewrite the for (mch in 1:numfwd) and for (mch in 1:numrev) loops as functions so that I can parallelize match parsing for each motif using apply(). This would break progress reporting using txtProgressBar(), but its functionality can be replaced with pbapply.
The text was updated successfully, but these errors were encountered:
I need to rewrite the
for (mch in 1:numfwd)
andfor (mch in 1:numrev)
loops as functions so that I can parallelize match parsing for each motif usingapply()
. This would break progress reporting usingtxtProgressBar()
, but its functionality can be replaced with pbapply.The text was updated successfully, but these errors were encountered: