bioinfomaticsCSU / deepsignal

Detecting methylation using signal-level features from Nanopore sequencing reads
GNU General Public License v3.0
109 stars 21 forks source link

process interrupt #43

Closed PengNi closed 4 years ago

PengNi commented 4 years ago

Two deepsignal processes running on the same data at the same time. Once one finished normally, the other will be interrupted/stopped.

PengNi commented 4 years ago

It is caused by the success_file which gives the signal of ending to the process. Since the same input data/dir generates the same success_file, once a process is done and the success_file is generated, it will give the other process the ending signal too.

PengNi commented 4 years ago

see commit fd5c6fb.