-
Notifications
You must be signed in to change notification settings - Fork 14
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
Update pack and unpack methods #886
Conversation
@samwaseda here is the development on pack and unpack |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
@srmnitc Can you merge with the new |
|
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
This might be an edge case -but when I called pr.pack('.') it deleted all my calculations and everything in my sub-directory. My intuition for passing '.' was that it would just pack the project into the project name in the current directory. |
Your intuition was right and this function is currently not doing the right thing. It should work after this PR is merged. |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
Do we actually have updates on this PR? I think it would be helpful to have the functionality for Hackathon |
Not really, I most likely will not have time to finish this in the next days due to the NFDI meeting. But feel free to work on it if you find time. |
This itself has a fix now I believe #1047 |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
@srmnitc Do you plan to continue working on this? @jyang2009 is currently working on publishing her data for one project and we were wondering what the status of publishing the data is at the moment. |
I can pick this up again and finish it. Would be the week after Easter break. |
I merge this one to a normal branch ( |
Update of the
pack
andunpack
methods. #775pack
includes the csv file inside the archivepack
filename is optional, uses ".tar.gz"pack
with same name as project should not delete the projectpack
selected jobs by idpack
all files in a jobpack
from a different directory than where project is locatedunpack
method can be called aspr = Project(filename.tar.gz, unpack=True)
orpr = Project(filename, unpack=True)
unpack
should not nest project automaticallyunpack
jobs into existing Project