Changes

From Genome Analysis Wiki
Jump to navigationJump to search
no edit summary
Line 1: Line 1:  
Back to parent: [[GotCloud]]
 
Back to parent: [[GotCloud]]
    +
'''We no longer provide a snapshot for GotCLoud'''. This is no longer used.
    
The following are notes taken when creating a Snapshot of a volume where the GotCloud  
 
The following are notes taken when creating a Snapshot of a volume where the GotCloud  
Line 40: Line 41:     
<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       ############# still true?
   ln -s /gotcloud/ref/hs37d5.fa .
+
   ln -s /gotcloud/ref/hs37d5.fa .     ############# still true?
 
</code>
 
</code>
   Line 61: Line 62:  
<code>
 
<code>
 
   Name:  GotCloud Distribution
 
   Name:  GotCloud Distribution
   Description:  CSG GotCloud files from UMICH
+
   Description:  GotCloud from UMICH   Version 1.03a6
 
   Note snapshot name  e.g. snap-9e782bb8
 
   Note snapshot name  e.g. snap-9e782bb8
 
</code>
 
</code>
283

edits

Navigation menu