Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Restructured bismark data so that only today and yesterday need to be synced #4

Open
wants to merge 36 commits into
base: master
Choose a base branch
from

Conversation

amanjain91
Copy link

Lot of the code part of this request is pretty old, which has been in production for a long time. It just wasn't merged in projectbismark.

The new changes I made for restructuring the data are only the last few commits which basically add a script file and make 2 line changes to an existing file.

root and others added 30 commits January 19, 2013 20:40
1. Zip the tarballs.
2. Eliminate globbing in places where we could have lots of files.
3. Use more standard directory structure inside tarballs.
Robustness for tar and upload scripts
mv to organized directory structure on EBS
@@ -41,4 +45,11 @@ def upload(request):
fsync(handle.fileno())
handle.close()

# conn = S3Connection(settings.AWS_ACCESS_KEY_ID, settings.AWS_SECRET_ACCESS_KEY)
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

If we're not using these, can you please remove them and their associated imports?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants