Skip to content

Commit 975717f

Browse files
committedJun 30, 2022
[skip ci] comment Snakemake cache
1 parent 844cf5f commit 975717f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎Snakefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
rule MESA_output:
22
input:
33
"src/data/MESA_output.tar.gz"
4-
output:
4+
output: # needs to be one thing only -- directory allows to bypass this limit, but the cache will be a tarball
55
directory("src/data/MESA_output/")
66
conda:
77
"environment.yml"

0 commit comments

Comments
 (0)
Please sign in to comment.