Skip to content

Commit 786dbfb

Browse files
committed
fix snakefile so results are outputted in results dir
1 parent eee4da0 commit 786dbfb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Snakefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
rule run_analysis:
22
input:
3-
data_path = "/home/user/RStudio-Data-Repository/clean_data/commits_by_org.feather"
3+
data_path = "/Users/richiezitomer/Documents/RStudio-Data-Repository/clean_data/commits.feather"
44
output:
5-
results_path = directory("results")
5+
results_path = directory("results/")
66
params:
77
python_hash_seed = 0,
88
n_workers = 8,

0 commit comments

Comments
 (0)