User Tools

Site Tools


parafetch

**This is an old revision of the document!** ----

A PCRE internal error occured. This might be caused by a faulty plugin

====== paraFetch ====== The paraFetch source code can be found [[http://genome.ucsc.edu/admin/git.html|here]], while the binary can be found [[http://hgdownload.cse.ucsc.edu/admin/exe/linux.x86_64/paraFetch|here]]. <code> mkdir ~/parafetch cd ~/parafetch wget http://hgdownload.cse.ucsc.edu/admin/exe/linux.x86_64/paraFetch </code> paraFetch fetches files behind an HTTP server, hence we use [[http://nginx.org/|nginx]] since it is relatively easy to install without root. <code> mkdir ~/nginx cd ~/nginx wget http://nginx.org/download/nginx-1.0.0.tar.gz tar zxvf nginx-1.0.0.tar.gz cd nginx-1.0.0/ ./configure --prefix=$HOME/nginx --without-http_rewrite_module --without-http-cache make make install </code> Edit ~/nginx/conf/nginx.conf to use port 8080.

parafetch.1303194698.txt.gz · Last modified: 2011/04/19 06:31 by sbwood