Versions Compared

Key

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

...

Code Block
languagebash
titlebreseq commands
echo "module load bowtie/2.1.0" >> .profile  #this command updates your profile to automatically load the bowtie module
 
idev  #idev starts an "interactive development" mode which allows you to run computationally intensive tasks
 
module load bowtie/2.1.0   #If  #Breseqnot added to your profile:  Breseq uses bowtie to map reads, so this module must be loaded before you run breseq
 
breseq -j 12 -r lambda.gbk lambda_mixed_population.fastq > log.txt

...