...
Code Block | ||||
---|---|---|---|---|
| ||||
mkdir -p $WORK/archive/original/2020.core_ngs cd $WORK/archive/original/2020.core_ngs wget |
Here are two web links:
- http://web.corral.tacc.utexas.edu/BioinformaticsResourceBioITeam/yeast_stuff/Sample_Yeast_L005_R1.cat.fastq.gz
- http://web.corral.tacc.utexas.edu/BioinformaticsResourceBioITeam/yeast_stuff/Sample_Yeast_L005_R2.cat.fastq.gz
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 | ||||
---|---|---|---|---|
| ||||
wget http://web.corral.tacc.utexas.edu/BioinformaticsResourceBioITeam/yeast_stuff/Sample_Yeast_L005_R1.cat.fastq.gz |
...