Skip to content

Error thrown during workflow _load_input_and_register method #528

Answered by jacksund
SWeav02 asked this question in Q&A
Discussion options

You must be logged in to vote

I think your warren_lab apps works with v0.13.0 but not v0.14.0. So either pin your app to the earlier version, or update your code to work with v0.14.0.

I introduced a new rule in v0.14.0 from my changes in #466, which ended up as "bug". I put bug in quotes because this error would only happen if use_previous_directory=True is used incorrectly -- but I'll open an issue to improve the error message. The docs are here but could use some clean-up.

use_previous_directory is set to True for the population-analysis.bader.combine-chgcars workflow, and you're calling the workflow without any "primary input" or previous_directory. To fix this, change your code to something like this:

PopulationAn…

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by jacksund
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants