Versions Compared

Key

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

...

Code Block
languagebash
titleGet ready to wget
mkdir -p $WORK/archive/original/2020.core_ngs
cd $WORK/archive/original/2020.core_ngs
wget 

Here are two web links:

Right-click (Windows) or Control+click (Mac) on the 1st link in your browser, then select "Copy link location" from the menu. Now go back to your Terminal. Put your cursor after the space following the wget command then either right-click (Windows), or Paste (Command-V on Mac, Control-V on Windows). The command line to be executed should now look like this:

Code Block
languagebash
titlewget to retrieve a web URL
wget http://web.corral.tacc.utexas.edu/BioinformaticsResourceBioITeam/yeast_stuff/Sample_Yeast_L005_R1.cat.fastq.gz

...