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 c18eb46 commit c9aecbd
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions docs/pages/4_assembly_qc.md
Original file line number Diff line number Diff line change
Expand Up @@ -254,11 +254,13 @@ Let's try this out on the _E. coli_ Verkko assembly. First we need a Meryl datab

```bash
cd ~/obss_2023/genome_assembly
mkdir -p assembly_qc/merqury
cd assembly_qc/merqury
```
Let's grab the Verkko assembly we created earlier.
We just made a directory for our runs, now let's sym link the fasta and reads here so we can refer to them more easily
```
....
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!
```
Expand Down Expand Up @@ -376,8 +378,6 @@ Use your text editor of choice to make a Slurm script (`run_merqury.sl`) to run
../read-db.meryl \
../assembly.fasta \
output

cd -/lra
```

??? note "What's that `export` command doing there?"
Expand Down

0 comments on commit c9aecbd

Please sign in to comment.