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

Generate tar file for custom viewer #2

Open
marcopasi opened this issue Nov 12, 2017 · 0 comments
Open

Generate tar file for custom viewer #2

marcopasi opened this issue Nov 12, 2017 · 0 comments

Comments

@marcopasi
Copy link
Member

I suggest providing a function to create a tar archive with all files that are needed for the custom viewer, which can be used by Tools that need it.

It could be called within Tool.run() specifying the files that need to be archived, e.g.:

custom_view_archive(file_list, archive_name)

Alternatively it could be called automatically by App when output_files with "data_type": "tool_statistics" are present; note that this requires specifying a priori a list of files to be archived (e.g. in Tool.json).

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

No branches or pull requests

1 participant