当前位置:网站首页>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
边栏推荐
- 1.44寸TFT-LCD显示屏取模教程
- Hid device descriptor and keyboard key value corresponding coding table in USB protocol
- hibernate 根据方言生成sql
- Central Limit Theorem
- TopoLVM: 基于LVM的Kubernetes本地持久化方案,容量感知,动态创建PV,轻松使用本地磁盘
- TopoLVM: 基于LVM的Kubernetes本地持久化方案,容量感知,动态创建PV,轻松使用本地磁盘
- Kept to implement redis autofailover (redisha) 14
- XSS攻击笔记(上)
- Encapsulation of unified result set
- 3-wire SPI screen driving mode
猜你喜欢

Summary of config mechanism and methods in UVM (2)

持续交付-Blue Ocean 应用

史上最难618,TCL夺得电视行业京东和天猫份额双第一

About Random Numbers

疫情期间居家办公的总结体会 |社区征文

可视化介绍 Matplotlib 和 Plotnine

架构实战营模块五作业

Analysis of ideal L9 product power: the price is 459800 yuan, the four cylinder engine is adopted, and the endurance is 1315km

Esp32 experiment - self built web server distribution network 02

Bootstrapblazor + FreeSQL actual combat chart usage (2)
随机推荐
两个页面之间传参方法
Encapsulation of unified result set
markdown表格(合并)
Esp32 add multi directory custom component
Memcached foundation 2
Visual introduction to Matplotlib and plotnine
在连接数据库的时候遇到了点问题,请问怎么解决呀?
Summary of config mechanism and methods in UVM (2)
memcached基础7
Recursion will make strtok more attractive
Markdown table (consolidated)
leetcode 1143. Longest common subsequence (medium)
BS-GX-016基于SSM实现教材管理系统
leetcode 1143. Longest Commom Subsequence 最长公共子序列(中等)
Count the logarithm of points that cannot reach each other in an undirected graph [classic adjacency table building +dfs Statistics - > query set optimization] [query set manual / write details]
理想L9产品力分析:售价45.98万,采用四缸发动机,续航1315公里
Buuctf PWN write UPS (6)
Law of Large Numbers
Kept to implement redis autofailover (redisha) 11
buuctf-pwn write-ups (6)