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,17 @@
# mashtree
> 从基因组生成快速树。
> 不生成系统发育树。
> 更多信息:<https://github.com/lskatz/mashtree>。
- 使用多个线程从fastq和/或fasta文件创建树的mashtree最快方法输出到newick文件
`mashtree --numcpus {{12}} {{*.fastq.gz}} {{*.fasta}} > {{mashtree.dnd}}`
- 使用多个线程从fastq和/或fasta文件创建树的mashtree最准确方法输出到newick文件
`mashtree --mindepth {{0}} --numcpus {{12}} {{*.fastq.gz}} {{*.fasta}} > {{mashtree.dnd}}`
- 创建带有置信值的树的最准确方法(请注意,任何`mashtree`本身的选项必须位于`--`的右侧):
`mashtree_bootstrap.pl --reps {{100}} --numcpus {{12}} {{*.fastq.gz}} -- --min-depth {{0}} > {{mashtree.bootstrap.dnd}}`