Changes

From Genome Analysis Wiki
Jump to navigationJump to search
no edit summary
Line 40: Line 40:     
<code>
 
<code>
   cd /mnt                    # Because the hs*.tar.gz might be too big for /
+
   cd /mnt                    # Because the *.tar.gz will be too big for /home
   sudo wget share.sph.umich.edu:gotcloud/hs37-db132.tar.gz  
+
   sudo wget share.sph.umich.edu:gotcloud/CHANGETHIS.tar.gz  
 
   cd /gotcloud
 
   cd /gotcloud
   sudo tar xzf /mnt/hs37-db132.tar.gz
+
   sudo tar xzf /mnt/CHANGETHIS.tar.gz
 
   sudo chown -R ubuntu.ubuntu gotcloud.ref
 
   sudo chown -R ubuntu.ubuntu gotcloud.ref
 
   sudo chmod 0755 gotcloud.ref
 
   sudo chmod 0755 gotcloud.ref
 
   chmod 0644 gotcloud.ref/*
 
   chmod 0644 gotcloud.ref/*
 
   ls -la ref
 
   ls -la ref
   sudo rm -f /mnt/hs37-db132.tar.gz    # if no error
+
   sudo rm -f /mnt/CHANGETHIS.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