anbrooks / juncBASE

Junction Based Analysis of Splicing Events for RNA-Seq
30 stars 17 forks source link

run_preProcess_by_chr_step1.py waitForChildren(children) #9

Open allenmao777 opened 6 years ago

allenmao777 commented 6 years ago

Background Python 2.7.5 When running the python script on 2 or more samples with -p set to anything larger then 1, the python script exiting after the first sample is finished processing but leaves the python children to keep running in the background, based on my limited debugging it looks like the function waitForChildren(children) isn't working as intended. Our system cleans all process after the primary one finishes so this result in an incomplete run. Any help would be appreciated. Thanks