Versions Compared

Key

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

...

Well, you don't have a desktop at TACC to "Save as" to, so what to do with a link? The wget program knows how to access web URLs such as http, https and ftp.

Get ready to run wget from the directory where you want to put the data. Don't press Enter after the wget command – just put a space.

Code Block
cd $WORK/archive/original/2014_05.core_ngs
wget 

Here are two web links:

Right click on the 1st link in your browser, then select "Copy link location" from the menu. Now go back to your Terminal and either right-click, or Paste. The command line to be executed should look like this:

Code Block
wget http://web.corral.tacc.utexas.edu/BioITeam/yeast_stuff/Sample_Yeast_L005_R1.cat.fastq.gz

Now press Enter to get the command going. Repeat for the 2nd link.