当前位置:网站首页>Precautions for using sneakemake

Precautions for using sneakemake

2022-06-27 01:53:00 Poisonous egg

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

原网站

版权声明
本文为[Poisonous egg]所创,转载请带上原文链接,感谢
https://yzsam.com/2022/178/202206270128236777.html