Snakemake-Profiles / lsf

Snakemake profile for running jobs on an LSF cluster
MIT License
36 stars 22 forks source link

Make UNKWN job always return running #33

Closed mbhall88 closed 3 years ago

mbhall88 commented 3 years ago

Even if the user wants UKNWN jobs to be killed, we should not return failed as this will leave the job in a ZOMBI state. By returning running regardless, the job then gets handled as a ZOMBI job, which may be to clean it up, or may be just to leave it and return failed.