当前位置:网站首页>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
边栏推荐
- ML:机器学习工程化之团队十大角色背景、职责、产出物划分之详细攻略
- Flutter series: flow in flutter
- Encapsulation of unified result set
- get_sequencer的用法总结
- George Washington University: Hanhan Zhou | PAC: auxiliary value factor decomposition with counterfactual prediction in Multi-Agent Reinforcement Learning
- memcached基础5
- 做了两天的唯美蝴蝶动画
- Beyond lithium battery -- the concept of battery in the future
- Summary of working at home during the epidemic | community essay solicitation
- Modeling specifications: environment settings
猜你喜欢

About Random Numbers

George Washington University: Hanhan Zhou | PAC: auxiliary value factor decomposition with counterfactual prediction in Multi-Agent Reinforcement Learning

简单学习GoogleColab的入门级概念

BS-GX-016基于SSM实现教材管理系统

Hid device descriptor and keyboard key value corresponding coding table in USB protocol

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

架构实战营模块五作业

浏览器缓存

Online text digit recognition list summation tool

buuctf-pwn write-ups (6)
随机推荐
uvm中的config机制方法总结(一)
TopoLVM: 基于LVM的Kubernetes本地持久化方案,容量感知,动态创建PV,轻松使用本地磁盘
XSS笔记(下)
做了两天的唯美蝴蝶动画
Topolvm: kubernetes local persistence scheme based on LVM, capacity aware, dynamically create PV, and easily use local disk
The most difficult 618 in history, TCL won the first place in both jd.com and tmall.com shares in the TV industry
Processing of slice loss in ArcGIS mosaic dataset
Amazon ElastiCache 飞速搭建缓存服务集群,这才叫快
自定义类加载器对类加密解密
get_ Usage Summary of sequencer
持续交付-Blue Ocean 应用
Interface isolation principle
30《MySQL 教程》MySQL 存储引擎概述
Keepalived 实现 Redis AutoFailover (RedisHA)17
3-wire SPI screen driving mode
LeetCode 142. Circular linked list II
接口测试框架实战(一) | Requests 与接口请求构造
Meituan: data management and pit avoidance strategy summarized after stepping on Thunder for several years
Database interview questions +sql statement analysis
memcached基础4