Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: issue #1257 (missing logfile failure when using shadow directory) #1258

Merged
merged 5 commits into from Nov 27, 2021

Commits on Nov 12, 2021

  1. Copy the full SHA
    c2ef679 View commit details
    Browse the repository at this point in the history
  2. If rule did not create logfile, create it in its shadow directory

    This addresses gh snakemake#1257. If the rule did not create a logfile, an empty
    one would be created in its final destination. If the shadow directive
    was used, however, Snakemake would try to move the nonexistent logfile
    from the shadow directory to its final location. This caused the
    observed failures. This commit has Snakemake create the empty file where
    Snakemake would have expected the program to create it (i.e. in the
    shadow directory). This enables the unshadow operation that takes place
    later to succeed.
    jaicher committed Nov 12, 2021
    Copy the full SHA
    b1af154 View commit details
    Browse the repository at this point in the history

Commits on Nov 26, 2021

  1. Copy the full SHA
    374cac8 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    26e6993 View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    b2b8574 View commit details
    Browse the repository at this point in the history