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

Galaxy integration #104

Open
nawatts opened this issue Mar 3, 2016 · 6 comments
Open

Galaxy integration #104

nawatts opened this issue Mar 3, 2016 · 6 comments

Comments

@nawatts
Copy link
Collaborator Author

nawatts commented Mar 3, 2016

Basic tool definition added in 5982c69.

@nawatts nawatts added the client label Mar 3, 2016
@nawatts
Copy link
Collaborator Author

nawatts commented Mar 4, 2016

Still need error handling.

https://wiki.galaxyproject.org/Admin/Tools/ToolConfigSyntax#A.3Cstdio.3E.2C_.3Cregex.3E.2C_and_.3Cexit_code.3E_tag_sets

How to pass log info about which alternate data source was used to Galaxy interface?

@nawatts nawatts added the galaxy label Apr 14, 2016
@nawatts
Copy link
Collaborator Author

nawatts commented Apr 14, 2016

Job output is visible to Galaxy administrators from Admin > Server > Manage Jobs

@nawatts
Copy link
Collaborator Author

nawatts commented May 10, 2016

Output is also visible to submitting user from View Details on an output dataset. The details page has links to the job's stdout and stderr.

@nawatts
Copy link
Collaborator Author

nawatts commented May 10, 2016

If a tool does not have any valid or <exit_code> tags, then Galaxy will use the previous technique for finding errors - any text on stderr indicates an error, and neither stdout nor the tool's exit code will be checked.

https://wiki.galaxyproject.org/Admin/Tools/ToolConfigSyntax#A.3Cstdio.3E.2C_.3Cregex.3E.2C_and_.3Cexit_code.3E_tag_sets

Because logs are printed to stderr, this means the Galaxy tool will always report an error until these configuration elements are added.

@nawatts
Copy link
Collaborator Author

nawatts commented May 10, 2016

Basic exit code configuration added in f9db57d.

Use regex tag to warn user if files could not be verified?

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