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

feat: Add shadow: "copy-minimal" directive #1155

Merged
merged 4 commits into from Aug 27, 2021

Commits on Aug 26, 2021

  1. Implement and test shadow: "copy-minimal" directive.

    "copy-minimal" is similar to "minimal", but it creates copies instead of symlinks of the files. This makes it possible to use local hard disks of a node in a cluster.
    
    See snakemake#1152 for motivation and further explanation.
    
    Closes snakemake#1152
    sebschmi committed Aug 26, 2021
    Copy the full SHA
    5f53f6d View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    04520e3 View commit details
    Browse the repository at this point in the history
  3. Fix formatting.

    sebschmi committed Aug 26, 2021
    Copy the full SHA
    081d1a1 View commit details
    Browse the repository at this point in the history
  4. Copy the full SHA
    8e1fa31 View commit details
    Browse the repository at this point in the history