Versions Compared

Key

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

...

Also note that bwa writes its (binary) output to standard output by default, so we need to redirect that to a .sai file.

We will execute these commands directly (not in a batch job), but since they are fairly large files we will first set up an interactive development (idev) session, which will give us a compute node for 3 hours:

Code Block
languagebash
titleStart an idev session
idev -p normal -m 180 -N 1 -n 24 -A UT-2015-05-18 --reservation=CCBB

...