Difference between revisions of "GotCloud: Genetic Reference and Resource Files"

From Genome Analysis Wiki
Jump to navigationJump to search
Line 2: Line 2:
  
 
Back to parent: [[GotCloud]]
 
Back to parent: [[GotCloud]]
 
 
  
 
The GotCloud Aligner and Umake makes use of various reference and other genetic resource files.
 
The GotCloud Aligner and Umake makes use of various reference and other genetic resource files.
Line 30: Line 28:
 
  221 Goodbye.
 
  221 Goodbye.
 
</code>
 
</code>
 
 
  <b>cd /usr/local/gotcloud.ref</b>
 
  <b>tar xzvf hs37-db132.tar.gz</b>
 
  <b>rm -f hs37-db132.tar.gz</b>
 
  
 
Install the Files
 
Install the Files

Revision as of 12:44, 29 January 2013

Installing Genetic Reference and Resource Files

Back to parent: GotCloud

The GotCloud Aligner and Umake makes use of various reference and other genetic resource files. You are free to use your own files, of course, but we also are making the files we use available.

#  The easiest way to get the data:
cd /tmp
wget ftp://share.sph.umich.edu/gotcloud/hs37-db132.tar.gz
#  Another way:
cd /tmp
ftp share.sph.umich.edu
Connected to share.sph.umich.edu.
220 (vsFTPd 2.3.5)
Name (share.sph.umich.edu:tpg): anonymous
230 Login successful.
Remote system type is UNIX.
Using binary mode to transfer files.
ftp> prompt
Interactive mode off.
ftp> cd gotcloud
250 Directory successfully changed.
ftp> mget hs37-db132.tar.gz
ftp> quit
221 Goodbye.

Install the Files

Choose a destination for these files and install them as shown below (we'll assume you will use /usr/local/gotcloud.ref).

cd /usr/local/gotcloud.ref    # Where you want the files installed
tar xzvf hs37-db132.tar.gz
rm -f hs37-db132.tar.gz

Note this path as you will need to set the variable REF_DIR in the configuration file or options gen_biopipeline.pl and umake.