You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/usage.md
+11-1Lines changed: 11 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,4 +6,14 @@ To download the metadata of a project you can use the command line tool `RedCapB
6
6
7
7
### Building projects
8
8
9
-
The functions for project building, validation and control are only accessible via Python. Read the module documentation to learn more about these methods.
9
+
The functions for project building, validation and control are only accessible via Python. Read the module documentation to learn more about these methods.
10
+
11
+
### Download Function
12
+
13
+
To download your experiments from eLab, follow the procedure below.
14
+
15
+
1. After completing the **installation** module, go to your terminal
16
+
2. Enter the following command:
17
+
`ElabBridge extended_download output_file_path config_file_path tag -f csv `
18
+
3.`output_file_path` is the **complete** path to your csv file where your experiments will be saved
19
+
4.`config_file_path` is the path to your `.json` file containing your API key as seen above
0 commit comments