Skip to content

Commit 014195c

Browse files
authored
Merge pull request #119 from UBC-MDS/rzitomer-patch-3
Update README.md
2 parents 7ea9493 + 172c962 commit 014195c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ snakemake run_analysis --config n_workers=5
5353
|-|-|-|-|-|
5454
| -rp | --results_path | The folder to output results of the analysis. e.g. embeddings and plots| ./results/|String|
5555
| -nw | --n_workers | The number of workers to use when running the analysis.| 1| int|
56-
| -dp | --data_path | The path to the commits.feather file. e.g. /home/user/RStudio-Data-Repository/clean_data/commits_by_org.feather| /home/user/RStudio-Data-Repository/clean_data/commits_by_org.feather|String|
56+
| -dp | --data_path | The path to the commits.feather file. e.g. /home/user/RStudio-Data-Repository/clean_data/commits_by_org.feather| ./data/commits_by_org.feather |String|
5757
| -np | --n_projects | The number of projects to sample from the dataset.| 1000| int|
5858
| -mc | --min_commits | The minimum number of commits for a project to be included in the sample.| None | none_or_int|
5959
| -mcount | --min_count | The min_count parameter for the graph2vec model.| 5| int|

0 commit comments

Comments
 (0)