Skip to content

Commit

Permalink
update README
Browse files Browse the repository at this point in the history
  • Loading branch information
chhylp123 committed Oct 14, 2024
1 parent b01614f commit 39a30a8
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -169,6 +169,16 @@ For the trio-binning telomere-to-telomere assembly;
hifiasm -o NA12878.asm -t32 --ul ul.fq.gz -1 pat.yak -2 mat.yak HiFi-reads.fq.gz
```

### <a name="ul"></a>Self-scaffolding

For diploid haplotype-resolved genome assembly, hifiasm can further enhance assembly contiguity
by introducing scaffolding. It leverages the assemblies of the two haplotypes to scaffold each other.
Specifically, if there is a gap within the haplotype 1 assembly, hifiasm will use the corresponding
homologous region in haplotype 2 to scaffold haplotype 1. Below is an example using the `--dual-scaf` option:
```sh
hifiasm -o NA12878.asm -t32 --dual-scaf HiFi-reads.fq.gz
```

### <a name="output"></a>Output files

Hifiasm generates different types of assemblies based on the input data.
Expand Down

0 comments on commit 39a30a8

Please sign in to comment.