最新消息:雨落星辰是一个专注网站SEO优化、网站SEO诊断、搜索引擎研究、网络营销推广、网站策划运营及站长类的自媒体原创博客

python - Snakemake access snakemake.config in profile config.yaml file - Stack Overflow

programmeradmin2浏览0评论

I want to run a pipeline on a cluster where the name of the jobs are of the form : smk-{config["simulation"]}-{rule}-{wildcards}. Can I just do :

snakemake --profile slurm --configfile myconfig.yaml

With slurm/config.yaml being :

executor: slurm
jobs: 64
latency-wait: 30
cluster:
    sbatch
        --partition=workq
        --job-name=smk-{config["simulation"]}-{rule}-{wildcards}
        [...]
发布评论

评论列表(0)

  1. 暂无评论