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

how to easily find metadata.json file after run #105

Open
dfeinzeig opened this issue Dec 9, 2020 · 1 comment
Open

how to easily find metadata.json file after run #105

dfeinzeig opened this issue Dec 9, 2020 · 1 comment

Comments

@dfeinzeig
Copy link

i'd like to be able to easily find the metadata.json file after a submitted job completes, so that i can run croo against it.

caper metadata <id> seems to show the contents of the metadata, but i'd like to retrieve the path. any way to do this?

@leepc12
Copy link
Contributor

leepc12 commented Dec 10, 2020

Use this command line. make sure that you have jq installed on your system. This command just takes a value under key workflowRoot in the JSON file.

$ caper metadata ID | jq .workflowRoot

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

No branches or pull requests

2 participants