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
When running annotatePeak() on an HPC, the process used more cores than I had allocated and was thus killed by the job scheduler. I noticed that you added ncpus/mc.cores arguments to various functions (#110), but not to annotatePeak(). Does annotatePeak() call any functions that use multiple cores? If so, can you add this option to annotatePeak() and propagate it to those functions so this can work on HPCs?
The text was updated successfully, but these errors were encountered:
kelly-sovacool
changed the title
annotatePeak useg multiple cores?
annotatePeak using multiple cores?
Jan 16, 2024
When running
annotatePeak()
on an HPC, the process used more cores than I had allocated and was thus killed by the job scheduler. I noticed that you addedncpus
/mc.cores
arguments to various functions (#110), but not toannotatePeak()
. DoesannotatePeak()
call any functions that use multiple cores? If so, can you add this option toannotatePeak()
and propagate it to those functions so this can work on HPCs?The text was updated successfully, but these errors were encountered: