-
title
-
Would need to bundle our "final" database with this, but then the key sub-commands could each become a Galaxy tool
-
Was glad to see Wooey available on docker.
https://hub.docker.com/u/wooey
I downloaded the latest image and ran it , but it only executes the tests and then exists. What am i missing ?
-
I want to add some of my [Scrapy](https://scrapy.org/) based projects Wooey. As I can see only single script based project can be added in Wooey, so I want to know, is there any way to add Scrapy like…
-
In Python 3 a `range(0,10,3)` creates a range object rather than a list. We can make use of this to display a range-specific UI element such as slider.
This will require additions to `clinto` to dete…
-
It would be helpful to understand which versions of Django have been tested and/or are supported. For example, does Wooey work with Django 2.0 or higher? If not, it would be helpful for myself and oth…
-
Command line interfaces are not friendly to users. [Gooey](https://github.com/chriskiehl/Gooey) can create a simple GUI dialog to run a command-line script.
-
Hello,
I'm not sure if this is the right place to be asking but since I can't find any discussion forums, here goes.
I'll start by saying that I have found wooey totally brilliant. As I was alre…
-
Could you provide an example in the docs of how to use wooey on PythonAnywhere?
-
The AST source parser has issues when running under Python 3 code I think due to the fact that `None` is now a keyword in Python3. This means it doesn't "see" the `None` and returns a syntax error. e.…