当前位置:网站首页>Precautions for using sneakemake
Precautions for using sneakemake
2022-06-27 01:53:00 【Poisonous egg】
snakemake Precautions for use
matters needing attention
1、rule all There can be no blank line in the
2、benchmark To use all wildcards Variable
3、input Function to be used in . If variables are used directly , You can convert lambda wildcards:
4、output Function... Cannot be used in .
5、rule all Use in expand(), Indicates that all files are required , Will be parallel
6、rule other Use in expand(), Indicates that you want to gather all the files , It starts to run .
7、 There can only be one at a time rule all.
8、Snakefile Will execute first python Content , Re execution rule all. Use snakemake -p -c 1 > log 2>&1 & when ,print Will be printed at the end of the file , But it was implemented first .
Reference resources :
https://snakemake.readthedocs.io/en/stable/index.html
边栏推荐
- 二叉树oj题目
- Systematic analysis of social networks using Networkx: Facebook network analysis case
- numpy 数组运算机制浅探
- 图论知识及其应用初步调研
- 在 IDEA 里看个书很过分嘛!
- 福元医药上市在即:募资净额将达到16亿元,胡柏藩为实际控制人
- Oracle/PLSQL: NumToDSInterval Function
- Bs-gx-016 implementation of textbook management system based on SSM
- 达梦数据库的卸载
- Memcached Foundation 12
猜你喜欢
浏览器缓存
Recursion will make strtok more attractive
Bs-gx-016 implementation of textbook management system based on SSM
Did your case really pass?
Pointer compression for JVM
使用命令行安装达梦数据库
“所有专业都在劝退”,对大学生最友好的竟然是它?
lottie.js创意开关按钮动物头像
Why pass SPIF_ Sendchange flag systemparametersinfo will hang?
"All majors are persuading them to quit." is it actually the most friendly to college students?
随机推荐
idea 插件开发一些异常处理
UVM in UVM_ config_ Use of DB in sequence
UVM in UVM_ report_ Enabled usage
递归是会更秀strtok
Clip: learning transferable visual models from natural language monitoring
uvm中的config机制方法总结(一)
Oracle/PLSQL: Rtrim Function
"All majors are persuading them to quit." is it actually the most friendly to college students?
Pointer compression for JVM
Oracle/PLSQL: Lpad Function
Oracle/PLSQL: Length Function
你的case真的pass了吗?
Summer planning for the long river
Tsinghua & Zhiyuan | cogview2: faster and better text image generation model
[the path of system analyst] Chapter 6: duplicate demand engineering (case paper)
UVM中uvm_config_db非直线的设置与获取
Reading a book in idea is too much!
snakemake 使用的注意事项
ThreadLocal详解
Binary tree OJ problem