yesworkflow-org / yw-prototypes

Research prototype with tutorial. Start here to learn about and try YesWorkflow.
http://yesworkflow.org/wiki
Other
33 stars 13 forks source link

develop an expected data flow graph of "example.py" #9

Closed swanskysong closed 9 years ago

swanskysong commented 9 years ago

Serve as a test. The graph is the expected output after running the tool on "example.py"

ludaesch commented 9 years ago

What is example.py doing? Can we come up with a better name?

On Wed, Dec 24, 2014 at 2:34 AM, swanskysong notifications@github.com wrote:

Serve as a test. The graph is the expected output after running the tool on "example.py"

— Reply to this email directly or view it on GitHub https://github.com/yesworkflow-org/yw-prototypes/issues/9.

tmcphillips commented 9 years ago

Here is what the Java prototype produces as the graph at the moment: example The command used to produce the graph was: yw graph -s src/main/resources/example.py | dot -Tpng > example.png where yw is a bash alias that refers to the jar built by maven: alias yw='java -jar ~/GitRepos/yw-prototypes/target/yesworkflow-0.1-executable.jar'