admin管理员组文章数量:1345055
When injecting into the Python environment running snakemake
using the
conda:
"envs/global.yaml"
directive as described here, can I pin the exact environment using a envs/global.<platform>.pin.txt
file as described here?
Context:
When adding envs/foo.{platform}.pin.txt
for an environment activated via
rule foo:
conda: "envs/foo.yaml"
...
to a specific rule as described here, running
snakemake -n1 foo
prints the following informative messages:
...
Creating conda environment <path>/envs/foo.yaml...
Using pinnings from <path>/envs/foo.{platform}.pin.txt.
...
However, for the 'global' environment (see above) there is no such message to indicate whether envs/global.<platform>.pin.txt
is being considered or not.
本文标签: Can I pin the 39global39 conda environment in SnakemakeStack Overflow
版权声明:本文标题:Can I pin the 'global' conda environment in Snakemake? - Stack Overflow 内容由网友自发贡献,该文观点仅代表作者本人, 转载请联系作者并注明出处:http://www.betaflare.com/web/1743788454a2539120.html, 本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如发现本站有涉嫌抄袭侵权/违法违规的内容,一经查实,本站将立刻删除。
发表评论