Changes

From Genome Analysis Wiki
Jump to navigationJump to search
no edit summary
Line 32: Line 32:     
<code>
 
<code>
   cd /tmp
+
   cd /mnt
 
   wget share.sph.umich.edu:gotcloud/hs37-db132.tar.gz  
 
   wget share.sph.umich.edu:gotcloud/hs37-db132.tar.gz  
 
   cd /gotcloud
 
   cd /gotcloud
   tar xzf /tmp/hs37-db132.tar.gz
+
   tar xzf /mnt/hs37-db132.tar.gz
 
   ls -la ref
 
   ls -la ref
   rm -f /tmp/hs37-db132.tar.gz    # if no error
+
   rm -f /mnt/hs37-db132.tar.gz    # if no error
 
   cd /gotcloud/examples/umakeRef
 
   cd /gotcloud/examples/umakeRef
 
   ln -s /gotcloud/ref/hs37d5.fa .
 
   ln -s /gotcloud/ref/hs37d5.fa .
283

edits

Navigation menu