diff --git a/module_notebooks/02-building-graphs-with-pggb.ipynb b/module_notebooks/02-building-graphs-with-pggb.ipynb index d65e5be..f2b1572 100644 --- a/module_notebooks/02-building-graphs-with-pggb.ipynb +++ b/module_notebooks/02-building-graphs-with-pggb.ipynb @@ -252,7 +252,7 @@ "6. Compress the FASTA files\n", "\n", "We will compress the files with bgzip. It is similar to gzip but allows for much faster random access though it creates bigger files than gzip.\n" - "[bgzip](https://www.htslib.org/doc/bgzip.html) the FASTA files (~1min):\n", + "[bgzip](https://www.htslib.org/doc/bgzip.html) the FASTA files (~1min):\n" ] }, { @@ -262,7 +262,7 @@ "outputs": [], "source": [ "bgzip -c yprp.all.fa > yprp.all.fa.gz\n", - "bgzip -c yprp.chrVIII.fa > yprp.chrVIII.fa.gz\n", + "bgzip -c yprp.chrVIII.fa > yprp.chrVIII.fa.gz\n" ] } {