Versions Compared

Key

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

...

Code Block
module load bowtie
module list

...

What version of bowtie you have installedwas loaded?

Expand
Commands you could use to find this out...
Commands you could use to find this out...
Code Block

bowtie --version
module list

Create a fresh output directory. (We are going to create a different output directory for each mapper that we try within the directory that has the input files.)

...