Changes

From Genome Analysis Wiki
Jump to navigationJump to search
445 bytes added ,  14:05, 10 October 2013
no edit summary
Line 1: Line 1: −
Back to the beginning [http://genome.sph.umich.edu/wiki/Pipelines]
+
Back to the beginning: [[GotCloud]]
 +
 
 +
<!--        BANNER ACROSS TOP OF PAGE        -->
 +
{| style="width:100%; background:#ffb6c1; margin-top:1.2em; border:1px solid #ccc;" |
 +
| style="width:100%; text-align:center; color:#000; font-size:162%; border:none; margin:0; padding:.1em; color:#000;"|We are still working to figure out how to get S3 working with the 1000G data.
 +
 
 +
For now, we found it more reliable to copy the data into a volume and run on that.
 +
|}
 +
 
    
Ref: http://thecrystalclouds.wordpress.com/2012/05/18/installation-and-setup-of-s3fs-on-amazon-web-services/
 
Ref: http://thecrystalclouds.wordpress.com/2012/05/18/installation-and-setup-of-s3fs-on-amazon-web-services/
 +
and http://code.google.com/p/s3fs/wiki/FuseOverAmazon
    
It seemed like such a good idea. Rather than copy the data from S3 storage, why not mount the S3 volume
 
It seemed like such a good idea. Rather than copy the data from S3 storage, why not mount the S3 volume
Line 30: Line 39:  
   mkdir /mnt/s3
 
   mkdir /mnt/s3
 
   s3fs 1000genomes -o accessKeyId=AKourkey2Q -o secretAccessKey=ftoutsecretaccesskeyIGf -o use_cache=/tmp -o allow_other /mnt/s3
 
   s3fs 1000genomes -o accessKeyId=AKourkey2Q -o secretAccessKey=ftoutsecretaccesskeyIGf -o use_cache=/tmp -o allow_other /mnt/s3
 
+
 
   # Did it work?
 
   # Did it work?
 
   cd /mnt
 
   cd /mnt

Navigation menu