Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

As genome assembly is important part of analysis but is building a reference file that will be used many times, it makes more sense to install it its own environment. Other potential tools to have in the same environment would be read preprocessing tools, in particular adapter removal tools such as trimmomatic.

Code Block
languagebash
conda create --name GVA-SPAdes -c bioconda spades


Testing SPAdes installation

...