We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eee4da0 commit 786dbfbCopy full SHA for 786dbfb
Snakefile
@@ -1,8 +1,8 @@
1
rule run_analysis:
2
input:
3
- data_path = "/home/user/RStudio-Data-Repository/clean_data/commits_by_org.feather"
+ data_path = "/Users/richiezitomer/Documents/RStudio-Data-Repository/clean_data/commits.feather"
4
output:
5
- results_path = directory("results")
+ results_path = directory("results/")
6
params:
7
python_hash_seed = 0,
8
n_workers = 8,
0 commit comments