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 23, 2023
1 parent 7d6900e commit c18eb46
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions docs/pages/4_assembly_qc.md
Original file line number Diff line number Diff line change
Expand Up @@ -256,14 +256,13 @@ Let's try this out on the _E. coli_ Verkko assembly. First we need a Meryl datab
cd ~/obss_2023/genome_assembly
cd assembly_qc/merqury
```
If you use 'ls', youll be able to see the assembly and the reads.

Let's grab the Verkko assembly we created earlier.
```
....

Now we can run Mercury!
```
module purge
module load Merqury
sbatch --account nesi02659 --job-name=meryl --time=00:15:00 --cpus-per-task 8 --mem=24G -p milan --wrap="meryl count k=30 memory=24 threads=8 hifi.fastq.gz output read-db.meryl"
meryl count k=30 memory=4 threads=2 hifi.fastq.gz output read-db.meryl
```

??? note "`--wrap` ???"
Expand Down

0 comments on commit c18eb46

Please sign in to comment.