showyourwork / showyourwork

A workflow for reproducible and open scientific articles

Home Page:https://show-your.work

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Possible regression in `compile.smk`

dfm opened this issue · comments

In hacking with @mathren, we discovered that after #266, the explicit document dependencies are no longer listed in compile.smk. I expect that we'll want to add:

config["dependencies"][config["ms_tex"]]

as a dependency. I will investigate!

I lied - it's actually already here:

config["dependencies"][config["ms_tex"]],