mirror of
https://github.com/chhylp123/hifiasm.git
synced 2026-09-27 23:18:12 +08:00
README
This commit is contained in:
@@ -39,7 +39,7 @@ For Hifi reads assembly, a typical command line looks like:
|
||||
./hifiasm -o NA12878.asm -k 40 -t 32 -r 2 NA12878.fq.gz
|
||||
```
|
||||
|
||||
where `NA12878.fq.gz` is the input reads and `-o` specifies the output files. In this example, all output files can be found at `NA12878.asm.*`. `-k`, `-t` and `-r` specify the length of k-mer, the number of CPU threads, and the number of correction rounds, respectively. Note that at first time, hifiasm will save all overlaps to disk, which can avoid the time-consuming all-to-all overlap calculation next time. For hifiasm, if the overlap information has been obtained by `-w` in advance, it is able to load all overlaps from disk and then directly do assembly.
|
||||
where `NA12878.fq.gz` is the input reads and `-o` specifies the output files. In this example, all output files can be found at `NA12878.asm.*`. `-k`, `-t` and `-r` specify the length of k-mer, the number of CPU threads, and the number of correction rounds, respectively. Note that at first time, hifiasm will save all overlaps to disk, which can avoid the time-consuming all-to-all overlap calculation next time. For hifiasm, if the overlap information has been obtained, it is able to load all overlaps from disk and then directly do assembly.
|
||||
|
||||
Please note that some old Hifi reads may consist of short adapters. To improve the assembly quality, adapters should be removed by `-z` as follow:
|
||||
|
||||
|
||||
Reference in New Issue
Block a user