bio4j / bio4j-titan

Titan-specific bio4j implementation
https://github.com/bio4j/bio4j
6 stars 2 forks source link

Full distribution untared #73

Open laughedelic opened 8 years ago

laughedelic commented 8 years ago

Since yesterday I'm preparing the full distribution that was before in a tar at s3://eu-west-1.releases.bio4j.com/2014_12_03/bio4j_all_plus_isoforms.tar. Here are the steps performed, just in case we'll need to do it again:

P.S. I don't know how to check that everything went well though..

laughedelic commented 8 years ago

Done! :shipit: I've checked that all files are in S3. Didn't perform and DB tests though. I'm going to use this issue to modify the docs later.

laughedelic commented 8 years ago

The problem is that you cannot use aws s3api get-object to download an S3 folder and you cannot use aws s3 cp --recursive (or sync), because they don't have --request-payer parameter..

Also you cannot use aws s3api get-object to download a stream and pass it to tar xf -, which is possible with aws s3 cp.

I don't see how to make these multifile distributions available for users. Writing a little scala app for this purpose? Could be a solution.