Chris Mitchell
Chris Mitchell
The current AST parsing fails on some python corner cases. We should use this library to do this conversion for us instead of maintaining our own copy of Armin's codegen...
Add in a parser for the CWL to be more agnostic towards the platform/kernel
Provide the docstrings generated in python. Cross-ref from: https://github.com/wooey/Wooey/issues/56
A method to handle scripts that are called via entry_points.
If we use imp.load_source with a library name, such as: imp.load_source('click', '../clinto/clinto/tests/click_scripts/click_script.py') it will fail to load because it will first go for the library. Make a check for importing...
This is a lightweight endpoint that can be used by services to monitor the uptime of an application without going through the full gamut of healthchecks. It's meant for using...
To determine if a new genome should be downloaded by a client, the last modification date of a genome should be tracked.
Scripts with a user group restriction can be viewed by all. They can't be ran by others, but should be hidden as well.
Hi, The DFS search currently is recursive and will cause a stack overflow with deep enough graphs. I'd like to have a non-recursive method available and would be willing to...