Skip to content

Commit

Permalink
Update index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
gabrielrfernandes authored Sep 25, 2024
1 parent cdf4e61 commit a60804c
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions elab/tutorial/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -3353,6 +3353,10 @@ <h2 id="conhecendo-o-conteúdo-da-pasta">Conhecendo o conteúdo da pasta</h2>
<pre><code class="language-bash"><span class="hljs-built_in">mkdir</span> 0.Logs 1.Trim 2.Assembly 3.Genes 4.Function
<span class="hljs-built_in">ls</span>

####### Caso não tenha o ambiente com os programas instalados, pode instalar com: #####
conda create -n assembly -c bioconda trimmomatic spades quast prodigal diamond
#######################################################################################

#Ativar ambiente com programas instalados
conda activate assembly
</code></pre>
Expand Down

0 comments on commit a60804c

Please sign in to comment.