Versions Compared

Key

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

...

  • Use threading option efficiently (tophat -p <number of threads>)

  • Split one data file into smaller chunks and run multiple instances of bwatophat. Finally concatenate the output.
    • WAIT! We have a pipeline for that!
    • Look for fastTophat in $BI/scripts  
  • Split mapping by chromosome- mapping to each chromosome=1 job.

...