Changes between Version 5 and Version 6 of cypress/WGSA


Ignore:
Timestamp:
07/16/20 16:44:14 (4 years ago)
Author:
fuji
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • cypress/WGSA

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