mirror of
https://github.com/chhylp123/hifiasm.git
synced 2026-09-27 08:38:12 +08:00
@@ -34,6 +34,7 @@ See [tutorial][tutorial] for more details.
|
||||
- [Assembling HiFi reads without additional data types](#hifionly)
|
||||
- [Hi-C integration](#hic)
|
||||
- [Trio binning](#trio)
|
||||
- [Ultra-long ONT integration](#ul)
|
||||
- [Output files](#output)
|
||||
- [Results](#results)
|
||||
- [Getting Help](#help)
|
||||
@@ -143,6 +144,14 @@ hifiasm -o NA12878.asm -t 32 -1 pat.yak -2 mat.yak /dev/null 2> NA12878.asm.trio
|
||||
```
|
||||
The second command line will run much faster than the first.
|
||||
|
||||
### <a name="ul"></a>Ultra-long ONT integration
|
||||
|
||||
Hifiasm could integrate ultra-long ONT reads to improve the assembly quality:
|
||||
```sh
|
||||
hifiasm -o NA12878.asm -t32 --ul ul.fq.gz HiFi-reads.fq.gz
|
||||
```
|
||||
Please note that this mode is not stable right now.
|
||||
|
||||
### <a name="output"></a>Output files
|
||||
|
||||
Hifiasm generates different types of assemblies based on the input data.
|
||||
|
||||
Reference in New Issue
Block a user