Difference between revisions of "List of programs"

From XenopusBioinfo
Jump to: navigation, search
(Programs used in the server side mostly)
(Basic tools)
 
(One intermediate revision by one user not shown)
Line 9: Line 9:
 
** Mac: [http://cyberduck.io/ Cyberduck] is a GUI client.
 
** Mac: [http://cyberduck.io/ Cyberduck] is a GUI client.
 
** Windows: [http://winscp.net/eng/index.php WinSCP]
 
** Windows: [http://winscp.net/eng/index.php WinSCP]
 +
 +
* Text editor
 +
** JEdit: http://www.jedit.org/index.php
 +
** VIM: http://www.vim.org
 +
** notepad++: http://notepad-plus-plus.org/ (Windows only)
 +
** TextMate: http://macromates.com/ (Mac only)
  
 
== Programming ==
 
== Programming ==
Line 50: Line 56:
  
 
== Basic sequence analysis ==
 
== Basic sequence analysis ==
* [[http://blast.ncbi.nlm.nih.gov/Blast.cgi NCBI BLAST]] (See also [[BLAST+_HowTo]])
+
* [http://blast.ncbi.nlm.nih.gov/Blast.cgi NCBI BLAST] (See also [[BLAST+_HowTo]])
 
* BLAT
 
* BLAT
 
* GMAP
 
* GMAP
 +
* [http://www.drive5.com/muscle/ MUSCLE]
 +
* [http://drive5.com/usearch/ USEARCH]

Latest revision as of 12:55, 5 May 2014

Programs you may need to install on your machine

Basic tools

  • Terminal
    • Mac and Linux: You already have it. Search 'Terminal'.
    • Windows: PuTTY may be the best option (Download. If you love Chrome, there is an SSH app available in Chrome Web Store. (SSH shortcut is another useful extension.)
  • File transfer
    • Mac and Linux: Just use scp in your terminal.
    • Mac: Cyberduck is a GUI client.
    • Windows: WinSCP

Programming

  • Python - https://www.python.org/ version 2.7, please!
    • Mac and Linux: You may have it already. Open your terminal, and type 'python -v'.
    • Windows: Use Anaconda. Alternatively, you can use Enthought Canopy. These programs will make your life easier for installing important python libraries, such as numpy/scipy and matplotlib. (FYI, you can use them on Mac & Linux).

Data visualization analysis

Programs used in the server side mostly

Short-read sequencing data analysis

  • bowtie
  • bowtie2
  • tophat
  • cufflink
  • STAR
  • MACS
  • HOMER
  • In R, Bioconductor
  • In R, DESeq

Shotgun Proteomics data analysis

Basic sequence analysis