We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
With the example program
from nipype.pipeline.engine import Workflow w = Workflow(name="1234a") w.write_graph()
dot will fail, because the created dot file contains identifiers that start with a digit that dot wants to interpret as number.