Versions Compared

Key

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

...

  • SRA search page http://www.ncbi.nlm.nih.gov/sra.
  • Type in SRX112044 ? Search
  • On experiment summary page click SRR390925
    • takes you to the Run browser where you can see example reads
  • Under "Download", "Run" click "ftp" under .sra
    • save the file locally
  • Open a Terminal window, change into the directory where the file was stored
  • Copy from local machine to TACC
    Code Block
    scp SRR390925.sra username@lonestar.tacc.utexas.edu:~/
    
    • the colon ( (smile) : ) after the hostname indicates this is a remote destination
    • the ~/ indicates your home directory

...