root:
             creates   file:./
             creates   file:plan.py
             creates   step:runpy ./plan.py

file:./
               state = STATIC
          created by   root:
            supplies   file:bibsane.yaml
            supplies   file:cleaned.bib
            supplies   file:copy.bib
            supplies   file:paper.aux
            supplies   file:plan.py
            supplies   file:references.bib
            supplies   step:bibsane references.bib --aux=paper.aux --config=bibsane.yaml --out=cleaned.bib
            supplies   step:copy cleaned.bib copy.bib
            supplies   step:runpy ./plan.py

file:plan.py
               state = STATIC
          created by   root:
            consumes   file:./
            supplies   step:runpy ./plan.py

step:runpy ./plan.py
               state = SUCCEEDED
          created by   root:
            consumes   file:./
            consumes   file:plan.py
             creates   file:bibsane.yaml
             creates   file:paper.aux
             creates   file:references.bib
             creates   step:bibsane references.bib --aux=paper.aux --config=bibsane.yaml --out=cleaned.bib
             creates   step:copy cleaned.bib copy.bib

file:bibsane.yaml
               state = STATIC
          created by   step:runpy ./plan.py
            consumes   file:./
            supplies   step:bibsane references.bib --aux=paper.aux --config=bibsane.yaml --out=cleaned.bib

file:paper.aux
               state = STATIC
          created by   step:runpy ./plan.py
            consumes   file:./
            supplies   step:bibsane references.bib --aux=paper.aux --config=bibsane.yaml --out=cleaned.bib

file:references.bib
               state = STATIC
          created by   step:runpy ./plan.py
            consumes   file:./
            supplies   step:bibsane references.bib --aux=paper.aux --config=bibsane.yaml --out=cleaned.bib

step:bibsane references.bib --aux=paper.aux --config=bibsane.yaml --out=cleaned.bib
               state = SUCCEEDED
          created by   step:runpy ./plan.py
            consumes   file:./
            consumes   file:bibsane.yaml
            consumes   file:paper.aux
            consumes   file:references.bib
             creates   file:cleaned.bib
            supplies   file:cleaned.bib

file:cleaned.bib
               state = BUILT
          created by   step:bibsane references.bib --aux=paper.aux --config=bibsane.yaml --out=cleaned.bib
            consumes   file:./
            consumes   step:bibsane references.bib --aux=paper.aux --config=bibsane.yaml --out=cleaned.bib
            supplies   step:copy cleaned.bib copy.bib

step:copy cleaned.bib copy.bib
               state = SUCCEEDED
          created by   step:runpy ./plan.py
            consumes   file:./
            consumes   file:cleaned.bib
             creates   file:copy.bib
            supplies   file:copy.bib

file:copy.bib
               state = BUILT
          created by   step:copy cleaned.bib copy.bib
            consumes   file:./
            consumes   step:copy cleaned.bib copy.bib
