Error related to parallelism when running snap.tl.macs3
when running on the cluster
#298
Labels
documentation 📖
Improvements or additions to documentation
Recently I had a weird issue when running
snap.tl.macs3
on a cluster, my script would get stuck for a while and then throw an error related to parallelism issues:Despite this, the same script would work in my local machine.
In case someone has the same issue, I've found that the solution is to wrap the call to
macs3
with the__main__
conditional statement. Here is an example:Maybe this could also be added in the docs.
The text was updated successfully, but these errors were encountered: