mirror of
https://github.com/chhylp123/hifiasm.git
synced 2026-09-25 13:58:12 +08:00
update README
This commit is contained in:
@@ -179,6 +179,14 @@ homologous region in haplotype 2 to scaffold haplotype 1. Below is an example us
|
||||
hifiasm -o NA12878.asm -t32 --dual-scaf HiFi-reads.fq.gz
|
||||
```
|
||||
|
||||
### <a name="ul"></a>Preserve more telomeres for T2T assemblies
|
||||
|
||||
Hifiasm can preserve more telomeres by specifying the telomere motif using the `--telo-m` option.
|
||||
Below is an example applied to human genome assembly.
|
||||
```sh
|
||||
hifiasm -o NA12878.asm -t32 --telo-m CCCTAA HiFi-reads.fq.gz
|
||||
```
|
||||
|
||||
### <a name="output"></a>Output files
|
||||
|
||||
Hifiasm generates different types of assemblies based on the input data.
|
||||
|
||||
Reference in New Issue
Block a user