Versions Compared

Key

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

A healthy taste of resources available, specifically for this course - not a comprehensive catalog.

Table of Contents

Terminal programs

...

  • Command shell has ssh and scp (may require latest Windows updates)
    • Start menu → Search for Command
  • Windows Subsystem for Linux – Windows 10 Professional includes a Ubuntu-like bash shells

...

...

A healthy taste of resources available, specifically for this course - not a comprehensive catalog.

Table of Contents

Linux/TACC

...

...

  • Comparison of different aligners
    • by Heng Li, developer of bwa, samtools, and many other bioinformatics tools
  • File formats
  • Aligners
  • The BioITeam has some TACC-aware alignment scripts you might find useful:
    • bwa alignment
      • /work2/projects/BioITeam/common/script/align_bwa_illumina.sh
    • bowtie2 alignment
      • /work2/projects/BioITeam/common/script/align_bowtie2_illumina.sh
    • merging sorted BAM files (read-group aware)
      • /work2/projects/BioITeam/common/script/merge_sorted_bams.sh
    • kallisto pseudo-alignment to annotated transcripts
      • /work2/projects/BioITeam/common/script/run_kallisto.sh
    • also available on many BRCF pods under /mnt/bioi/script.
    • email or come talk to Anna if you have questions or problems

...

File formats and conversion

...