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
Remove use_ datatype e.g. use_behav configurations. (#227)
* Remove 'use_' datatype settings from datashuttle code.
* Update all tests to remove use_datatype flag.
* Remove 'all' default for datatype for make_sub_folders and change to '' which will make no datatype by default.
* Fix rebase.
* Fix documentation.
* Fix linting after rebase.
* Fix broken test after rebase.
Copy file name to clipboardExpand all lines: docs/source/pages/documentation.md
+2-10Lines changed: 2 additions & 10 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -68,8 +68,6 @@ The command `make-config-file` is used for the initial setup of the project. The
68
68
69
69
`connection_method`: `local_filesystem` or `ssh`. Local filesystem can be used if the *central* storage is mounted to the local machine. Otherwise `ssh` can be used.
70
70
71
-
Finally, the *datatype* flags `--use_ephys`, `--use_funcimg`, `--use_histology`, `--use_behav` set the types of data required for the project on the local machine. While individual flags are optional, at least one must be chosen when initialising the project.
72
-
73
71
### Optional Arguments
74
72
75
73
If connection method is `ssh`, the `central_host_id`, `central_host_username` must be set, and a one-time SSH setup command run (see the [SSH section](#ssh) for details).
@@ -134,11 +132,8 @@ Another example call, which creates a range of subject and session folders, is s
134
132
```
135
133
datashuttle \
136
134
my_first_project \
137
-
make-folders -sub 001@TO@003 -ses 010_@TIME@ -dt all
138
-
```
139
135
140
-
When the `all` argument is used for `--datatype` (`-dt`), the folders created depend on the *datatypes* specified during *configuration* setup. For example, if
141
-
`--use_behav`, `--use_funcimg`, `--use_histology` were set during *configuration* setup, the folder tree from the above command (assuming the time is `4.02.48 PM`), would look like:
0 commit comments