Traceback (most recent call last):
File "pando_ruffus.py", line 230, in <module>
main()
File "pando_ruffus.py", line 215, in main
pipeline_printout_graph("flowchart.svg")
File "/home/linuxbrew/.linuxbrew/Cellar/python/2.7.13/lib/python2.7/site-packages/ruffus/task.py", line 4659, in pipeline_printout_graph
signal_callback=is_node_up_to_date)
File "/home/linuxbrew/.linuxbrew/Cellar/python/2.7.13/lib/python2.7/site-packages/ruffus/graph.py", line 1175, in graph_printout
raise subprocess.CalledProcessError(retcode, cmd + "\n" + "\n".join([str(result_str), str(error_str)]))
subprocess.CalledProcessError: Command 'dot -Gsize='(11,8)' -Tsvg < /tmp/schultzm/tmpcfVYpd.dot
Error: <stdin>: syntax error in line 14 scanning a quoted string (missing endquote? longer than 16384?)
String starting:"mkdir(['results/2014-15452',
'results/2016-19587',
'results/2016-14638',
'res
' returned non-zero exit status 1
I have attached a screenshot from a working flowchart generation, but when there are too many folders in the mkdir step at the start, that is when the above error occurs.