Versions Compared

Key

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

...

  • mode union. This mode is recommended for most use cases.
  • mode intersection-strict.
  • mode intersection-nonempty.

Image Removed

...

Image Added  Image from:http://www-huber.embl.de/users/anders/HTSeq/

What happens to the amiguous reads depends on this flag:

--nonunique none (default):  not counted for any features.

--nonuniqueall: counted towards all.

Installing HTseq

Htseq is NOT a module on lonestar6. Module spider htseq doesn't find anything, so we have to install it.

Code Block
titleLoad HTseq Module
module spider htseq

...

Generally, installing tools to a cluster is a pain, so avoid it if you can. However, if you have to install something, remember that you cannot install things on TACC globally, so you'll have to use options to install the tool locally to a directory that is accessible to you. Detour to how to install tools locally

...