0

My workflow often includes PBS job submissions to a shared cluster that need to either wait in the scheduling queue, take over 24hrs to run or both. I'd like to run snakemake in the 'background' and get my prompt back while these jobs are running. I know this can be done using tmux, screen, or & but is there is a better way to do this?

I guess submitting a bash wrapper script with the snakemake commands inside is an option but I think I'm lacking some understanding of the workflow.

4

1 回答 1

2

tmux是执行 Snakemake 工作流程的推荐方式。无论您是在集群中还是在计算服务器上,它都会为您提供所需的一切。

于 2016-12-12T10:40:38.827 回答