mirror of
https://github.com/gladstone-institutes/Bioinformatics-Workshops.git
synced 2025-11-30 09:45:43 -08:00
fix typo and missing line in samtools installation instructions
This commit is contained in:
parent
b23d5dd65f
commit
094d41cd0d
2 changed files with 4 additions and 2 deletions
|
|
@ -672,7 +672,7 @@ application</li>
|
|||
Cluster</a></li>
|
||||
</ul>
|
||||
<p><u>Names</u>:</p>
|
||||
<p>log1, log2 and plog (for PHI users)</p>
|
||||
<p>log1, log2 and plog1 (for PHI users)</p>
|
||||
</section>
|
||||
<section id="login" class="slide level2 small-bullets">
|
||||
<h2 class="small-bullets">Login</h2>
|
||||
|
|
@ -1015,6 +1015,7 @@ from source</a></li>
|
|||
<li>Create install location and configure</li>
|
||||
</ol>
|
||||
<pre><code>[alice@dev1 ~]$ mkdir -p $HOME/software/samtools-1.14
|
||||
[alice@dev1 ~]$ cd samtools-1.19.2
|
||||
[alice@dev1 ~]$ ./configure --prefix=$HOME/software/samtools-1.14</code></pre>
|
||||
<ol start="3" type="1">
|
||||
<li>Build and install</li>
|
||||
|
|
|
|||
|
|
@ -88,7 +88,7 @@ TAs:
|
|||
|
||||
<u>Names</u>:
|
||||
|
||||
log1, log2 and plog (for PHI users)
|
||||
log1, log2 and plog1 (for PHI users)
|
||||
|
||||
## Login {.small-bullets}
|
||||
|
||||
|
|
@ -335,6 +335,7 @@ echo '[alice@dev1 ~]$ mkdir -p "/scratch/$USER"
|
|||
|
||||
```{r, engine='bash', eval=TRUE, results='markup',comment=NA, highlight=TRUE, echo=FALSE}
|
||||
echo '[alice@dev1 ~]$ mkdir -p $HOME/software/samtools-1.14'
|
||||
echo '[alice@dev1 ~]$ cd samtools-1.19.2'
|
||||
echo '[alice@dev1 ~]$ ./configure --prefix=$HOME/software/samtools-1.14'
|
||||
```
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue