pp_jobsub.py (cluster submission script in rna_tools) has been silently failing to run jobs in parallel, and this PR fixes the underlying bug--in pp_util.py, pp.Server should be initialized with ncpus=ncpus, not ncpus=0.
@rhiju this should fix the issue on sherlock, and might be of interest to @cyucheng, @kkappel1.
pp_jobsub.py
(cluster submission script in rna_tools) has been silently failing to run jobs in parallel, and this PR fixes the underlying bug--inpp_util.py
,pp.Server
should be initialized with ncpus=ncpus, not ncpus=0.@rhiju this should fix the issue on sherlock, and might be of interest to @cyucheng, @kkappel1.