add new chinese translations

This commit is contained in:
2024-12-30 15:25:56 +08:00
parent a850046d7b
commit 0d798759fd
5418 changed files with 105800 additions and 7052 deletions

View File

@@ -0,0 +1,24 @@
# snakefmt
> 格式化 Snakemake 文件。
> 更多信息:<https://github.com/snakemake/snakefmt>。
- 格式化特定的 Snakefile
`snakefmt {{path/to/snakefile}}`
- 递归格式化特定目录中的所有 Snakefile
`snakefmt {{path/to/directory}}`
- 使用特定的配置文件格式化文件:
`snakefmt --config {{path/to/config.toml}} {{path/to/snakefile}}`
- 使用特定的最大行长度格式化文件:
`snakefmt --line-length {{100}} {{path/to/snakefile}}`
- 显示将要进行的更改,但不实际执行(干运行):
`snakefmt --diff {{path/to/snakefile}}`