/mnt/home/mcandr21/anaconda2/lib/python2.7/site-packages/subprocess32.py:472: RuntimeWarning: The _posixsubprocess module is not being used. Child process reliability may suffer if your program uses threads.
"program uses threads.", RuntimeWarning)
/var/spool/torque/mom_priv/jobs/41348378.mgr-04.i.SC: line 50: 30699 Segmentation fault (core dumped)
Has anyone else been getting this error? Do I need to upgrade one of the dependency packages?
> > > > To unsubscribe from this group and stop receiving emails from it, send an email to deeptools+unsubscribe@googlegroups.com.
--
You received this message because you are subscribed to the Google Groups "deepTools" group.
To unsubscribe from this group and stop receiving emails from it, send an email to deeptools+unsubscribe@googlegroups.com.
I had the same issue when using bamCoverage (deeptools3 installed with conda), and it turned out that there was some kind of conflicting version of subprocess32 that was installed by pip. pip uninstall subprocess32 solved the issue.