当前位置:网站首页>snakemake 使用的注意事项
snakemake 使用的注意事项
2022-06-27 01:28:00 【毒鸡蛋】
注意事项
1、rule all 中不能有空行
2、benchmark 中要使用到所有的 wildcards 变量
3、input 中要使用函数。若直接使用变量,可以通过转换 lambda wildcards:
4、output中不能使用函数。
5、rule all 中使用expand(),表示需要所有文件,会并行
6、rule other 中使用expand(),表示要凑其所有文件,才开始运行。
7、一次运行中只能有一个 rule all。
8、Snakefile会先执行 python 内容,再执行rule all。使用 snakemake -p -c 1 > log 2>&1 & 时,print的内容会打印在文件最后,但却是先执行的。
参考:
https://snakemake.readthedocs.io/en/stable/index.html
边栏推荐
猜你喜欢

清华&智源 | CogView2:更快更好的文本图像生成模型

Meituan: data management and pit avoidance strategy summarized after stepping on Thunder for several years

3-wire SPI screen driving mode

SystemVerilog simulation speed increase

Two days of beautiful butterfly animation

getReader() has already been called for this request

Central Limit Theorem

Visual introduction to Matplotlib and plotnine

CLIP:从自然语言监督中学习可迁移的视觉模型

你的case真的pass了吗?
随机推荐
getReader() has already been called for this request
Keepalived 实现 Redis AutoFailover (RedisHA)15
Memcached foundation 6
Great vernacular with high concurrency (I)
leetcode 1143. Longest common subsequence (medium)
Memcached foundation 5
Custom class loader encrypts and decrypts classes
两个页面之间传参方法
buuctf-pwn write-ups (6)
30 MySQL tutorial MySQL storage engine overview
Flutter series: flow in flutter
Unable to create a folder to save the sketch: MKDIR sketch
可视化介绍 Matplotlib 和 Plotnine
Memcached foundation 1
UVM in reporting classes_ report_ Get of server_ severity_ Count and get_ Server usage
The listing of Fuyuan pharmaceutical is imminent: the net amount raised will reach 1.6 billion yuan, and hubaifan is the actual controller
Visual introduction to Matplotlib and plotnine
uvm中的config机制方法总结(二)
The world is very big. Some people tattoo QR codes on their necks
Amazon ElastiCache 飞速搭建缓存服务集群,这才叫快