Skip to content

Commit

Permalink
[skip ci] comment Snakemake cache
Browse files Browse the repository at this point in the history
  • Loading branch information
mathren committed Jun 30, 2022
1 parent 844cf5f commit 975717f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Snakefile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
rule MESA_output:
input:
"src/data/MESA_output.tar.gz"
output:
output: # needs to be one thing only -- directory allows to bypass this limit, but the cache will be a tarball
directory("src/data/MESA_output/")
conda:
"environment.yml"
Expand Down

0 comments on commit 975717f

Please sign in to comment.