| 149 | |
| 150 | == Download the pipeline programs and other resources == |
| 151 | {{{ |
| 152 | mkdir $WGSA_DIR/resources |
| 153 | cd $WGSA_DIR/resources |
| 154 | wget http://web.corral.tacc.utexas.edu/WGSAdownload/resources/javaclass/ --recursive --continue --timestamping --no-host-directories --cut-dirs=2 --no-parent --reject="index.html*" |
| 155 | wget http://web.corral.tacc.utexas.edu/WGSAdownload/resources/hg19/ --recursive --continue --timestamping --no-host-directories --cut-dirs=2 --no-parent --reject="index.html*" |
| 156 | wget http://web.corral.tacc.utexas.edu/WGSAdownload/resources/hg38/ --recursive --continue --timestamping --no-host-directories --cut-dirs=2 --no-parent --reject="index.html*" |
| 157 | }}} |