Skip to content

Commit 8cffb40

Browse files
committed
update runtime for C.elegans
1 parent 25b58be commit 8cffb40

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

README.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@ cd wtdbg2 && make
55
# assemble PacBio reads
66
./wtdbg2 -t 16 -i pacbio.fa.gz -fo prefix -L 5000
77
# assemble Nanopore reads
8-
./wtdbg2 -t 16 -i ont.fa.gz -fo prefix
8+
./wtdbg2 -t 16 -i ont.fa.gz -fo prefix -L 5000
99
# derive consensus
10-
./wtpoa-cns -t 16 -i prefix.ctg.lay > prefix.ctg.lay.fa
10+
./wtpoa-cns -t 16 -i prefix.ctg.lay -fo prefix.ctg.lay.fa
1111
```
1212

1313
## <a name="intro"></a>Introduction
@@ -41,7 +41,7 @@ produces the final consensus in FASTA. A typical workflow looks like this:
4141
./wtpoa-cns -t 16 -i prefix.ctg.lay -fo prefix.ctg.lay.fa
4242
```
4343
where `-t` specifies the number of CPU cores (`-t 0` to use all processors). When the default doesn't work
44-
well, you may need to apply more options.
44+
well, you may need to apply more options. See [README-ori.md][readme-ori] for more help.
4545

4646
Wtdbg2 combines normal k-mers and homopolymer-compressed (HPC) k-mers to find
4747
read overlaps. Option `-k` specifies the length of normal k-mers, while `-p`
@@ -58,7 +58,7 @@ the assembly step (not including the consensus step):
5858
|Dataset |Genome|Coverage |Wtdbg2 options|CPU hours|Peak RAM|
5959
|:-----------------------|-----:|---------:|:-------------|--------:|-------:|
6060
|[E. coli][pbcr] |4.6Mb |PacBio x20| | | |
61-
|[C. elegans][ce] |100Mb |PacBio x80| | | |
61+
|[C. elegans][ce] |100Mb |PacBio x80|-L5000 -e4 |3.3 | 9.7G|
6262
|[Human CHM1][chm1] |3Gb |PacBio x60|-L5000 -e4 |378.5 | 252.7G|
6363
|[Human NA12878][na12878]|3Gb |ONT x30 |-S2 -e2 |197.4 | 244.9G|
6464
|[Axolotl][axosra] |32Gb |PacBio x32|-L5000 -AS2 |3189.7 | 1593.6G|
@@ -76,6 +76,7 @@ the assembly step (not including the consensus step):
7676
Please use the [GitHub's Issues page][issue] if you have questions. You may
7777
also directly contact Jue Ruan at [email protected].
7878

79+
[readme-ori]: https://github.com/ruanjue/wtdbg2/README-ori.md
7980
[miniasm]: https://github.com/lh3/miniasm
8081
[canu]: https://github.com/marbl/canu
8182
[falcon]: https://github.com/PacificBiosciences/FALCON

0 commit comments

Comments
 (0)