Skip to content

Commit

Permalink
Update 4_assembly_qc.md
Browse files Browse the repository at this point in the history
  • Loading branch information
ldutoit authored Nov 29, 2023
1 parent 9ebdbbf commit 5a6f8ca
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions docs/pages/4_assembly_qc.md
Original file line number Diff line number Diff line change
Expand Up @@ -262,11 +262,12 @@ We just made a directory for our runs, now let's sym link the fasta and reads he
```
ln -s ~/obss_2023/genome_assembly/assembly/verkko_test/assembly/assembly.fasta .
ln -s ~/obss_2023/genome_assembly//assembly/verkko_test/hifi.fastq.gz .
```

Now we can run Mercury!
```
meryl count k=30 memory=4 threads=2 hifi.fastq.gz output read-db.meryl
```
Now we can run Mercury!
```
meryl count k=30 memory=4 threads=2 hifi.fastq.gz output read-db.meryl
```

??? note "`--wrap` ???"

Expand Down

0 comments on commit 5a6f8ca

Please sign in to comment.